25 #ifndef UQ_GAUSSIAN_VECTOR_RV_H
26 #define UQ_GAUSSIAN_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>
62 template <
class V = GslVector,
class M = GslMatrix>
72 const V& lawExpVector,
73 const V& lawVarVector);
80 const V& lawExpVector,
81 const M& lawCovMatrix);
102 void print(std::ostream& os)
const;
119 template <
class V,
class M>
130 M& sigmaMat11_cond_on_2);
134 #endif // UQ_GAUSSIAN_VECTOR_RV_H
A templated class for handling sets.
A templated base class for handling vector RV.
void print(std::ostream &os) const
TODO: Prints the vector RV.
virtual ~GaussianVectorRV()
Virtual destructor.
A class representing a Gaussian vector RV.
void updateLawCovMatrix(const M &newLawCovMatrix)
Updates the covariance matrix.
void ComputeConditionalGaussianVectorRV(const V &muVec1, const V &muVec2, const M &sigmaMat11, const M &sigmaMat12, const M &sigmaMat21, const M &sigmaMat22, const V &sampleVec2, V &muVec1_cond_on_2, M &sigmaMat11_cond_on_2)
GaussianVectorRV(const char *prefix, const VectorSet< V, M > &imageSet, const V &lawExpVector, const V &lawVarVector)
Constructor.
const VectorSet< V, M > & imageSet() const
Image set of the vector RV; access to private attribute m_imageSet.
void updateLawExpVector(const V &newLawExpVector)
Updates the vector that contains the mean values.