25 #ifndef UQ_GAMMA_REALIZER_H
26 #define UQ_GAMMA_REALIZER_H
28 #include <queso/VectorRealizer.h>
29 #include <queso/VectorSequence.h>
30 #include <queso/Environment.h>
47 template <
class V = GslVector,
class M = GslMatrix>
86 #endif // UQ_GAMMA_REALIZER_H
A templated class for handling sets.
~GammaVectorRealizer()
Destructor.
A class for handling sampling from a Gamma probability density distribution.
void realization(V &nextValues) const
Draws a realization.
GammaVectorRealizer(const char *prefix, const VectorSet< V, M > &unifiedImageSet, const V &a, const V &b)
Constructor.
A templated (base) class for handling sampling from vector RVs.
const VectorSet< V, M > & unifiedImageSet() const
Image set where the realizations lie. Access to protected attribute m_unifiedImageSet.