-
Notifications
You must be signed in to change notification settings - Fork 435
Description
| "P(X | \\hat{f}_{\\beta}) = \\prod_{\\alpha = 1}^{n} P(X_{\\alpha}|\\hat{f}_{\\beta}(X)), \\alpha = 1,\\ldots,n\n", |
The notebook useses the P(X | ... ) notation, which I would interpret as the conditional probability of the data. However, linear models would typically be used for continuous response data where P(X_i = | ... ) is zero. Instead, one would use the densities, i.e. small p or f.
Furthermore, since a product is used, this implies that the observations are independent from each other. Hence, as written a little further down:
OLS: - assumes that the errors have a mean of zero, constant variance and are independent of eachother (no correlation in error).
Is incomplete, because the same was assumed for the ML approach.
Altogether, I find that the post a little confusion. As far as I know: For a Gaussian response distribution with KNOWN