Chebyshev's Theorem Calculator

Calculate distribution-free probability bounds and the interval within any number of standard deviations from a mean.

Chebyshev probability bounds
Enter a mean, standard deviation, and k greater than 1.

About Chebyshev's theorem

Chebyshev's theorem gives a guaranteed lower bound for the share of observations located near the mean of a distribution. Unlike the familiar empirical rule, it does not require the data to follow a normal, symmetric, or bell-shaped distribution. If a population or data set has a finite mean and finite variance, at least 1 − 1/k² of its values must lie within k standard deviations of the mean for every k greater than one. This broad applicability makes the theorem useful when the shape of a distribution is unknown, irregular, or strongly skewed. The calculator applies two connected formulas. First, it computes the interval from μ − kσ to μ + kσ, where μ is the mean, σ is the standard deviation, and k is the selected distance. Second, it converts 1 − 1/k² to a percentage. For k = 2, the theorem guarantees at least 75% of values within two standard deviations. For k = 3, the guarantee rises to about 88.89%. These are minimum bounds, not predictions of the exact percentage. A particular distribution may place considerably more data inside the interval. Chebyshev bounds are conservative because they must remain valid for almost any distribution. For normally distributed data, approximately 95% of observations fall within two standard deviations, while Chebyshev guarantees only 75%. That difference does not make the theorem inaccurate. It reflects the strength of making no assumption about distribution shape. When normality is justified, distribution-specific methods provide tighter estimates; when it is not, Chebyshev offers a dependable baseline. The interval uses the same units as the original measurements. A mean test score of 70 with a standard deviation of 8 and k = 2 produces an interval from 54 to 86 and guarantees at least 75% of scores in that range. The result concerns the proportion of the full distribution, not the probability of an individual future outcome unless the observation is randomly drawn from that distribution. Always confirm that the mean and standard deviation describe the population or sample you intend to analyze, and remember that k must exceed one for the bound to be informative.

Chebyshev theorem examples

These examples show how k controls both the interval width and guaranteed minimum proportion.

InputsResultInterpretation
μ = 100, σ = 15, k = 275%; [70, 130]At least three quarters of values lie from 70 through 130.
μ = 50, σ = 4, k = 388.89%; [38, 62]At least eight ninths of values lie within twelve units of the mean.
μ = 20, σ = 2, k = 493.75%; [12, 28]A wider interval provides a stronger guaranteed lower bound.

How to use the calculator

  1. Enter the arithmetic mean of the distribution or data set.
  2. Enter its nonnegative standard deviation in the same measurement units.
  3. Choose a number of standard deviations k greater than one.
  4. 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.