25 #ifndef UQ_GAUSSIAN_LIKELIHOOD_FULL_COV_H
26 #define UQ_GAUSSIAN_LIKELIHOOD_FULL_COV_H
28 #include <queso/LikelihoodBase.h>
42 template <
class V = GslVector,
class M = GslMatrix>
59 const M & covariance,
double covarianceCoefficient=1.0);
66 virtual double lnValue(
const V & domainVector)
const;
75 #endif // UQ_GAUSSIAN_LIKELIHOOD_FULL_COV_H
double m_covarianceCoefficient
GaussianLikelihoodFullCovariance(const char *prefix, const VectorSet< V, M > &domainSet, const V &observations, const M &covariance, double covarianceCoefficient=1.0)
Default constructor.
A templated class for handling sets.
const VectorSet< V, M > & domainSet() const
Access to the protected attribute m_domainSet: domain set of the scalar function. ...
A class that represents a Gaussian likelihood with full covariance.
virtual ~GaussianLikelihoodFullCovariance()
Destructor.
virtual double lnValue(const V &domainVector) const
Logarithm of the value of the scalar function.
Base class for canned Gaussian likelihoods.