Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 639 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 639 Bytes

RegModel_Analytica

Complete mathematical and statistical analysis of linear regression model.
The Analysis involved the following:

  1. Estimation of Linear Regression Model by estimating significance of coefficients in the best-fit line equation.
  2. Checking for Model Confidence
  3. Calculation of Confidence Intervals
  4. Calculation of Prediction Intervals
  5. Plotting the above two points on a well defined scatter plot
  6. Hypothesis Testing and p-values
  7. Anova Testing
  8. Estimation and evaluation of R-squared error