25 #ifndef UQ_GAUSSIAN_VECTOR_CUMULATIVE_DISTRIBUTION_FUNCTION_H
26 #define UQ_GAUSSIAN_VECTOR_CUMULATIVE_DISTRIBUTION_FUNCTION_H
28 #include <queso/VectorCdf.h>
29 #include <queso/ArrayOfOneDGrids.h>
30 #include <queso/ArrayOfOneDTables.h>
31 #include <queso/ScalarCdf.h>
32 #include <queso/Environment.h>
50 template <
class V = GslVector,
class M = GslMatrix>
62 const V& domainExpectedValues,
63 const V& domainVarianceValues);
70 const V& domainExpectedValues,
80 void values(
const V& paramValues, V& cdfVec)
const;
87 void print (std::ostream& os)
const;
103 #endif // UQ_GAUSSIAN_VECTOR_CUMULATIVE_DISTRIBUTION_FUNCTION_H
GaussianVectorCdf(const char *prefix, const VectorSet< V, M > &pdfSupport, const V &domainExpectedValues, const V &domainVarianceValues)
TODO: Constructor.
const VectorSet< V, M > & pdfSupport() const
Returns the image set (support) of the PDF; access to protected attribute m_pdfSupport.
A templated class for handling sets.
A templated (base) class for handling CDFs of vector functions.
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.
void print(std::ostream &os) const
TODO: Prints the vector CDF.
TODO: A class for handling Gaussian CDFs.