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.
V * m_unifiedLawExpVector
void realization(V &nextValues) const
Draws a realization.
const V & unifiedLawExpVector() const
Access to the vector of mean values and private attribute: m_unifiedLawExpVector. ...
~LogNormalVectorRealizer()
Destructor.
A class for handling sampling from a Log-Normal probability density distribution. ...
A templated (base) class for handling sampling from vector RVs.
V * m_unifiedLawVarVector
const VectorSet< V, M > & unifiedImageSet() const
Image set where the realizations lie. Access to protected attribute m_unifiedImageSet.
const V & unifiedLawVarVector() const
Access to the vector of variance values and private attribute: m_unifiedLawVarVector.
LogNormalVectorRealizer(const char *prefix, const VectorSet< V, M > &unifiedImageSet, const V &lawExpVector, const M &lowerCholLawCovMatrix)
Constructor.
M * m_lowerCholLawCovMatrix