Compare calculators
Both calculators run independently — change the inputs on either side to compare results.
Statistics
Linear Regression Calculator
Fit a least-squares linear regression and read off the slope of the best-fit line y = a + b·x, using summary statistics (n, Σx, Σy, Σxy, Σx²) of paired x and y data. Used for trend analysis, forecasting, and quantifying how much y changes per unit change in x.
Fill in the required fields to see your result.
Statistics
Variance Calculator
Compute population or sample variance from the sum of squared deviations and the sample size. The fundamental measure of how spread out a dataset is around its mean, and the building block of standard deviation, ANOVA, and most parametric inference.
Fill in the required fields to see your result.
Key differences
| Linear Regression Calculator | Variance Calculator | |
|---|---|---|
| Category | Statistics | Statistics |
| Inputs required | 5 | 3 |
| Result | Slope (b) | Variance |
| What it does | Fit a least-squares linear regression and read off the slope of the best-fit line y = a + b·x, using summary statistics (n, Σx, Σy, Σxy, Σx²) of paired x and y data. Used for trend analysis, forecasting, and quantifying how much y changes per unit change in x. | Compute population or sample variance from the sum of squared deviations and the sample size. The fundamental measure of how spread out a dataset is around its mean, and the building block of standard deviation, ANOVA, and most parametric inference. |