philsupertramp/game-math
Loading...
Searching...
No Matches
Public Attributes | List of all members
LinearModel Struct Reference

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

Detailed Description

Linear Regression Model

Member Data Documentation

◆ beta_0

double LinearModel::beta_0

$$\beta_0$$

◆ beta_1

double LinearModel::beta_1

$$\beta_1$$

◆ residuals

Matrix<double> LinearModel::residuals

$$\epsilon_i$$ Residuals of the underlying squared error computations

◆ y_estimate

Matrix<double> LinearModel::y_estimate

$$\hat{y}$$ approximated y value for given samples


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