25 #ifndef UQ_GAUSSIAN_VECTOR_MARGINAL_DENSITY_FUNCTION_H 
   26 #define UQ_GAUSSIAN_VECTOR_MARGINAL_DENSITY_FUNCTION_H 
   28 #include <queso/VectorMdf.h> 
   29 #include <queso/ArrayOfOneDGrids.h> 
   30 #include <queso/ArrayOfOneDTables.h> 
   31 #include <queso/Environment.h> 
   46 template<
class V, 
class M>
 
   57                            const V&                       domainExpectedValues,
 
   58                            const V&                       domainVarianceValues);
 
   65                            const V&                       domainExpectedValues,
 
   75   void values(
const V& paramValues, V& mdfVec) 
const;
 
   82   void print (std::ostream& os)                
const;
 
   97 #endif // UQ_GAUSSIAN_VECTOR_MARGINAL_DENSITY_FUNCTION_H 
const VectorSet< V, M > & domainSet() const 
Returns the domain set; access to protected attribute m_domainSet. 
 
A templated (base) class for handling MDFs of vector functions. 
 
A templated class for handling sets. 
 
void print(std::ostream &os) const 
TODO: Prints the vector CDF. 
 
void values(const V ¶mValues, V &mdfVec) const 
TODO: Returns the values of the vector CDF at each element of paramValues. 
 
TODO: A class for handling Gaussian MDFs. 
 
GaussianVectorMdf(const char *prefix, const VectorSet< V, M > &domainSet, const V &domainExpectedValues, const V &domainVarianceValues)
TODO: Constructor. 
 
~GaussianVectorMdf()
Destructor.