25 #include <queso/GaussianVectorCdf.h>
30 template<
class V,
class M>
34 const V& domainExpectedValues,
35 const V& domainVarianceValues)
38 m_covMatrix (m_pdfSupport.newDiagMatrix(domainVarianceValues*domainVarianceValues))
55 template<
class V,
class M>
59 const V& domainExpectedValues,
63 m_covMatrix (new M(covMatrix))
80 template<
class V,
class M>
86 template<
class V,
class M>
96 template <
class V,
class M>
104 template<
class V,
class M>
unsigned int displayVerbosity() const
GaussianVectorCdf(const char *prefix, const VectorSet< V, M > &pdfSupport, const V &domainExpectedValues, const V &domainVarianceValues)
TODO: Constructor.
A templated class for handling sets.
A templated (base) class for handling CDFs of vector functions.
#define queso_error_msg(msg)
std::ofstream * subDisplayFile() const
Access function for m_subDisplayFile (displays file on stream).
void commonConstructor()
A common constructor to be used both class constructors.
void values(const V ¶mValues, V &cdfVec) const
TODO: Returns the values of the vector CDF at each element of paramValues.
const BaseEnvironment & m_env
void print(std::ostream &os) const
TODO: Prints the vector CDF.