Linear Regression
There are many different ways to interpret the linear regression framework. Below I document the ones I have found useful. The general problem is that we want to predict some variable Y based on some inputs X1 up to Xp. If we assume this relationship is linear then we would have Note here we are […]