Health-GPS  1.2.2.0
Global Health Policy Simulation model (Health-GPS)
hgps::HierarchicalLevel Struct Reference

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

Detailed Description

Defines a hierarchical level data type.

Member Data Documentation

◆ correlation

core::DoubleArray2D hgps::HierarchicalLevel::correlation

The correlation matrix.

◆ inverse_transition

core::DoubleArray2D hgps::HierarchicalLevel::inverse_transition

The inverse transition matrix.

◆ residual_distribution

core::DoubleArray2D hgps::HierarchicalLevel::residual_distribution

The residuals distribution.

◆ transition

core::DoubleArray2D hgps::HierarchicalLevel::transition

The transition matrix.

◆ variables

std::unordered_map<core::Identifier, int> hgps::HierarchicalLevel::variables

The level variables.

◆ variances

std::vector<double> hgps::HierarchicalLevel::variances

The associated variance.


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