25 #ifndef UQ_INVGAMMA_REALIZER_H 
   26 #define UQ_INVGAMMA_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>
 
   86 #endif // UQ_INVGAMMA_REALIZER_H 
A templated class for handling sets. 
 
A templated (base) class for handling sampling from vector RVs. 
 
A class for handling sampling from an Inverse Gamma probability density distribution. 
 
~InverseGammaVectorRealizer()
Destructor. 
 
InverseGammaVectorRealizer(const char *prefix, const VectorSet< V, M > &unifiedImageSet, const V &alpha, const V &beta)
Constructor. 
 
const VectorSet< V, M > & unifiedImageSet() const 
Image set where the realizations lie. Access to protected attribute m_unifiedImageSet. 
 
void realization(V &nextValues) const 
Draws a realization.