|
Health-GPS
1.2.2.0
Global Health Policy Simulation model (Health-GPS)
|
Defines a linear regression model data type. More...
#include <hierarchical_model_static.h>
Public Attributes | |
| std::unordered_map< core::Identifier, Coefficient > | coefficients |
| The model coefficients. More... | |
| double | residuals_standard_deviation {} |
| The residuals standard deviation value. More... | |
| double | rsquared {} |
| The R squared value. More... | |
Defines a linear regression model data type.
| std::unordered_map<core::Identifier, Coefficient> hgps::LinearModel::coefficients |
The model coefficients.
| double hgps::LinearModel::residuals_standard_deviation {} |
The residuals standard deviation value.
| double hgps::LinearModel::rsquared {} |
The R squared value.