Virtual Belgium  2.0
A micro-simulation platform for the Belgian population
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros Pages
dist_param_mixture Struct Reference

#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...
 

Member Data Documentation

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


The documentation for this struct was generated from the following file: