JointSampler Class Reference
Represents an abstract joint random variable that can be sampled according to several discrete/continuous probability distribution(s). More...
#include <JointSampler.h>
Inheritance diagram for JointSampler:

Public Member Functions | |
Constructors | |
| JointSampler (const SamplerList &randomVars) | |
| JointSampler (const JointSampler ©) | |
| JointSampler () | |
| virtual | ~JointSampler () |
Protected Attributes | |
| SamplerList | m_samplers |
Detailed Description
Represents an abstract joint random variable that can be sampled according to several discrete/continuous probability distribution(s).
- Date:
- Fall 2008
Definition at line 19 of file JointSampler.h.
Constructor & Destructor Documentation
| JointSampler::JointSampler | ( | const SamplerList & | randomVars | ) | [inline, explicit] |
Definition at line 25 of file JointSampler.h.
| JointSampler::JointSampler | ( | const JointSampler & | copy | ) | [inline] |
Definition at line 29 of file JointSampler.h.
| JointSampler::JointSampler | ( | ) | [inline] |
Definition at line 33 of file JointSampler.h.
| virtual JointSampler::~JointSampler | ( | ) | [inline, virtual] |
Definition at line 37 of file JointSampler.h.
Member Data Documentation
SamplerList JointSampler::m_samplers [protected] |
Definition at line 44 of file JointSampler.h.
The documentation for this class was generated from the following file:
Generated on 28 Feb 2009 for Milton by
1.5.6