25 #ifndef UQ_JEFFREYS_JOINT_PROB_DENSITY_H
26 #define UQ_JEFFREYS_JOINT_PROB_DENSITY_H
28 #include <queso/JointPdf.h>
29 #include <queso/Environment.h>
30 #include <queso/ScalarFunction.h>
31 #include <queso/BoxSubset.h>
45 template <
class V = GslVector,
class M = GslMatrix>
67 double actualValue(
const V& domainVector,
const V* domainDirection, V*
68 gradVector, M* hessianMatrix, V* hessianEffect)
const;
75 double lnValue (
const V& domainVector,
const V* domainDirection, V* gradVector, M* hessianMatrix, V* hessianEffect)
const;
99 #endif // UQ_JEFFREYS_JOINT_PROB_DENSITY_H
virtual void distributionMean(V &meanVector) const
double actualValue(const V &domainVector, const V *domainDirection, V *gradVector, M *hessianMatrix, V *hessianEffect) const
Actual value of the jeffreys PDF.
JeffreysJointPdf(const char *prefix, const VectorSet< V, M > &domainSet)
Constructor.
A templated (base) class for handling scalar functions.
double lnValue(const V &domainVector, const V *domainDirection, V *gradVector, M *hessianMatrix, V *hessianEffect) const
Logarithm of the value of the jeffreys PDF.
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. ...
double computeLogOfNormalizationFactor(unsigned int numSamples, bool updateFactorInternally) const
Computes the logarithm of the normalization factor.
A templated (base) class for handling joint PDFs.
A class for handling jeffreys joint PDFs.
~JeffreysJointPdf()
Destructor.
virtual void distributionVariance(M &covMatrix) const
Covariance matrix of the underlying random variable.