|
Health-GPS 3.0.0.0
Global Health Policy Simulation model (Health-GPS)
|
#include "HealthGPS.Core/income_category_layout.h"#include "interfaces.h"#include "linear_model_eval_options.h"#include "mapping.h"#include "risk_factor_adjustable_model.h"#include <Eigen/Dense>#include <string>#include <unordered_map>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| struct | hgps::LinearModelParams |
| Defines the linear model parameters used to initialise risk factors. More... | |
| struct | hgps::PhysicalActivityModel |
| Defines the physical activity model parameters. More... | |
| class | hgps::StaticLinearModel |
| Implements the static linear model type. More... | |
| class | hgps::StaticLinearModelDefinition |
| Defines the static linear model data type. More... | |
Namespaces | |
| namespace | hgps |
| Top-level namespace for Health-GPS Console host application. | |
Typedefs | |
| using | hgps::IncomeStratumExpectedTableEntry = std::pair< std::string, std::shared_ptr< RiskFactorSexAgeTable > > |
| One expected factors-mean table mapped to a configured income stratum id. | |