Health-GPS
1.2.2.0
Global Health Policy Simulation model (Health-GPS)
|
Define the age group dynamic equations data type. More...
#include <energy_balance_hierarchical_model.h>
Public Attributes | |
core::IntegerInterval | age_group |
The reference age group. More... | |
std::map< core::Identifier, FactorDynamicEquation > | male {} |
The males dynamic equations. More... | |
std::map< core::Identifier, FactorDynamicEquation > | female {} |
The females dynamic equations. More... | |
Define the age group dynamic equations data type.
core::IntegerInterval hgps::AgeGroupGenderEquation::age_group |
The reference age group.
std::map<core::Identifier, FactorDynamicEquation> hgps::AgeGroupGenderEquation::female {} |
The females dynamic equations.
std::map<core::Identifier, FactorDynamicEquation> hgps::AgeGroupGenderEquation::male {} |
The males dynamic equations.