Sum of Squares Calculator
Enter a list of numbers to instantly get the sum of squares, mean, variance, and standard deviation.
Enter Your Numbers
Quick Examples
Enter numbers on the left and press Calculate
Primary Result
—
Sum of Squares (SS)
Count (N)
—
Mean (x̄)
—
Population Variance (σ²)
—
Sample Variance (s²)
—
Population Std Dev (σ)
—
Sample Std Dev (s)
—
Deviation Breakdown
Each value's contribution to SS = (xᵢ − x̄)²
| # | Value (xᵢ) | xᵢ − x̄ | (xᵢ − x̄)² |
|---|---|---|---|
| Total SS | — | ||
Copied!
Summary
Enter a list of numbers to instantly get the sum of squares, mean, variance, and standard deviation.
How it works
- Enter your numbers separated by commas, spaces, or newlines.
- The calculator computes the mean of the dataset.
- Each value's deviation from the mean is squared.
- All squared deviations are summed to produce the total sum of squares (SS).
- Variance and standard deviation are derived from SS and the count of values.
Use cases
- Computing SS for one-way or two-way ANOVA tables.
- Checking manual calculations in statistics coursework.
- Measuring data spread before running a regression model.
- Quickly finding variance and standard deviation for a sample dataset.
- Verifying statistical software output for sum of squares components.
- Analyzing variability in quality-control measurements.
Frequently Asked Questions
Last updated: 2026-06-13 ·
Reviewed by Nham Vu