25 #ifndef UQ_LOGNORM_JOINT_PROB_DENSITY_H 
   26 #define UQ_LOGNORM_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>
 
   73   double   actualValue (
const V& domainVector, 
const V* domainDirection, V* gradVector, M* hessianMatrix, V* hessianEffect) 
const;
 
   79   double   lnValue     (
const V& domainVector, 
const V* domainDirection, V* gradVector, M* hessianMatrix, V* hessianEffect) 
const;
 
  104 #endif // UQ_LOGNORM_JOINT_PROB_DENSITY_H 
A templated class for handling sets. 
~LogNormalJointPdf()
Destructor. 
A templated (base) class for handling joint PDFs. 
const V & lawVarVector() const 
Access to the vector of variance values and private attribute: m_lawVarVector. 
double actualValue(const V &domainVector, const V *domainDirection, V *gradVector, M *hessianMatrix, V *hessianEffect) const 
Actual value of the Log-Normal PDF (scalar function). 
A templated (base) class for handling scalar functions. 
double lnValue(const V &domainVector, const V *domainDirection, V *gradVector, M *hessianMatrix, V *hessianEffect) const 
Logarithm of the value of the Log-Normal PDF (scalar function). 
LogNormalJointPdf(const char *prefix, const VectorSet< V, M > &domainSet, const V &lawExpVector, const V &lawVarVector)
Constructor. 
const VectorSet< V, M > & domainSet() const 
Access to the protected attribute m_domainSet: domain set of the scalar function. ...
const V & lawExpVector() const 
Access to the vector of mean values and private attribute: m_lawExpVector. 
A class for handling Log-Normal joint PDFs. 
double computeLogOfNormalizationFactor(unsigned int numSamples, bool updateFactorInternally) const 
Computes the logarithm of the normalization factor.