/MaximumLikelihoodEstimator

The maximum likelihoood estimator approach is used here for calculating the Regression parameter that is slope(b1),intercept(b0) and standard deviation of error/residuals. Then Result or the output for the regression parameters using the OLS(ordiniary Least Sqaure) estimation method versus the MLE(MAximum Likelihood Estimation) method is compared. Also note that this MLE is used when the residual(e) of the regression model does not follow normal distribution for different observations.

Primary LanguageJupyter Notebook

No issues in this repository yet.