$extrastylesheet
Dakota  Version 6.2
Public Member Functions | Private Attributes
QuesoJointPdf< V, M > Class Template Reference

Dakota specialization of QUESO generic joint PDF. More...

List of all members.

Public Member Functions

 QuesoJointPdf (const char *prefix, const QUESO::VectorSet< V, M > &domainSet, NonDQUESOBayesCalibration *nond_queso_ptr)
 Default constructor.
virtual ~QuesoJointPdf ()
 Destructor.
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
 Logarithm of the value of the function.
double computeLogOfNormalizationFactor (unsigned int numSamples, bool m_logOfNormalizationFactor) const
 Computes the logarithm of the normalization factor.

Private Attributes

NonDQUESOBayesCalibrationNonDQUESOInstance

Detailed Description

template<class V, class M>
class Dakota::QuesoJointPdf< V, M >

Dakota specialization of QUESO generic joint PDF.


Constructor & Destructor Documentation

QuesoJointPdf ( const char *  prefix,
const QUESO::VectorSet< V, M > &  domainSet,
NonDQUESOBayesCalibration nond_queso_ptr 
)

Default constructor.

Instantiates an object of the class, i.e. a scalar function, given a prefix and its domain.


The documentation for this class was generated from the following file: