Home - 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:
- Demo: Predicting glucose levels
- Lab: Calibrating robot dynamics To be completed by the student.