Sample points in a multi-normal law defined by a mean vector and a covariance matrix. More...
#include <edoSamplerNormalMulti.h>
Public Types | |
| typedef EOT::AtomType | AtomType |
| typedef D::Vector | Vector |
| typedef D::Matrix | Matrix |
Public Member Functions | |
| edoSamplerNormalMulti (edoRepairer< EOT > &repairer) | |
| EOT | sample (D &distrib) |
Sample points in a multi-normal law defined by a mean vector and a covariance matrix.
Given M the mean vector and V the covariance matrix, of order n:
Exists in two implementations, using either Boost::uBLAS (if compiled WITH_BOOST) or Eigen3 (WITH_EIGEN).
Definition at line 65 of file edoSamplerNormalMulti.h.