25 #ifndef UQ_WIGNER_JOINT_PROB_DENSITY_H
26 #define UQ_WIGNER_JOINT_PROB_DENSITY_H
30 #include <boost/math/special_functions.hpp>
32 #include <queso/JointPdf.h>
33 #include <queso/Environment.h>
34 #include <queso/ScalarFunction.h>
35 #include <queso/BoxSubset.h>
48 template <
class V = GslVector,
class M = GslMatrix>
68 double actualValue(
const V& domainVector,
const V* domainDirection, V* gradVector, M* hessianMatrix, V* hessianEffect)
const;
72 double lnValue (
const V& domainVector,
const V* domainDirection, V* gradVector, M* hessianMatrix, V* hessianEffect)
const;
89 #endif // UQ_WIGNER_JOINT_PROB_DENSITY_H
~WignerJointPdf()
Destructor.
A templated class for handling sets.
WignerJointPdf(const char *prefix, const VectorSet< V, M > &domainSet, const V ¢erPos, double radius)
Constructor.
A templated (base) class for handling joint PDFs.
A templated (base) class for handling scalar functions.
double computeLogOfNormalizationFactor(unsigned int numSamples, bool updateFactorInternally) const
Computes the logarithm of the normalization factor.
const VectorSet< V, M > & domainSet() const
Access to the protected attribute m_domainSet: domain set of the scalar function. ...
A class for handling Wigner joint PDFs.
double actualValue(const V &domainVector, const V *domainDirection, V *gradVector, M *hessianMatrix, V *hessianEffect) const
Actual value of the PDF (scalar function).
double lnValue(const V &domainVector, const V *domainDirection, V *gradVector, M *hessianMatrix, V *hessianEffect) const
Computes the logarithm of the value of the function.