Chebyshev's Theorem Calculator
Calculate distribution-free probability bounds and the interval within any number of standard deviations from a mean.
About Chebyshev's theorem
Chebyshev theorem examples
These examples show how k controls both the interval width and guaranteed minimum proportion.
| Inputs | Result | Interpretation |
|---|---|---|
| μ = 100, σ = 15, k = 2 | 75%; [70, 130] | At least three quarters of values lie from 70 through 130. |
| μ = 50, σ = 4, k = 3 | 88.89%; [38, 62] | At least eight ninths of values lie within twelve units of the mean. |
| μ = 20, σ = 2, k = 4 | 93.75%; [12, 28] | A wider interval provides a stronger guaranteed lower bound. |
How to use the calculator
- Enter the arithmetic mean of the distribution or data set.
- Enter its nonnegative standard deviation in the same measurement units.
- Choose a number of standard deviations k greater than one.
- Select Calculate Bounds to view the guaranteed proportion and interval.
Chebyshev theorem FAQ
Does Chebyshev's theorem require a normal distribution?
No. It applies to any distribution with a finite mean and variance, regardless of its shape. This is why its bounds are more conservative than normal-distribution rules.
Why must k be greater than one?
At k = 1, the formula gives a lower bound of zero, which provides no useful information. Values greater than one produce a positive guaranteed proportion.
Is the displayed percentage exact?
No. It is the minimum percentage guaranteed to be inside the interval. The actual percentage may be larger, but it cannot be smaller under the theorem's conditions.
Can I use a sample mean and sample standard deviation?
Yes, for a descriptive bound on that sample. Generalizing the result to a population requires appropriate sampling assumptions and population estimates.
How is Chebyshev different from the empirical rule?
The empirical rule assumes an approximately normal distribution and gives tighter percentages. Chebyshev makes no shape assumption, so it supplies broader guarantees.