25 #ifndef UQ_LOGNORMAL_REALIZER_H 
   26 #define UQ_LOGNORMAL_REALIZER_H 
   28 #include <queso/VectorRealizer.h> 
   29 #include <queso/VectorSequence.h> 
   30 #include <queso/Environment.h> 
   48 template <
class V = GslVector, 
class M = GslMatrix>
 
   59                                  const V&                     lawExpVector, 
 
   60                                  const M&                     lowerCholLawCovMatrix); 
 
   68                                  const V&                     lawExpVector, 
 
  105 #endif // UQ_LOGNORMAL_REALIZER_H 
A templated class for handling sets. 
 
M * m_lowerCholLawCovMatrix
 
~LogNormalVectorRealizer()
Destructor. 
 
V * m_unifiedLawExpVector
 
A templated (base) class for handling sampling from vector RVs. 
 
LogNormalVectorRealizer(const char *prefix, const VectorSet< V, M > &unifiedImageSet, const V &lawExpVector, const M &lowerCholLawCovMatrix)
Constructor. 
 
const V & unifiedLawVarVector() const 
Access to the vector of variance values and private attribute: m_unifiedLawVarVector. 
 
void realization(V &nextValues) const 
Draws a realization. 
 
const V & unifiedLawExpVector() const 
Access to the vector of mean values and private attribute: m_unifiedLawExpVector. ...
 
const VectorSet< V, M > & unifiedImageSet() const 
Image set where the realizations lie. Access to protected attribute m_unifiedImageSet. 
 
A class for handling sampling from a Log-Normal probability density distribution. ...
 
V * m_unifiedLawVarVector