|
Health-GPS
1.2.2.0
Global Health Policy Simulation model (Health-GPS)
|
Defines a hierarchical level data type. More...
#include <hierarchical_model_static.h>
Public Attributes | |
| std::unordered_map< core::Identifier, int > | variables |
| The level variables. More... | |
| core::DoubleArray2D | transition |
| The transition matrix. More... | |
| core::DoubleArray2D | inverse_transition |
| The inverse transition matrix. More... | |
| core::DoubleArray2D | residual_distribution |
| The residuals distribution. More... | |
| core::DoubleArray2D | correlation |
| The correlation matrix. More... | |
| std::vector< double > | variances |
| The associated variance. More... | |
Defines a hierarchical level data type.
| core::DoubleArray2D hgps::HierarchicalLevel::correlation |
The correlation matrix.
| core::DoubleArray2D hgps::HierarchicalLevel::inverse_transition |
The inverse transition matrix.
| core::DoubleArray2D hgps::HierarchicalLevel::residual_distribution |
The residuals distribution.
| core::DoubleArray2D hgps::HierarchicalLevel::transition |
The transition matrix.
| std::unordered_map<core::Identifier, int> hgps::HierarchicalLevel::variables |
The level variables.
| std::vector<double> hgps::HierarchicalLevel::variances |
The associated variance.