Econometrics I: Solutions of Homework 3
Hiroki Kato * April 27, 2020
Contents
1 Solutions 1
1.1 Question 1 (1) . . . . 1 1.2 Question 1 (2) . . . . 3
2 Review: Distributions 4
2.1 Normal Distribution . . . . 4 2.2 Chisquared Distribution . . . . 5 2.3 t Distribution . . . . 5
1 Solutions
1.1 Question 1 (1)
The OLS estimator of β is
β ˆ =
∑
t
(y
t− y)(X ¯
t− X) ¯
∑
t
(X
t− X) ¯
2(1)
*
email: [email protected]. Room 503. All materials I made are published in github:
https://github.com/KatoPachi/2020EconometricsTA.git. If you have any errors in handouts and materials,
please contact me via email or make an issue in github.
Then, substituting y
t= α + βX
t+ u
tinto this equation yields β ˆ =
∑
t
(α + βX
t+ u
t− y)(X ¯
t− X) ¯
∑
t
(X
t− X) ¯
2= β ∑
t
(X
t− X)X ¯
t+ ∑
t
(X
t− X)u ¯
t∑
t
(X
t− X) ¯
2= β +
∑
t
(X
t− X)u ¯
t∑
t
(X
t− X) ¯
2= β + ∑
t
ω
tu
tThe momentgenerating function of β ˆ is defined by M(θ) ≡ E[exp(θ(β + ∑
t
ω
tu
t))] (2)
Then, we have
M (θ) = E[exp(θβ + θ ∑
t
ω
tu
t)]
= E[exp(θβ) exp(θ ∑
t
ω
tu
t))]
= exp(θβ)E[exp(θ ∑
t
ω
tu
t))]
= exp(θβ)
∏
Tt=1
E[exp(θω
tu
t)] (3)
Since u
t∼ N (0, σ
2),
E[exp(θω
tu
t)] = M (θω
t) = exp(σ
2(θω
t)
2/2).
Substituting this into (3) yields
M (θ) = exp(θβ) ∏
t
exp(σ
2(θω
t)
2/2)
= exp(θβ + 1
2 σ
2θ
2∑
t
ω
t2)
This implies that the exact distribution of β ˆ is
β ˆ ∼ N(β, σ
2∑
t
ω
2) (4)
We will derive the exact distribution more formally, using the following properties:
M
(k)(0) = E(X
k) (5)
where M
(k)(θ) = ∂
kM(θ)/∂θ
k. E(X
k) is called kth moment of random variable X. First, we will calculate first and secondorder derivative of MGF as follows:
M
(1)(θ) = (β + σ
2θ ∑
t
ω
t2) exp( · ), M
(2)(θ) = (σ
2∑
t
ω
t2) exp( · ) + (β + σ
2θ ∑
t
ω
t2)
2exp( · ).
By evaluating two equations at θ = 0, we obtain first and second moment:
E( ˆ β) = β E( ˆ β
2) = σ
2∑
t
ω
t2+ β
2.
Finally, variance of β ˆ is
V ( ˆ β) = E[( ˆ β − E( ˆ β))
2] = E( ˆ β
2) − E( ˆ β)
2= σ
2∑
t
ω
t2.
1.2 Question 1 (2)
Let Z ≡ ( ˆ β − β)/σ √∑
t
ω
2t. Then, Z ∼ N (0, 1) since β ˆ is normally distributed, and E(Z) = E( ˆ β) − β
σ √∑
t
ω
t2= 0 V (Z ) = E( ˆ β
2) − β
2σ
2∑
t
ω
t2= 1
Using a property that ks
2/σ
2∼ χ
2(k) where k is a degree of freedom and s
2is unbiased and consis
tent estimator of σ
2, we obtain (T − 2) s
2σ
2= (T − 2) s
2∑
t
ω
t2σ
2∑
t
ω
2t∼ χ
2(T − 2).
Let V ≡ (T − 2)s
2∑
t
ω
t2/σ
2∑
t
ω
2t. Then,
√ Z
V /(T − 2) =
β ˆ − β σ √∑
ω
2/√ s
2∑
t
ω
t2σ
2∑
ω
2=
β ˆ − β s √∑
ω
2∼ t(T − 2).
Thus, ( ˆ β − β)/s √∑
t
ω
2tis a tdistribution with T − 2 degrees of freedom.
2 Review: Distributions
2.1 Normal Distribution
Let X ∼ N(µ, σ
2) and Y ∼ N (µ
Y, σ
Y2).
• Property 1. aX + b ∼ N (aµ + b, a
2σ
2)
• Property 2 (standarization). Z = (X − µ)/σ ∼ N (0, 1)
• Property 3 (Reproduction). Suppose that X and Y are mutually independent. Then, X+Y ∼ N (µ + µ
Y, σ
2+ σ
2Y).
Proof. First, prove Property 1.
E[exp(θ(aX + b))] =E[exp(θaX )] exp(θb)
= exp(µθa + σ
2(θa)
2/2) exp(θb)
= exp(θ(aµ + b) + θ
2(σa)
2/2)
Note that second equality comes from X ∼ N (µ, σ
2) and its MGF M (θ) = exp(µθ + σ
2θ
2/2). This implies that aX + b ∼ N (aµ + b, a
2σ
2).
Second, prove Property 2.
E[exp(θ(X − µ)/σ)] =E [exp((θ/σ)X)]/ exp(µ(θ/σ))
= exp(µ(θ/σ) + σ
2(θ/σ)
2/2)/ exp(µ(θ/σ))
= exp(θ
2/2)
This is equivalent the momentgenerating function whose random variable is a standard normal dis
tribution.
Third, prove Property 3. To prove it, we first show that the momentgenerating function of X + Y is M
X(t)M
Y(t).
M
X+Y(t) = E[exp(t(X + Y ))] = E[exp(tX ) exp(tY )] = E[exp(tX)]E[exp(tY )] = M
X(t)M
Y(t).
Third equality holds since E(XY ) = E(X)E(Y ) only if X and Y are independent. Finally, we
obtain
M
X+Y(θ) = exp(µθ + θ
2σ
2/2) exp(µ
Yθ + θ
2σ
2Y/2)
= exp(θ(µ + µ
Y) + θ
2(σ
2+ σ
Y2)/2).
This implies that X + Y ∼ N (µ + µ
Y, σ
2+ σ
2Y).
2.2 Chisquared Distribution
Let X ∼ N(µ, σ
2). Consider Z = (X − µ)/σ ∼ N (0, 1). Then,
V =
∑
ni
z
i2∼ χ
2(n).
If µ are unknown parameter, and we use sample mean x ¯ = ∑
i
x
i/n instead of µ, then V =
∑
ni
ˆ
z
i2∼ χ
2(n − 1),
where z ˆ
i≡ (x
i− x)/σ. ¯
Recall that unbiased estimator of σ
2is s
2= ∑
i
(x
i− x) ¯
2/(n − 1). Then, we obtain σ
2V = (n − 1)s
2V = (n − 1) s
2σ
22.3 t Distribution
Let X ∼ N (µ, σ
2). The sample means is x ¯ = ∑
i
x
i/n, and the unbiased sample variance is s
2=
∑
i