Loading…

Range, Variance, Standard Deviation

Biology • Bio Lab Math and Data Analysis

View all topics

Range, variance, standard deviation

Biology → Bio Lab Math & Data Analysis

Blanks are ignored. Non-numeric entries are skipped and reported. CSV/text file loading is supported (one numeric column is enough).
Tip: this input is designed to match Topic 5 so you can reuse the same dataset (you can also paste the cleaned CSV from Topic 5).
Choose Sample for a sample from a larger population (n-1), and Population when your data represent the full population (n).
Used only when Auto bins is unchecked.
Outputs: min, max, range, variance, standard deviation, and optional CV%. Visuals include an interactive histogram (±1 SD and ±2 SD shading), a boxplot, and a small spread meter.
Ready

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

Frequently Asked Questions

What is the difference between sample and population standard deviation?

Sample standard deviation divides by n-1 (Bessel’s correction) and is used when your data are a sample from a larger population. Population standard deviation divides by n and is used when the dataset represents the entire population.

How are variance and standard deviation related?

Variance is the average squared deviation from the mean, so it has squared units. Standard deviation is the square root of variance, so it returns to the original units of the data.

What does CV% mean and when is it useful?

CV% is 100 x (SD / |mean|), which compares spread relative to the size of the mean. It is useful for comparing variability across datasets with different means or units.

Why is CV% not shown when the mean is zero?

CV% divides by the absolute mean, so when the mean is 0 the ratio is undefined (division by zero). In that case, interpret spread using SD, variance, range, and the plots instead.

What are Σx and Σx² used for in the calculation steps?

They support a common shortcut for the sum of squared deviations: SS = Σx² - (Σx)² / n. The calculator can show these totals to help you verify the intermediate arithmetic when checking results by hand.