25 #ifndef UQ_POWERED_JOINT_PROB_DENSITY_H 
   26 #define UQ_POWERED_JOINT_PROB_DENSITY_H 
   30 #include <queso/JointPdf.h> 
   31 #include <queso/Environment.h> 
   32 #include <queso/ScalarFunction.h> 
   33 #include <queso/BoxSubset.h> 
   49 template <
class V = GslVector, 
class M = GslMatrix>
 
   70   double actualValue          (
const V& domainVector, 
const V* domainDirection, V* gradVector, M* hessianMatrix, V* hessianEffect) 
const;
 
   76   double lnValue              (
const V& domainVector, 
const V* domainDirection, V* gradVector, M* hessianMatrix, V* hessianEffect) 
const;
 
   98 #endif // UQ_POWERED_JOINT_PROB_DENSITY_H 
double lnValue(const V &domainVector, const V *domainDirection, V *gradVector, M *hessianMatrix, V *hessianEffect) const 
Logarithm of the value of the powered PDF. 
 
A templated (base) class for handling scalar functions. 
 
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
 
PoweredJointPdf(const char *prefix, const BaseJointPdf< V, M > &srcDensity, double exponent)
Constructor. 
 
double actualValue(const V &domainVector, const V *domainDirection, V *gradVector, M *hessianMatrix, V *hessianEffect) const 
Actual value of the powered PDF. 
 
A class for handling a powered joint PDFs. 
 
double computeLogOfNormalizationFactor(unsigned int numSamples, bool updateFactorInternally) const 
TODO: Computes the logarithm of the normalization factor.