#include <Model.hpp>
◆ ~Model()
virtual hops::Model::~Model |
( |
| ) |
|
|
virtualdefault |
◆ computeExpectedFisherInformation()
virtual std::optional<MatrixType> hops::Model::computeExpectedFisherInformation |
( |
const VectorType & |
| ) |
const |
|
inlinevirtual |
◆ computeLogLikelihoodGradient()
virtual std::optional<VectorType> hops::Model::computeLogLikelihoodGradient |
( |
const VectorType & |
x | ) |
const |
|
inlinevirtual |
◆ computeNegativeLogLikelihood()
virtual MatrixType::Scalar hops::Model::computeNegativeLogLikelihood |
( |
const VectorType & |
x | ) |
const |
|
pure virtual |
◆ getParameterNames()
virtual std::optional<std::vector<std::string> > hops::Model::getParameterNames |
( |
| ) |
const |
|
inlinevirtual |
The documentation for this class was generated from the following file: