Why is Gaussian distribution used for Maximum Likelihood estimation with Linear Regression and not some other distribution? I know that using Gaussian distribution for the target y yields Maximum Likelihood giving Mean Square Error as the loss function to be minimized. But, why use Gaussian distribution and not other distribution and try to maximize its likelihood?
Asked
Active
Viewed 93 times
For example:
– Glen_b Sep 25 '18 at 13:42Regression with Laplace errors, for which MLE is L1 regression
Generalized linear models, which are ML for distributions in the exponential family. If you choose an identity link you have a model where the conditional mean is linear in the predictors
M-estimators for which the $\rho$ function is the negative log of an actual density
regression using t-errors, which crop up in a number of applications