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