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> 
   44 template<
class V, 
class M>
 
   83 #endif // UQ_GAMMA_REALIZER_H 
~GammaVectorRealizer()
Destructor. 
 
const VectorSet< V, M > & unifiedImageSet() const 
Image set where the realizations lie. Access to protected attribute m_unifiedImageSet. 
 
A templated class for handling sets. 
 
A class for handling sampling from a Gamma probability density distribution. 
 
GammaVectorRealizer(const char *prefix, const VectorSet< V, M > &unifiedImageSet, const V &a, const V &b)
Constructor. 
 
void realization(V &nextValues) const 
Draws a realization. 
 
A templated (base) class for handling sampling from vector RVs.