Ch4 Handout
Ch4 Handout
Chapter 4. Inequalities
Yanxi Hou (SDS, FDU) All of Statistics (Larry Wasserman) 1 / 13 Yanxi Hou (SDS, FDU) All of Statistics (Larry Wasserman) 2 / 13
Inequalities are useful for bounding quantities that might be hard Theorem 2 (Chebyshev’s inequality)
to compute.
Let µ = E(X ) and σ 2 = V(X ). Then,
They will also be used in the theory of convergence.
σ2 1
P(|X − µ| ≥ t) ≤ and P(|Z | ≥ k) ≤
Theorem 1 (Markov’s inequality) t2 k2
Let X be a non-negative random variable and suppose that E(X ) where Z = (X − µ)/σ. In particular, P(|Z | > 2) ≤ 1/4 and
exists. For any t > 0, P(|Z | > 3) ≤ 1/9.
E(X )
P(X > t) ≤ .
t
Yanxi Hou (SDS, FDU) All of Statistics (Larry Wasserman) 3 / 13 Yanxi Hou (SDS, FDU) All of Statistics (Larry Wasserman) 4 / 13
4.1 Probability Inequalities 4.1 Probability Inequalities
Yanxi Hou (SDS, FDU) All of Statistics (Larry Wasserman) 5 / 13 Yanxi Hou (SDS, FDU) All of Statistics (Larry Wasserman) 6 / 13
Theorem 4 Example 2
Let X1 , ..., Xn ∼ Bernoulli(p). Then, for any > 0, Let X1 , ..., Xn ∼ Bernoulli(p) and n = 100, = 0.2. Compute
2
P(|X n − p| > ) through
P(|X n − p| > ) ≤ 2e −2n Chebyshev’s inequality;
−1
Pn Hoeffding’s inequality.
where X n = n i=1 Xi .
Yanxi Hou (SDS, FDU) All of Statistics (Larry Wasserman) 7 / 13 Yanxi Hou (SDS, FDU) All of Statistics (Larry Wasserman) 8 / 13
4.1 Probability Inequalities 4.1 Probability Inequalities
Hoeffding’s inequality provide a simple way to create a confidence The following inequality is useful for bounding probability statements
interval for a binomial parameter p. Fix α > 0 and let about Normal random variables.
s
1
2 Theorem 5 (Mill’s Inequality)
n = log
2n α Let Z ∼ N(0, 1). Then,
2 /2
r
By Hoeffding’s inequality, 2 e −t
P(|Z | > t) ≤ .
−2n2n π t
P(|X n − p| > n ) ≤ 2e = α,
We note that,
00
If g is twice differentiable and g (x) ≥ 0 for all x, then g is
convex.
if g is convex, then g lies above any tangent line of g .
A function g is concave if −g is convex.
Examples of convex functions are g (x) = x 2 and g (x) = e x .
Examples of concave functions are g (x) = −x 2 and g (x) = log x.
Yanxi Hou (SDS, FDU) All of Statistics (Larry Wasserman) 11 / 13 Yanxi Hou (SDS, FDU) All of Statistics (Larry Wasserman) 12 / 13
4.2 Inequalities For Expectations