$extrastylesheet
|
Dakota
Version 6.2
|
Dakota specialization of QUESO generic joint PDF. More...
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 | |
| NonDQUESOBayesCalibration * | NonDQUESOInstance |
Dakota specialization of QUESO generic joint PDF.
| 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.
1.7.6.1