25 #ifndef UQ_POWERED_JOINT_PROB_DENSITY_H
26 #define UQ_POWERED_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>
51 template <
class V = GslVector,
class M = GslMatrix>
72 double actualValue (
const V& domainVector,
const V* domainDirection, V* gradVector, M* hessianMatrix, V* hessianEffect)
const;
78 double lnValue (
const V& domainVector,
const V* domainDirection, V* gradVector, M* hessianMatrix, V* hessianEffect)
const;
100 #endif // UQ_POWERED_JOINT_PROB_DENSITY_H
void setNormalizationStyle(unsigned int value) const
Sets a value to be used in the normalization style of the powered PDF (ie, protected attribute m_srcD...
~PoweredJointPdf()
Destructor.
A templated (base) class for handling joint PDFs.
const BaseJointPdf< V, M > & m_srcDensity
double computeLogOfNormalizationFactor(unsigned int numSamples, bool updateFactorInternally) const
TODO: Computes the logarithm of the normalization factor.
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 powered PDF.
double lnValue(const V &domainVector, const V *domainDirection, V *gradVector, M *hessianMatrix, V *hessianEffect) const
Logarithm of the value of the powered PDF.
PoweredJointPdf(const char *prefix, const BaseJointPdf< V, M > &srcDensity, double exponent)
Constructor.
A class for handling a powered joint PDFs.