queso-0.53.0
|
A class that represents a Gaussian likelihood with diagonal covariance matrix. More...
#include <GaussianLikelihoodDiagonalCovariance.h>
Public Member Functions | |
virtual double | actualValue (const V &domainVector, const V *domainDirection, V *gradVector, M *hessianMatrix, V *hessianEffect) const |
Actual value of the scalar function. More... | |
virtual double | lnValue (const V &domainVector, const V *domainDirection, V *gradVector, M *hessianMatrix, V *hessianEffect) const |
Logarithm of the value of the scalar function. More... | |
Constructor/Destructor methods. | |
GaussianLikelihoodDiagonalCovariance (const char *prefix, const VectorSet< V, M > &domainSet, const V &observations, const V &covariance) | |
Default constructor. More... | |
virtual | ~GaussianLikelihoodDiagonalCovariance () |
Destructor. More... | |
Public Member Functions inherited from QUESO::BaseGaussianLikelihood< V, M > | |
virtual void | evaluateModel (const V &domainVector, const V *domainDirection, V &modelOutput, V *gradVector, M *hessianMatrix, V *hessianEffect) const =0 |
Evaluates the user's model at the point domainVector . More... | |
BaseGaussianLikelihood (const char *prefix, const VectorSet< V, M > &domainSet, const V &observations) | |
Default constructor. More... | |
virtual | ~BaseGaussianLikelihood () |
Destructor. More... | |
Public Member Functions inherited from QUESO::BaseScalarFunction< V, M > | |
BaseScalarFunction (const char *prefix, const VectorSet< V, M > &domainSet) | |
Default constructor. More... | |
virtual | ~BaseScalarFunction () |
Destructor. More... | |
const VectorSet< V, M > & | domainSet () const |
Access to the protected attribute m_domainSet: domain set of the scalar function. More... | |
Private Attributes | |
const V & | m_covariance |
Additional Inherited Members | |
Protected Attributes inherited from QUESO::BaseGaussianLikelihood< V, M > | |
const V & | m_observations |
Protected Attributes inherited from QUESO::BaseScalarFunction< V, M > | |
const BaseEnvironment & | m_env |
std::string | m_prefix |
const VectorSet< V, M > & | m_domainSet |
Domain set of the scalar function. More... | |
A class that represents a Gaussian likelihood with diagonal covariance matrix.
Definition at line 43 of file GaussianLikelihoodDiagonalCovariance.h.
QUESO::GaussianLikelihoodDiagonalCovariance< V, M >::GaussianLikelihoodDiagonalCovariance | ( | const char * | prefix, |
const VectorSet< V, M > & | domainSet, | ||
const V & | observations, | ||
const V & | covariance | ||
) |
Default constructor.
Instantiates a Gaussian likelihood function, given a prefix, its domain, a set of observations and a diagonal covariance matrix. The diagonal covariance matrix is stored as a vector in the covariance
parameter.
Definition at line 35 of file GaussianLikelihoodDiagonalCovariance.C.
References queso_error_msg.
|
virtual |
|
virtual |
Actual value of the scalar function.
Implements QUESO::BaseScalarFunction< V, M >.
Definition at line 53 of file GaussianLikelihoodDiagonalCovariance.C.
|
virtual |
Logarithm of the value of the scalar function.
Implements QUESO::BaseScalarFunction< V, M >.
Definition at line 63 of file GaussianLikelihoodDiagonalCovariance.C.
|
private |
Definition at line 70 of file GaussianLikelihoodDiagonalCovariance.h.