Go to the documentation of this file.
23 #include <Eigen/Geometry>
34 float pdf(
const Eigen::VectorXf&
x)
const;
36 Eigen::VectorXf
sample(
unsigned int nr_iterations = 20)
const;
This file is part of ArmarX.
Eigen::VectorXf pdf_gradient(const Eigen::VectorXf &x) const
Eigen::VectorXf sample(unsigned int nr_iterations=20) const
std::optional< float > mean(const boost::circular_buffer< NameValueMap > &buffer, const std::string &key)
Eigen::VectorXf pdf_gradient(const Eigen::VectorXf &mean, float std, const Eigen::VectorXf &x)
Eigen::MatrixXf covariance
float pdf(const Eigen::VectorXf &x) const
MultivariateNormal(const Eigen::VectorXf &mu, const Eigen::MatrixXf &cov)
This file offers overloads of toIce() and fromIce() functions for STL container types.