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>
 
const BaseEnvironment & m_env
 
std::ofstream * subDisplayFile() const 
Access function for m_subDisplayFile (displays file on stream). 
 
A templated (base) class for handling CDFs of vector functions. 
 
A templated class for handling sets. 
 
void values(const V ¶mValues, V &cdfVec) const 
TODO: Returns the values of the vector CDF at each element of paramValues. 
 
unsigned int displayVerbosity() const 
 
void commonConstructor()
A common constructor to be used both class constructors. 
 
GaussianVectorCdf(const char *prefix, const VectorSet< V, M > &pdfSupport, const V &domainExpectedValues, const V &domainVarianceValues)
TODO: Constructor. 
 
void print(std::ostream &os) const 
TODO: Prints the vector CDF. 
 
#define queso_error_msg(msg)