25 #ifndef UQ_GENERIC_VECTOR_RV_H
26 #define UQ_GENERIC_VECTOR_RV_H
28 #include <queso/VectorRV.h>
29 #include <queso/VectorSpace.h>
30 #include <queso/JointPdf.h>
31 #include <queso/VectorRealizer.h>
32 #include <queso/VectorCdf.h>
33 #include <queso/VectorMdf.h>
34 #include <queso/SequenceOfVectors.h>
35 #include <queso/InfoTheory.h>
36 #include <gsl/gsl_sf_psi.h>
53 template <
class V = GslVector,
class M = GslMatrix>
98 void print(std::ostream& os)
const;
114 #endif // UQ_GENERIC_VECTOR_RV_H
const BaseVectorRealizer< V, M > & realizer() const
Finds a realization (sample) of the PDF of this vector RV; access to private attribute m_realizer...
A templated class for handling sets.
void print(std::ostream &os) const
TODO: Prints the vector RV.
A templated base class for handling vector RV.
A templated (base) class for handling joint PDFs.
A templated (base) class for handling CDFs of vector functions.
virtual ~GenericVectorRV()
Virtual destructor.
const BaseVectorCdf< V, M > & unifiedCdf() const
Finds the Cumulative Distribution Function of this vector RV, considering the unified sequence of dat...
const BaseVectorCdf< V, M > & subCdf() const
Finds the Cumulative Distribution Function of this vector RV, considering only the sub-sequence of da...
A templated (base) class for handling sampling from vector RVs.
const BaseJointPdf< V, M > & pdf() const
Posterior Density Function of the vector RV; access to private attribute m_pdf.
void setPdf(BaseJointPdf< V, M > &pdf)
Sets the PDF of this vector RV to pdf.
A templated class for handling generic vector RVs.
void setMdf(BaseVectorMdf< V, M > &mdf)
Sets the MDF of this vector RV to Mdf.
GenericVectorRV(const char *prefix, const VectorSet< V, M > &imageSet)
Default constructor.
const VectorSet< V, M > & imageSet() const
Image set of the vector RV; access to private attribute m_imageSet.
A templated (base) class for handling MDFs of vector functions.
void setRealizer(BaseVectorRealizer< V, M > &realizer)
Sets the realizer of this vector RV to realizer.
void setUnifiedCdf(BaseVectorCdf< V, M > &unifiedCdf)
Sets the CDF of the unified sequence of this vector RV to unifiedCdf.
const BaseVectorMdf< V, M > & mdf() const
Finds the Mass Density Function of this vector RV; access to private attribute m_mdf.
void setSubCdf(BaseVectorCdf< V, M > &subCdf)
Sets the CDF of the sub-sequence of this vector RV to subCdf.