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;
92 #endif // UQ_JEFFREYS_JOINT_PROB_DENSITY_H
A templated class for handling sets.
A templated (base) class for handling joint PDFs.
A templated (base) class for handling scalar functions.
double actualValue(const V &domainVector, const V *domainDirection, V *gradVector, M *hessianMatrix, V *hessianEffect) const
Actual value of the jeffreys PDF.
const VectorSet< V, M > & domainSet() const
Access to the protected attribute m_domainSet: domain set of the scalar function. ...
JeffreysJointPdf(const char *prefix, const VectorSet< V, M > &domainSet)
Constructor.
double lnValue(const V &domainVector, const V *domainDirection, V *gradVector, M *hessianMatrix, V *hessianEffect) const
Logarithm of the value of the jeffreys PDF.
double computeLogOfNormalizationFactor(unsigned int numSamples, bool updateFactorInternally) const
Computes the logarithm of the normalization factor.
A class for handling jeffreys joint PDFs.
~JeffreysJointPdf()
Destructor.