25 #ifndef UQ_GAUSSIAN_LIKELIHOOD_FULL_COV_RAND_COEFF_H
26 #define UQ_GAUSSIAN_LIKELIHOOD_FULL_COV_RAND_COEFF_H
28 #include <queso/LikelihoodBase.h>
47 template <
class V = GslVector,
class M = GslMatrix>
64 const M & covariance);
71 virtual double lnValue(
const V & domainVector)
const;
79 #endif // UQ_GAUSSIAN_LIKELIHOOD_FULL_COV_RAND_COEFF_H
virtual ~GaussianLikelihoodFullCovarianceRandomCoefficient()
Destructor.
A class that represents a Gaussian likelihood with full covariance and random coefficient.
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. ...
GaussianLikelihoodFullCovarianceRandomCoefficient(const char *prefix, const VectorSet< V, M > &domainSet, const V &observations, const M &covariance)
Default constructor.
virtual double lnValue(const V &domainVector) const
Logarithm of the value of the scalar function.
Base class for canned Gaussian likelihoods.