queso-0.53.0
|
A class that represents a Gaussian likelihood with scalar covariance. More...
#include <GaussianLikelihoodScalarCovariance.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. | |
GaussianLikelihoodScalarCovariance (const char *prefix, const VectorSet< V, M > &domainSet, const V &observations, double covariance) | |
Default constructor. More... | |
virtual | ~GaussianLikelihoodScalarCovariance () |
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 | |
double | 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 scalar covariance.
Definition at line 43 of file GaussianLikelihoodScalarCovariance.h.
QUESO::GaussianLikelihoodScalarCovariance< V, M >::GaussianLikelihoodScalarCovariance | ( | const char * | prefix, |
const VectorSet< V, M > & | domainSet, | ||
const V & | observations, | ||
double | covariance | ||
) |
Default constructor.
Instantiates a Gaussian likelihood function, given a prefix, its domain, a set of observations and a scalar covariance matrix. The scalar 'covariance matrix' is just passed as a double
.
Definition at line 35 of file GaussianLikelihoodScalarCovariance.C.
|
virtual |
|
virtual |
Actual value of the scalar function.
Implements QUESO::BaseScalarFunction< V, M >.
Definition at line 50 of file GaussianLikelihoodScalarCovariance.C.
|
virtual |
Logarithm of the value of the scalar function.
Implements QUESO::BaseScalarFunction< V, M >.
Definition at line 60 of file GaussianLikelihoodScalarCovariance.C.
|
private |
Definition at line 70 of file GaussianLikelihoodScalarCovariance.h.