Regression in Python
Python
How to Calculate Standardized Residuals in Python
A residual is the difference between an observed value and a predicted value in a regression model.
It is calculated as:
Residual = Observed value –...
Python
How to Calculate Studentized Residuals in Python
A studentized residual is simply a residual divided by its estimated standard deviation.
In practice, we typically say that any observation in a dataset that...
Python
How to Calculate Adjusted R-Squared in Python
R-squared, often written R2, is the proportion of the variance in the response variable that can be explained by the predictor variables in a linear...
Python
How to Perform Quadratic Regression in Python
Quadratic regression is a type of regression we can use to quantify the relationship between a predictor variable and a response variable when the...
Python
How to Perform Polynomial Regression in Python
Regression analysis is used to quantify the relationship between one or more explanatory variables and a response variable.
The most common type of regression analysis...
Python
A Complete Guide to Linear Regression in Python
Linear regression is a method we can use to understand the relationship between one or more predictor variables and a response variable.
This tutorial explains how...
Python
How to Perform an Anderson-Darling Test in Python
An Anderson-Darling Test is a goodness of fit test that measures how well your data fit a specified distribution.
This test is most commonly used to...
Subscribe
- Never miss a story with notifications
- Gain full access to our premium content
- Browse free from up to 5 devices at once
Must read