|
Health-GPS 3.0.0.0
Global Health Policy Simulation model (Health-GPS)
|
#include "HealthGPS.Core/identifier.h"#include "HealthGPS.Core/interval.h"#include <stdexcept>#include <string>#include <unordered_map>#include <vector>Go to the source code of this file.
Classes | |
| class | hgps::MappingEntry |
| Defines risk factor mapping entry data type. More... | |
| class | hgps::HierarchicalMapping |
| Defines the hierarchical model mapping data type. More... | |
Namespaces | |
| namespace | hgps |
| Top-level namespace for Health-GPS Console host application. | |
Typedefs | |
| using | hgps::OptionalInterval = std::optional< core::DoubleInterval > |
| Optional Range of doubles data type. | |
Variables | |
| const core::Identifier | hgps::InterceptKey = core::Identifier{"intercept"} |
| The constant in the regression model presentation identifier. | |