From the course: Practical Python for Time Series Analysis
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Robust regression - Python Tutorial
From the course: Practical Python for Time Series Analysis
Robust regression
- [Instructor] After calculating the residuals and interpreting how the model works, now we are ready to go into the the diagnostics and assumptions, which are checks that you perform, above all on the residuals. From the result we obtained, the last element, which is a table with the kurtosis, skew, omnibus, we are getting the results of statistical tests to validate some of these assumptions, but I have put the most important ones in the table of content of this notebook, that one is homoscedasticity and linearity, another one is the normality of the residuals and the independence of the residuals. For each one of these tests, there are two parts. One is first two plots, which are the variables to contrast based on the results of the model, and then the statistical test to see if there are significant differences on the comparison for the assumption. Why all of this is important? Because the results that we get in our…
Contents
-
-
-
-
-
-
-
-
(Locked)
Linear regression fundamentals3m 4s
-
(Locked)
Implement linear regression with statsmodels7m 47s
-
(Locked)
Interpret linear regression coefficients11m
-
(Locked)
Regression diagnostics and assumptions4m 5s
-
(Locked)
Robust regression8m 11s
-
(Locked)
Robust regression for assumption violations5m 53s
-
(Locked)
-
-
-
-
-