#include <DegenerateMultivariateGaussian.hpp>
◆ DegenerateMultivariateGaussian()
hops::DegenerateMultivariateGaussian::DegenerateMultivariateGaussian |
( |
VectorType |
mean, |
|
|
MatrixType |
covariance, |
|
|
std::vector< long > |
inactive = std::vector<long>(0) |
|
) |
| |
◆ computeExpectedFisherInformation()
std::optional< MatrixType > hops::DegenerateMultivariateGaussian::computeExpectedFisherInformation |
( |
const VectorType & |
x | ) |
const |
|
overridevirtual |
◆ computeLogLikelihoodGradient()
std::optional< VectorType > hops::DegenerateMultivariateGaussian::computeLogLikelihoodGradient |
( |
const VectorType & |
x | ) |
const |
|
overridevirtual |
◆ computeNegativeLogLikelihood()
MatrixType::Scalar hops::DegenerateMultivariateGaussian::computeNegativeLogLikelihood |
( |
const VectorType & |
x | ) |
const |
|
overridevirtual |
Evaluates the negative log likelihood for input x.
- Parameters
-
- Returns
Implements hops::Model.
The documentation for this class was generated from the following file: