1.

What is the difference between OLS and Maximum Likelihood? Explain briefly.

Answer»

OLS stands for Ordinary Least Squares. OLS is a line or estimate which MINIMIZES the error. The sum squared of errors is considered here. Error is the difference between the observed value and its corresponding predicted value. This is typically in a linear regression model scenario.

MLE stands for maximum Likelihood Estimate. MLE is an approach for estimating parameters of a statistical model. Here random error is ASSUMED to FOLLOW a DISTRIBUTION, e.g. normal distribution.

MLE is more to select a parameter that can maximize the likelihood or log-likelihood (when we try to NORMALIZE based on data values). OLS considers the parameter value that minimizes the error of the model.



Discussion

No Comment Found

Related InterviewSolutions