25 #ifndef UQ_GAUSSIAN_LIKELIHOOD_SCALAR_COV_H
26 #define UQ_GAUSSIAN_LIKELIHOOD_SCALAR_COV_H
28 #include <queso/LikelihoodBase.h>
42 template <
class V = GslVector,
class M = GslMatrix>
62 virtual double lnValue(
const V & domainVector)
const;
70 #endif // UQ_GAUSSIAN_LIKELIHOOD_SCALAR_COV_H
GaussianLikelihoodScalarCovariance(const char *prefix, const VectorSet< V, M > &domainSet, const V &observations, double covariance)
Default constructor.
virtual ~GaussianLikelihoodScalarCovariance()
Destructor.
virtual double lnValue(const V &domainVector) const
Logarithm of the value of the scalar function.
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 scalar covariance.
Base class for canned Gaussian likelihoods.