philsupertramp/game-math
|
#include <Probability.h>
Public Attributes | |
double | beta_0 |
$$\beta_0$$ More... | |
double | beta_1 |
$$\beta_1$$ More... | |
Matrix< double > | y_estimate |
$$\hat{y}$$ approximated y value for given samples More... | |
Matrix< double > | residuals |
$$\epsilon_i$$ Residuals of the underlying squared error computations More... | |
Linear Regression Model
double LinearModel::beta_0 |
$$\beta_0$$
double LinearModel::beta_1 |
$$\beta_1$$
Matrix<double> LinearModel::residuals |
$$\epsilon_i$$ Residuals of the underlying squared error computations
Matrix<double> LinearModel::y_estimate |
$$\hat{y}$$ approximated y value for given samples