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