Health-GPS 3.0.0.0
Global Health Policy Simulation model (Health-GPS)
Loading...
Searching...
No Matches
hgps::LinearModelParams Struct Reference

Defines the linear model parameters used to initialise risk factors. More...

#include <static_linear_model.h>

Public Attributes

double intercept {}
 
std::unordered_map< core::Identifier, double > coefficients {}
 
std::unordered_map< core::Identifier, double > log_coefficients {}
 

Detailed Description

Defines the linear model parameters used to initialise risk factors.

Member Data Documentation

◆ coefficients

std::unordered_map<core::Identifier, double> hgps::LinearModelParams::coefficients {}

◆ intercept

double hgps::LinearModelParams::intercept {}

◆ log_coefficients

std::unordered_map<core::Identifier, double> hgps::LinearModelParams::log_coefficients {}

The documentation for this struct was generated from the following file: