Chebyshev's Theorem
Calculate the minimum percentage of data within K standard deviations of the mean
Minimum Coverage
--
--
Formula: P(|X - ฮผ| < kฯ) โฅ 1 - (1 / kยฒ)
Note: k must be greater than 1. This theorem applies to any distribution shape.
Note: k must be greater than 1. This theorem applies to any distribution shape.
[include_logic file=”chebyshevs-theorem-calculator.php”]