A residual is the difference between an observed value and a predicted value in a…
Regression in Python
-
-
PythonRegression in PythonSoftware Tutorials
How to Calculate Cook’s Distance in Python
by Erma Khanby Erma KhanCook’s distance is used to identify influential observations in a regression model. The formula for Cook’s…
-
PythonRegression in PythonSoftware Tutorials
How to Calculate Studentized Residuals in Python
by Erma Khanby Erma KhanA studentized residual is simply a residual divided by its estimated standard deviation. In practice,…
-
PythonRegression in PythonSoftware Tutorials
How to Calculate Adjusted R-Squared in Python
by Erma Khanby Erma KhanR-squared, often written R2, is the proportion of the variance in the response variable that can…
-
PythonRegression in PythonSoftware Tutorials
How to Perform Quadratic Regression in Python
by Erma Khanby Erma KhanQuadratic regression is a type of regression we can use to quantify the relationship between…
-
PythonRegression in PythonSoftware Tutorials
How to Perform Polynomial Regression in Python
by Erma Khanby Erma KhanRegression analysis is used to quantify the relationship between one or more explanatory variables and…
-
PythonRegression in PythonSoftware Tutorials
A Complete Guide to Linear Regression in Python
by Erma Khanby Erma KhanLinear regression is a method we can use to understand the relationship between one or more…
-
PythonRegression in PythonSoftware Tutorials
How to Perform an Anderson-Darling Test in Python
by Erma Khanby Erma KhanAn Anderson-Darling Test is a goodness of fit test that measures how well your data fit…
-
PythonRegression in PythonSoftware Tutorials
How to Perform a Durbin-Watson Test in Python
by Erma Khanby Erma KhanOne of the assumptions of linear regression is that there is no correlation between the residuals. In…
-
PythonRegression in PythonSoftware Tutorials
How to Create a Residual Plot in Python
by Erma Khanby Erma KhanA residual plot is a type of plot that displays the fitted values against the residual values…