Rasmus Ähtävä

Chebyshev's Inequality (probability)

When we have random variable X and we know it's finite expected value μ and a non-zero variance σ2, we can find a lower bound probability that a random variable falls within some range.

P(μt<X<μ+t)1σ2t2,t>0

So if we want to know what is the probability that some value falls between for example two standard deviations from the expected value, we can use t=2σ and get this:

P(μ2σ<X<μ+2σ)1122

which equals 0,75 so there's 75% probability of that happening.