Skip to content

Latest commit

 

History

History
 
 

mult_lin_reg

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Home - Multiple linear regression

Multiple Linear Regression

In multiple linear regression, we fit a scalar variable y from a vector of predictors x=[x[0],...,x[k-1]] through a linear model of the form:

   yhat = beta[0] + beta[1]*x[0] + ... + beta[k]*x[k-1]

We include a demo and lab: