#include <MultivariateGaussian.hpp>
◆ MultivariateGaussian()
◆ computeExpectedFisherInformation()
std::optional< MatrixType > hops::MultivariateGaussian::computeExpectedFisherInformation |
( |
const VectorType & |
| ) |
const |
|
overridevirtual |
◆ computeLogLikelihoodGradient()
std::optional< VectorType > hops::MultivariateGaussian::computeLogLikelihoodGradient |
( |
const VectorType & |
x | ) |
const |
|
overridevirtual |
◆ computeNegativeLogLikelihood()
MatrixType::Scalar hops::MultivariateGaussian::computeNegativeLogLikelihood |
( |
const VectorType & |
x | ) |
const |
|
overridevirtual |
Evaluates the negative log likelihood for input x.
- Parameters
-
- Returns
Implements hops::Model.
◆ getCovariance()
const MatrixType & hops::MultivariateGaussian::getCovariance |
( |
| ) |
const |
◆ getMean()
const VectorType & hops::MultivariateGaussian::getMean |
( |
| ) |
const |
The documentation for this class was generated from the following file: