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> 
   61 template <
class V = GslVector, 
class M = GslMatrix>
 
   71                           const V&                     lawExpVector,
 
   72                           const V&                     lawVarVector);
 
   79                           const V&                     lawExpVector,
 
   80                           const M&                     lawCovMatrix);
 
  101   void print(std::ostream& os) 
const;
 
  118 template <
class V, 
class M>
 
  129         M& sigmaMat11_cond_on_2);
 
  133 #endif // UQ_GAUSSIAN_VECTOR_RV_H 
GaussianVectorRV(const char *prefix, const VectorSet< V, M > &imageSet, const V &lawExpVector, const V &lawVarVector)
Constructor. 
 
A templated class for handling sets. 
 
A templated base class for handling vector RV. 
 
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)
 
void updateLawExpVector(const V &newLawExpVector)
Updates the vector that contains the mean values. 
 
void updateLawCovMatrix(const M &newLawCovMatrix)
Updates the covariance matrix. 
 
void print(std::ostream &os) const 
TODO: Prints the vector RV. 
 
const VectorSet< V, M > & imageSet() const 
Image set of the vector RV; access to private attribute m_imageSet. 
 
virtual ~GaussianVectorRV()
Virtual destructor. 
 
A class representing a Gaussian vector RV.