![]() |
Virtual Belgium
2.0
A micro-simulation platform for the Belgian population
|
#include <Random.hpp>
Public Attributes | |
| std::vector< float > | mu |
| vector storing the mean of each component More... | |
| std::vector< float > | sigma |
| vector storing the standard error of each component More... | |
| std::vector< float > | p |
| proportions of each components More... | |
| float | max |
| upper bound of the distribution More... | |
| float | min |
| lower bound of the distribution More... | |
| float dist_param_mixture::max |
upper bound of the distribution
| float dist_param_mixture::min |
lower bound of the distribution
| std::vector<float> dist_param_mixture::mu |
vector storing the mean of each component
| std::vector<float> dist_param_mixture::p |
proportions of each components
| std::vector<float> dist_param_mixture::sigma |
vector storing the standard error of each component