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>
49 template <
class V = GslVector,
class M = GslMatrix>
60 const V& domainExpectedValues,
61 const V& domainVarianceValues);
68 const V& domainExpectedValues,
78 void values(
const V& paramValues, V& mdfVec)
const;
85 void print (std::ostream& os)
const;
100 #endif // UQ_GAUSSIAN_VECTOR_MARGINAL_DENSITY_FUNCTION_H
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.
const VectorSet< V, M > & domainSet() const
Returns the domain set; access to protected attribute m_domainSet.
GaussianVectorMdf(const char *prefix, const VectorSet< V, M > &domainSet, const V &domainExpectedValues, const V &domainVarianceValues)
TODO: Constructor.
TODO: A class for handling Gaussian MDFs.
A templated (base) class for handling MDFs of vector functions.
~GaussianVectorMdf()
Destructor.