In this work, I developed a new Python class with various functions to construct and evaluate a linear regression model using two arrays: x and y.
- The Correlation of x and y
- The angular coef (beta) and intercept (alpha)
- Also calculates the residuals
- Made the Shapiro test
- Made the Het White Test
- Plot the Regression Line
- Evaluate the model with MAE and RMSE