Univariate normal distribution.
More...
#include <pointgauss.h>
Univariate normal distribution.
Definition at line 22 of file pointgauss.h.
PointGauss::PointGauss |
( |
Point const & |
m, |
|
|
Matrix const & |
cov |
|
) |
| |
double PointGauss::density |
( |
Point const & |
x | ) |
const |
|
virtual |
double PointGauss::nll |
( |
Point const & |
x | ) |
const |
|
virtual |
Computes the negative log-likelihood of the density at the given point x.
Definition at line 38 of file pointgauss.cpp.
double PointGauss::squaredMahalanobis |
( |
Point const & |
x | ) |
const |
|
virtual |
template<typename RndEngine >
Point CluE::PointGauss::draw |
( |
RndEngine & |
re | ) |
const |
Point CluE::PointGauss::mean |
|
private |
Matrix CluE::PointGauss::covariance |
|
private |
Matrix CluE::PointGauss::cholesky |
|
private |
Matrix CluE::PointGauss::inverseCholesky |
|
private |
double CluE::PointGauss::logSqrt |
|
private |
The documentation for this class was generated from the following files: