Asymptotic Normality:
Assumption 1: θ ˆ
T−→ θ , Assumption 2
:√
T g( θ ; W
T) −→ N(0 , S ).
Then, we have the following first-order approximation:
g( θ ; W
T) ≈ g(ˆ θ
T; W
T) + ∂ g(ˆ θ
T; W
T)
∂θ
0( θ − θ ˆ
T)
= g(ˆ θ
T; W
T) + D ˆ
T( θ − θ ˆ
T) ,
where g( θ ; W
T) is linearized around θ = θ ˆ
T.
The first-order condition for the minimization problem is:
( ∂ g( θ ; W
T)
∂θ
0)
0S
−1(
g( θ ; W
T) )
= 0 .
Substituting the approximation into the above equation, we obtain the following:
D
0S
−1(
g( θ ; W
T) )
= D
0S
−1(
g( θ ; W
T) + D ˆ
T( θ − θ ˆ
T) )
= D
0S
−1g(ˆ θ
T; W
T) + D
0S
−1D ˆ
T( θ − θ ˆ
T) . Therefore,
√ T (ˆ θ
T− θ ) ≈ (D
0S
−1D ˆ
T)
−1D
0S
−1√ T (
g(ˆ θ
T; W
T) − g( θ ; W
T) )
.
Thus, GMM estimator, ˆ θ
T, has the following asymptotic distribution:
√ T (ˆ θ
T− θ ) −→ N (
0 , (D
0S
−1D)
−1) , where ˆ D
T−→ D is utilized.
From Assumption 2, we have the following asymptotic distribution:
( √
T g( θ ; W
T) )
0S
−1( √
T g( θ ; W
T) )
−→ χ
2(r) .
When θ is replaced by GMM estimator ˆ θ
T, we have the following dis- tribution:
( √
T g(ˆ θ
T; W
T) )
0S ˆ
T−1( √
T g(ˆ θ
T; W
T) )
−→ χ
2(r − k) , which is called a test of the overidentifying restrictions.
= ⇒ J test by Hansen (1982)
k linear combinations consisting of a r × 1 vector g(ˆ θ
T; W
T) are zeros.
Therefore, the degrees of freedom are r − k.
Some Examples:
(a) OLS:
Regression Model: y
t= x
tβ +
t, E(x
tt) = 0 h( θ ; w
t) is taken as:
h( θ ; w
t) = x
t(y
t− x
tβ ) . (b) IV (Instrumental Variable,
操作変数法):
Regression Model: y
t= x
tβ +
t, E(x
tt) , 0, E(z
tt) = 0
h( θ ; w
t) is taken as:
h( θ ; w
t) = z
t(y
t− x
tβ ) , where z
tis a vector of instrumental variables.
(c) NLS (Nonlinear Least Squares,
非線形最小二乗法):
Regression Model: f (y
t, x
t, β ) =
t, E(x
tt) , 0, E(z
tt) = 0 h( θ ; w
t) is taken as:
h( θ ; w
t) = z
tf (y
t, x
t, β )
where z
tis a vector of instrumental variables.
5 Bayesian Estimation (
ベイズ推定)
Greenberg, E. (2013) Introduction to Bayesian Econometrics (2nd ed.)
安藤知寛
(2010)
『ベイズ統計モデリング』(
朝倉書店)
豊田秀樹編
(2008)
『マルコフ連鎖モンテカルロ法』(朝倉書店)
Dey, D.K. and Rao, C.R., (2005) Handbook of Statistics, Vol.25: Bayesian Think- ing: Modeling and Computation
繁桝・岸野・大森監訳
(2011)
『ベイズ統計分析ハンドブック』(
朝倉書店)
5.1 Introduction
Two Events: A and B Conditional Probability:
P(A | B) = P(A ∩ B)
P(B) = P(B | A)P(A) P(B) Posterior Distribution (事後分布): f
θ|y( θ| y):
f
θ|y( θ| y) = f
y|θ(y |θ ) f
θ( θ )
f
y(y) = f
y|θ(y |θ ) f
θ( θ )
∫ f
y|θ(y |θ ) f
θ( θ )d θ ∝ f
y|θ(y |θ ) f
θ( θ ) ,
where f
θ( θ ) is called the prior distribution (事前分布).
Example 1: Let x be the number of successes in a series of n trials with proba- bility θ of success in each.
That is, x has the binomial probability function, given θ , f
x|θ(x |θ ) =
( n x )
θ
x(1 − θ )
n−x, x = 0 , 1 , · · · , n . θ is assumed to be the beta distribution:
f
θ( θ ) = 1
B(p , q) θ
p−1(1 − θ )
q−1,
for ≤ θ ≤ 1, which corresponds to a prior distribution.
Before applying Bayes’ theorem, f
x(x) is given by:
f
x(x) =
∫
f
x|θ(x |θ ) f
θ( θ )d θ
= ( n
r
) 1
B(p , q)
∫
1 0θ
p+x−1(1 − θ )
q+n−x−1d θ
= ( n
r
) B(p + x , q + n − x) B(p , q) . The posterior distribution of θ is:
f
θ|x( θ| x) = 1
B(p + x , q + n − x) θ
p+x−1(1 − θ )
q+n−x−1,
which is also a beta distribution with prameters p + x and q + n − x.
The posterior mean and variance are:
E( θ| x) = p + x
p + q + n , V( θ| x) = (p + x)(q + n − x) (p + q + n)
2(p + q + n + 1) . Example 2: x |θ ∼ N( θ, v), where v is known.
θ ∼ N(m , w), where m and w are known. = ⇒ prior dist.
Then, the posterior distribution of θ is:
θ| x ∼ N
( wx + vm w + v , vw
w + v
) .
Example 3: x
1, x
2, · · · , x
nare mutually independently and identically distributed as N( µ, σ
2), where µ and σ
2are unknown.
f
x|θ(x |θ ) =
∏
n i=1(2 πσ
2)
−1/2exp (
− 1
2 σ
2(x
i− µ )
2)
= (2 πσ
2)
−n/2exp (
− 1
2 σ
2(s
2+ n(x − µ )
2) ) , where x = (1 / n) ∑
ni=1
x
iand s
2= ∑
ni=1
(x
i− x)
2. The prior density is:
f
θ( θ ) = k(a , b , w) σ
b+3exp (
− 1 2 σ
2( a + ( µ − m)
2w
)) ,
where k(a , b , w) = a
b/22
−(b+1)/2( π w)
−1/2Γ (
12b) is a constant.
The posterior density is:
f
θ|x( θ| x) = k(a
1, b
1, w
1) σ
−(b1+3)exp (
− 1 2 σ
2( a
1+ ( µ − m
1)
2w
1)) ,
where w
1= w
1 + nw , m
1= m + nwx
1 + nw , b
1= b + n, a
1= a + s
2+ n(x − m)
21 + nw . Inference on µ : The posterior density of µ is:
f ( µ| x) =
∫
∞0
f ( θ| x)d σ
2= k
µ(t
1, b
1) (
1 + ( µ − m
1)
2b
1t
1)
−(b1+1)/2,
where t
1= w
1a
1b
1and k
µ(t
1, b
1) = 1
√ t
1k
1B(
12,
12b
1) .
Thus, µ − m
1√ t
1has a t distribution with b
1degrees of freedom.
Inference of σ
2: The posterior density of σ
2is:
f ( σ
2| x) =
∫
∞−∞
f ( θ| x)d µ = k
σ2(a
1, b
1) σ
−(b1+2)exp (
− a
12 σ
2) ,
where k
σ2(a
1, b
1) = (
12a
1)
b1/2Γ (
12b
1) . Thus, a
1σ
2is chi-squared with b
1degrees of freedom.
5.2 Inference
Posterior Distribution (
事後分布): f
θ|y( θ| y)
5.2.1 Point Estimate Posterior Mean (事後平均):
θ =
∫
∞−∞
θ f
θ|y( θ| y)d θ.
Posterior Mode (
事後モード):
θ ˆ = argmax
θf
θ|x( θ| y) .
Posterior Median (事後メディアン):
θ ˜ such that
∫
θ˜−∞
f
θ|y( θ| y)d θ = 0 . 5 . 5.2.2 Interval Estimate
∫
R