25 #ifndef UQ_WIGNER_VECTOR_RV_H
26 #define UQ_WIGNER_VECTOR_RV_H
28 #include <queso/VectorRV.h>
29 #include <queso/VectorSpace.h>
30 #include <queso/JointPdf.h>
31 #include <queso/VectorRealizer.h>
32 #include <queso/VectorCdf.h>
33 #include <queso/VectorMdf.h>
34 #include <queso/SequenceOfVectors.h>
35 #include <queso/InfoTheory.h>
36 #include <gsl/gsl_sf_psi.h>
53 template <
class V = GslVector,
class M = GslMatrix>
73 void print(std::ostream& os)
const;
89 #endif // UQ_WIGNER_VECTOR_RV_H
A templated class for handling sets.
A templated base class for handling vector RV.
void print(std::ostream &os) const
TODO: Prints the vector RV.
A class representing a vector RV constructed via Wigner distribution.
virtual ~WignerVectorRV()
Virtual destructor.
const VectorSet< V, M > & imageSet() const
Image set of the vector RV; access to private attribute m_imageSet.
WignerVectorRV(const char *prefix, const VectorSet< V, M > &imageSet, const V ¢erPos, double radius)
Default Constructor.