Statistical Inference Summary
Statistical Inference Summary
Inference
Concepts, Formulas, Strategies & Exam Problems
1
Contents
1 Introduction 4
1.1 Key Concepts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
5 Sufficiency 11
5.1 Intuition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
5.2 Formal Definition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
5.3 Example: Bernoulli Trials . . . . . . . . . . . . . . . . . . . . . . . . . . 11
5.4 Sufficiency in Hypergeometric Model – Complete Clarification . . . . . . 11
5.5 Neyman-Fisher Factorization Theorem (FNFT) . . . . . . . . . . . . . . 13
5.6 Formula Sheet . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
2
9.5 5. Symmetry Principle . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
3
1 Introduction
1.1 Key Concepts
Statistical inference is the process of learning from uncertainty using inductive reason-
ing—moving from specific observed data to general conclusions about a population.
• Sample Space (W): The set of all possible values of the data.
• Parameter Space (Ω): The set of all possible values for the unknown parameter
θ.
• If the problem asks for the Sample Space, look at the support of X (e.g.,
x > 0 for Exponential).
• If it asks for the Parameter Space, look at valid values for constants
(e.g., σ 2 > 0).
4
2 Mathematical Preliminaries & Useful Identities
2.1 Multivariate Normal Distribution
If we have a p x 1 random vector X that is distributed according to a multivariate normal
distribution with a population mean vector µ and population variance-covariance matrix
Σ, then this random vector, X, will have the joint density function as shown in the
expression below:
1 p/2
|Σ|−1/2 exp{− 21 (x − µ)′ Σ−1 (x − µ)}
ϕ(x) = 2π
|Σ| denotes the determinant of the variance-covariance matrix Σ and Σ−1 is just the
inverse of the variance-covariance matrix Σ. Again, this distribution will take maximum
values when the vector X is equal to the mean vector µ, and decrease around that max-
imum.
ϵ′ = (1, ...., 1)
| {z }
n−1times
5
2.2 Binomial expansion
Here is the negative binomial expansion for (1−x)−k .For any real number x where |x| < 1
and any positive integer k, the expansion is given by the infinite series:
∞
−k
X n+k−1
(1 − x) = xn
n=0
n
• Standard Gamma: Z ∞
Γ(α)
xα−1 e−βx dx =
0 βα
6
How to Think & Solve
Strategy (The ”Kernel” Method): Instead of integrating by parts multiple
times:
1. Identify the Kernel: Look at the integrand. Does it look like xpower e−const·x ?
This is a Gamma kernel.
7
3 Polar Jacobian & Sampling Distributions
3.1 Key Concepts
To derive the distribution of sums of squares (like χ2 ), we transform independent nor-
mal variables into polar coordinates (r, θ1 , . . . ). The Jacobian of this transformation is
recursive.
2. Identifying Distributions:
8
4 Review of Order Statistics
4.1 Key Concepts
Order statistics are the sorted observations: X(1) ≤ X(2) ≤ · · · ≤ X(n) .
Let X1 , X2 , . . . , Xn be an independent and identically distributed (i.i.d.) random
sample of size n from a continuous population with probability density function f (x) and
cumulative distribution function F (x).
4.4 Joint Probability Density Function of the 1st and n-th Or-
der Statistics
Let X(1) be the minimum and X(n) be the maximum of an i.i.d. sample of size n. By
substituting i = 1 and j = n into the general joint distribution formula, the expression
simplifies significantly. For x < y, the joint PDF is given by:
fX(1) ,X(n) (x, y) = n(n − 1)[F (y) − F (x)]n−2 f (x)f (y)
Intuition: We are again dividing the observations into buckets relative to x and y:
• Exactly 1 observation is exactly at the minimum x (giving f (x)).
• Exactly 1 observation is exactly at the maximum y (giving f (y)).
• The remaining n − 2 observations must fall strictly between x and y (giving [F (y) −
F (x)]n−2 ).
The leading coefficient n(n − 1) simply represents the number of ways to choose which of
the n observations will be the minimum, and which of the remaining n − 1 observations
will be the maximum.
9
4.5 Formula Sheet
• PDF of Max (X(n) ): fn (x) = n[F (x)]n−1 f (x).
2. Differentiation: Once you have the CDF from step 1, differentiate with
respect to x to get the PDF.
3. Support: Always remember the support limits. If X ∼ U (0, θ), then 0 <
X(1) < X(n) < θ.
10
5 Sufficiency
5.1 Intuition
A statistic T (X) is sufficient if it compresses the data X without losing any information
about the unknown parameter θ.
• Conceptually: Once you know T , knowing the individual data points X adds no
new knowledge about θ.
• Prediction View: You do not need the original data to estimate θ; the statistic
T is enough.
Pθ (X = x | T (X) = t) is independent of θ.
• The Ratio:
fX (x|θ) θt (1 − θ)n−t 1
= n t
= n
fT (X) (t|θ) t
θ (1 − θ)n−t t
1
Since does not contain θ, T is mathematically sufficient.
(nt)
11
Define the statistic: n
X
T = Xi
i=1
Step 1: Distribution of T
Since sampling is without replacement,
T ∼ Hypergeometric(N, D, n).
Important Clarification
n
1. Why no division by t
here?
Because the hypergeometric model selects an unordered subset of size n.
Each subset corresponds to exactly one vector x. Therefore,
P (X = x | D) = P (T = t | D).
P (X = x | T = t, D).
n
Given that T = t, all t
arrangements of t ones are equally likely.
Hence:
1
P (X = x | T = t, D) = n .
t
12
Definition of Sufficient Statistic
A statistic T (X) is sufficient for parameter θ if:
f (x | T (x) = t, θ)
does not depend on θ.
Factorization Theorem
T (X) is sufficient for θ if:
Applying Factorization
We have:
D N −D
t n−t
P (X = x | D) = N
= g(t, D) · 1.
n
Thus it factors as required.
Final Conclusion
n
X
T = Xi
i=1
Key Insight: All information about D is contained in the number of defectives observed,
not in their order.
• gθ (T (x)) depends on the data only through the statistic T (and involves θ).
13
5.6 Formula Sheet
• Neyman-Fisher Factorization: T is sufficient iff pθ (x) = gθ (T (x)) · h(x).
1. Factorization is Key:
14
6 Completeness & Complete Sufficiency
6.1 Key Concepts
• Completeness: Eθ [g(T )] = 0 =⇒ g(T ) = 0 almost everywhere ∀θ. No non-zero
function of T has 0 expectation.
2. The Integral Definition: If it’s not exponential family (like Uniform), then
check for integral transformations.
15
7 Integral Transforms & Uniqueness (Tools for Com-
pleteness)
7.1 Definition
An integral transform of a function f (x) with kernel g(x, t) is defined as:
Z
ϕ(t) = g(x, t)f (x)dx
These transforms are crucial for proving the completeness of statistics in continuous
families.
• Mellin Transform: Z ∞
ϕ(t) = xt−1 f (x)dx
0
• Stieltjes Transform: Z ∞
f (x)
ϕ(t) = dx
0 t+x
16
Z ∞
−θ2 /2 −x2 /2
e h(x)e eθx dx = 0
−∞
2
This is a Bilateral Laplace Transform of the function g(x) = h(x)e−x /2 with param-
eter t = −θ (or similar). By uniqueness, g(x) = 0 =⇒ h(x) = 0 a.e. Thus, the family is
complete.
Example 2: Normal Variance N (0, θ) Here, Eθ [X] = 0 for all θ, so X itself is not
complete. However, T = X 2 is complete. The expectation Eθ [h(T )] = 0 leads to:
Z ∞
h(t)t−1/2 e−t/2θ dt = 0
0
2. Isolate the Kernel: Use algebra to group terms involving x and θ into the
exponent (e.g., eθx ). Move terms depending only on θ outside the integral.
17
8 Point Estimation I: Unbiasedness & UMVUE
8.1 Key Concepts
• Unbiased: E[θ̂] = θ.
3. Step 3: Tweak h(T ) so that its expected value equals the parameter you
want to estimate (E[h(T )] = g(θ)).
4. Step 4: Stop. Lehmann-Scheffé guarantees that the h(T ) you just built is
the UMVUE.
5. Harder Cases: If simple algebra fails, find any simple unbiased estimator
(e.g., I(X1 = 1)) and compute E[Simple | T ].
18
9 Theoretical Results on UMVUE
Derived from the method of covariance and orthogonality properties.
• Proof Concept: If T1 and T2 were both UMVUEs, they would have the same vari-
ance. The correlation coefficient ρ(T1 , T2 ) must be 1. This implies a linear relation-
ship T1 = aT2 + b. Consistency requires T1 = T2 .
Let
Ug = {T (X) : E [T (X)] = g(θ), V ar (T (X)) < ∞}
θ θ
2. Product Rule: If T1 and T2 are UMVUEs of their expectations (E[T1 ] and E[T2 ]),
then the product T1 T2 is the UMVUE for E[T1 T2 ] (provided second-order moments
exist).
19
9.5 5. Symmetry Principle
If the sample X1 , . . . , Xn is i.i.d., the UMVUE must be a symmetric function of the
observations.
• Strategy: If you find an unbiased estimator that uses only X1 (not symmetric),
you can improve it by symmetrizing (averaging over all permutations), effectively
applying Rao-Blackwellization.
20
10 Point Estimation II: MLE & Invariance
10.1 Maximum Likelihood Estimation (MLE)
Maximize the Likelihood function L(θ). The value θ̂ that maximizes L(θ) is the MLE.
2. Using Invariance: If you need the MLE of e−2θ and know θ̂, the answer is
simply e−2θ̂ .
21
11 Method of Moments Estimation (MME)
11.1 Key Concepts
MME is an alternative to MLE that is often mathematically simpler, though it may
be less efficient. The core idea is to match the theoretical population moments to the
observed sample moments.
11.2 Definitions
• Population Moment (k-th): µ′k (θ) = E[X k ]. The first moment is the mean µ,
the second is E[X 2 ] = Var(X) + µ2 .
• Sample Moment (k-th): Mk = n1 ni=1 Xik . The first sample moment is the
P
sample mean X̄.
11.4 Examples
• Uniform Distribution (U (0, θ)):
– Parameters: θ1 = µ, θ2 = σ 2 .
– 1st Moment Eq: θ1 = n1
P
Xi = X̄.
– 2nd Moment Eq: E[X 2 ] = Var(X) + (E[X])2 = θ2 + θ12 .
– Set θ2 + θ12 = n1
P 2
Xi .
– Solve: θ̂2 = n1 Xi − (X̄)2 = n1 (Xi − X̄)2 .
P 2 P
22
How to Think & Solve
Strategy:
23
12 Cramér-Rao Lower Bound (CRLB)
12.1 C-R Regularity Conditions
The Cramér-Rao bound is valid only if the family of distributions P = {pθ (x) : θ ∈ Ω}
satisfies specific conditions:
3. Crucial: The support of X (where pθ (x) > 0) must not depend on θ. (e.g., CRLB
fails for U (0, θ)).
∂
R R ∂
4. Differentiation under the integral sign is permitted: ∂θ pθ (x)dx = ∂θ pθ (x)dx.
(Note: The second form using the second derivative is usually easier to calculate).
[g ′ (θ)]2
V arθ (T ) ≥
nI(θ)
where n is the sample size.
24
∂ 2
5. Find Expected Value: E[ ∂θ 2 ln f ]. (This removes the x’s).
6. Fisher Info: Fisher Information is negative of the expected value of the single-
∂2
sample second derivative. Ie: I(θ) = −E[ ∂θ 2 ln f ].
[g ′ (θ)]2
7. CRLB: The bound is nI(θ)
.
• Attainment Condition: The variance equals the CRLB **if and only if** the
distribution belongs to the **Exponential Family** and T is the natural sufficient
statistic.
• Non-Attainment: Sometimes UMVUEs exist but do not attain the bound. Ex-
ample: Estimating θ2 in N (θ, 1). The UMVUE exists (X 2 − 1/n), but its variance
is strictly larger than the CRLB.
2. Calculus: Use the second derivative method for I(θ)—it’s usually faster.
25
13 Selected Assignment & Exam Problems (With
Solutions)
13.1 Assignment 2: Problem 1 Solution
Problem Statement
Suppose there are N objects of which D are defective. N is known, but D is
unknown. Let n objects be drawn without replacement. Let X = (X1 , . . . , Xn )
where: (
1 if i-th draw is defective
Xi =
0 otherwise
Find a sufficient statistic for D using: 1. The Definition. 2. The Neyman-Fisher
Factorization Theorem (FNFT).
P (X = x, T = t)
P (X = x | T = t) =
P (T = t)
P P
Note that if xi ̸= t, this probability is 0. If xi = t, then the event {X = x} implies
{T = t}, so P (X = x, T = t) = P (X = x).
The denominator P (T = t) is the standard Hypergeometric PMF (probability of
getting t defectives regardless of order):
D N −D
t n−t
P (T = t) = N
n
26
1
Conclusion: The result depends only on the sample size n and the value t. It is
(nt)
independent of the parameter D. Therefore, by definition, T = ni=1 Xi is a sufficient
P
statistic for D.
(This part contains N and n, which are known constants, but does not depend on the
unknown parameter D). P
Conclusion: Since the PMF factors into a part depending on P
D only through Xi
n
and a part independent of D, by the Factorization Theorem, T = i=1 Xi is a sufficient
statistic for D.
n(n − 1).
Using independence,
27
P (Xj ∈ (v, v + ∆v)) ≈ f (v)∆v,
P (u < Xk < v) = F (v) − F (u).
Thus,
P ≈ n(n − 1) f (u)∆u f (v)∆v [F (v) − F (u)]n−2 .
Dividing by ∆u∆v and taking limits gives
we compute
v−u
F (v) − F (u) = .
θ2 − θ1
Substituting into the formula,
2 n−2
1 v−u
fX(1) ,X(n) (u, v) = n(n − 1) .
θ2 − θ1 θ2 − θ1
Simplifying,
n(n − 1)
fX(1) ,X(n) (u, v) = n
(v − u) n−2 , θ1 < u < v < θ2 .
(θ2 − θ1 )
The density is zero otherwise.
T = X(n) = max(X1 , . . . , Xn ).
T ≤t ⇐⇒ X1 ≤ t, . . . , Xn ≤ t.
Therefore,
P (T ≤ t) = P (X1 ≤ t, . . . , Xn ≤ t).
28
Since X1 , . . . , Xn are independent,
n
Y
P (X1 ≤ t, . . . , Xn ≤ t) = P (Xi ≤ t).
i=1
d tn ntn−1
fT (t) = = , 0 < t < θ.
dt θn θn
Step 6: Completeness
Assume that for some function g,
Eθ [g(T )] = 0 ∀θ > 0.
Then
θ
ntn−1
Z
g(t) dt = 0.
0 θn
n
Multiplying both sides by θ ,
Z θ
g(t)ntn−1 dt = 0 ∀θ.
0
Define
Z θ
F (θ) = g(t)ntn−1 dt.
0
Since F (θ) = 0 for all θ, differentiating w.r.t θ gives (note: here we are able to
differentiate because it is function of θ, whereas in laplace/bilaplace etc cases - we
cannot differentiate like this because there the function is of variable ’t’ and also the
ranges are in ∞ & not a function of t: so when we differentiate - the inner function
of t is only differentiated & the integral sign remains as it is)
29
F ′ (θ) = g(θ)nθn−1 = 0.
Because nθn−1 ̸= 0 for θ > 0, we conclude
g(θ) = 0.
Hence, T = X(n) is complete.
(a) Show that there does not exist any unbiased estimator of λ−1 .
(c) Find the CRLB for the variance of an unbiased estimator of λ. Prove MME is
UMVUE.
Solution:
e−λ λx
(a) Suppose d(X) is an unbiased estimator for 1/λ. Then E[d(X)] = ∞
P
x=0 d(x) x! =
−1 λ
P∞ d(x) x −1 λ −1 λ2 1
λ . Multiply by e : x=0 x! λ = λ e = λ (1+λ+ 2! +. . . ) = λ +1+. . . The
LHS is a power series with non-negative powers of λ (x ≥ 0). The RHS contains
λ−1 . Coefficients cannot match. Thus, no such estimator exists.
(b) MME: Population mean E[X] = λ. Sample mean is X̄. Equating them: λ̂M M E =
X̄.
1 θ(1−θ)
(b) CRLB: CRLB = I(θ)
= n
.
θ(1−θ)
(c) Attainment: V ar(X̄) = n
. Since Variance = CRLB, the UMVUE X̄ attains
the bound.
30
13.6 Problem 3: Normal Distribution & MSE (Mid-Sem 2025)
Source: 2025 Mid Semester Examination, Q2.
Problem: Xi ∼ N (µ, σ 2 ).
(b) Compare Mean Squared Errors (MSE) for the MLE of σ 2 and the unbiased estimator
T1 = S 2 . Which is smaller?
Solution:
2 1
(Xi − X̄)2 .
P
(a) MLEs: µ̂ = X̄ and σ̂M LE = n
Solution:
(a) CSS: The pair of order statistics T = (X(1) , X(n) ) is Complete Sufficient for (θ1 , θ2 ).
(b) UMVUE: We need a function of T such that its expectation is θ1 . From Source
2 −θ1 2 −θ1
95 (Example 5), we have derived: E[X(1) ] = θ1 + θn+1 and E[X(n) ] = θ2 − θn+1 .
Solving this linear system for θ1 , we get the UMVUE:
nX(1) − X(n)
θ̂1 =
n−1
31
Solution:
(2θ)2
(a) CRLB: Fisher Info for N (θ, 1) is n. g(θ) = θ2 =⇒ g ′ (θ) = 2θ. CRLB = n·1
=
4θ2
n
.
(c) Check: V ar(X̄ 2 − 1/n) = V ar(X̄ 2 ). Using normal moments (E[Z 4 ] = 3), variance
2 2
is 4θn + n22 . This is strictly greater than the CRLB ( 4θn ). Thus, the CRLB is not
attained.
32