hops
Public Types | Public Member Functions | List of all members
hops::FullGammaModel Class Reference

#include <GammaModels.hpp>

Collaboration diagram for hops::FullGammaModel:
Collaboration graph

Public Types

using FloatType = typename VectorType::Scalar
 

Public Member Functions

 FullGammaModel (std::vector< FloatType > measurements)
 
FloatType computeNegativeLogLikelihood (const VectorType &parameters) const
 
const std::vector< std::string > & getParameterNames () const
 
VectorType getB () const
 
MatrixType getA () const
 
const std::stringgetModelName () const
 

Member Typedef Documentation

◆ FloatType

using hops::FullGammaModel::FloatType = typename VectorType::Scalar

Constructor & Destructor Documentation

◆ FullGammaModel()

hops::FullGammaModel::FullGammaModel ( std::vector< FloatType measurements)
inlineexplicit

Member Function Documentation

◆ computeNegativeLogLikelihood()

FloatType hops::FullGammaModel::computeNegativeLogLikelihood ( const VectorType parameters) const
inline

◆ getA()

MatrixType hops::FullGammaModel::getA ( ) const
inline

◆ getB()

VectorType hops::FullGammaModel::getB ( ) const
inline

◆ getModelName()

const std::string& hops::FullGammaModel::getModelName ( ) const
inline

◆ getParameterNames()

const std::vector<std::string>& hops::FullGammaModel::getParameterNames ( ) const
inline

The documentation for this class was generated from the following file: