Health-GPS
1.2.2.0
Global Health Policy Simulation model (Health-GPS)
|
#include "HealthGPS.Core/forward_type.h"
#include "weight_category.h"
#include <map>
#include <stdexcept>
Go to the source code of this file.
Classes | |
struct | hgps::LmsRecord |
Defines the LMS (lambda-mu-sigma) parameters record data type. More... | |
class | hgps::LmsDefinition |
LMS (lambda-mu-sigma) model definition data type. More... | |
Namespaces | |
hgps | |
Top-level namespace for Health-GPS C++ API. | |
Typedefs | |
using | hgps::LmsDataset = std::map< unsigned int, std::map< core::Gender, LmsRecord > > |
Defines the LMS (lambda-mu-sigma) model dataset. More... | |