Health-GPS 3.0.0.0
Global Health Policy Simulation model (Health-GPS)
Loading...
Searching...
No Matches
hgps::HierarchicalLevel Struct Reference

Defines a hierarchical level data type. More...

#include <static_hierarchical_linear_model.h>

Public Attributes

std::unordered_map< core::Identifier, int > variables
 The level variables.
 
core::DoubleArray2D transition
 The transition matrix.
 
core::DoubleArray2D inverse_transition
 The inverse transition matrix.
 
core::DoubleArray2D residual_distribution
 The residuals distribution.
 
core::DoubleArray2D correlation
 The correlation matrix.
 
std::vector< double > variances
 The associated variance.
 

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: