Health-GPS  1.2.2.0
Global Health Policy Simulation model (Health-GPS)
lms_definition.h File Reference
#include "HealthGPS.Core/forward_type.h"
#include "weight_category.h"
#include <map>
#include <stdexcept>
Include dependency graph for lms_definition.h:
This graph shows which files directly or indirectly include this file:

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...