• 検索結果がありません。

Asymptotic Normality:

N/A
N/A
Protected

Academic year: 2021

シェア "Asymptotic Normality:"

Copied!
24
0
0

読み込み中.... (全文を見る)

全文

(1)

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

.

(2)

The first-order condition for the minimization problem is:

( ∂ g( θ ; W

T

)

∂θ

0

)

0

S

1

(

g( θ ; W

T

) )

= 0 .

Substituting the approximation into the above equation, we obtain the following:

D

0

S

1

(

g( θ ; W

T

) )

= D

0

S

1

(

g( θ ; W

T

) + D ˆ

T

( θ − θ ˆ

T

) )

= D

0

S

1

g(ˆ θ

T

; W

T

) + D

0

S

1

D ˆ

T

( θ − θ ˆ

T

) . Therefore,

T (ˆ θ

T

− θ ) ≈ (D

0

S

1

D ˆ

T

)

1

D

0

S

1

T (

g(ˆ θ

T

; W

T

) − g( θ ; W

T

) )

.

(3)

Thus, GMM estimator, ˆ θ

T

, has the following asymptotic distribution:

T (ˆ θ

T

− θ ) −→ N (

0 , (D

0

S

1

D)

1

) , where ˆ D

T

−→ D is utilized.

From Assumption 2, we have the following asymptotic distribution:

( √

T g( θ ; W

T

) )

0

S

1

( √

T g( θ ; W

T

) )

−→ χ

2

(r) .

(4)

When θ is replaced by GMM estimator ˆ θ

T

, we have the following dis- tribution:

( √

T g(ˆ θ

T

; W

T

) )

0

S ˆ

T1

( √

T g(ˆ θ

T

; W

T

) )

−→ χ

2

(rk) , 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 rk.

(5)

Some Examples:

(a) OLS:

Regression Model: y

t

= x

t

β +

t

, E(x

t

t

) = 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

t

t

) , 0, E(z

t

t

) = 0

(6)

h( θ ; w

t

) is taken as:

h( θ ; w

t

) = z

t

(y

t

x

t

β ) , where z

t

is a vector of instrumental variables.

(c) NLS (Nonlinear Least Squares,

非線形最小二乗法

):

Regression Model: f (y

t

, x

t

, β ) =

t

, E(x

t

t

) , 0, E(z

t

t

) = 0 h( θ ; w

t

) is taken as:

h( θ ; w

t

) = z

t

f (y

t

, x

t

, β )

where z

t

is a vector of instrumental variables.

(7)

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)

『ベイズ統計分析ハンドブック』

(

朝倉書店

)

(8)

5.1 Introduction

Two Events: A and B Conditional Probability:

P(A | B) = P(AB)

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 (事前分布).

(9)

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 − θ )

nx

, x = 0 , 1 , · · · , n . θ is assumed to be the beta distribution:

f

θ

( θ ) = 1

B(p , q) θ

p1

(1 − θ )

q1

,

for ≤ θ ≤ 1, which corresponds to a prior distribution.

(10)

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+x1

(1 − θ )

q+nx1

d θ

= ( n

r

) B(p + x , q + nx) B(p , q) . The posterior distribution of θ is:

f

θ|x

( θ| x) = 1

B(p + x , q + nx) θ

p+x1

(1 − θ )

q+nx1

,

which is also a beta distribution with prameters p + x and q + nx.

(11)

The posterior mean and variance are:

E( θ| x) = p + x

p + q + n , V( θ| x) = (p + x)(q + nx) (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:

θ| xN

( wx + vm w + v , vw

w + v

) .

(12)

Example 3: x

1

, x

2

, · · · , x

n

are mutually independently and identically distributed as N( µ, σ

2

), where µ and σ

2

are unknown.

f

x|θ

(x |θ ) =

n i=1

(2 πσ

2

)

1/2

exp (

− 1

2 σ

2

(x

i

− µ )

2

)

= (2 πσ

2

)

−n/2

exp (

− 1

2 σ

2

(s

2

+ n(x − µ )

2

) ) , where x = (1 / n)

n

i=1

x

i

and s

2

= ∑

n

i=1

(x

i

x)

2

. The prior density is:

f

θ

( θ ) = k(a , b , w) σ

b+3

exp (

− 1 2 σ

2

( a + ( µ − m)

2

w

)) ,

(13)

where k(a , b , w) = a

b/2

2

(b+1)/2

( π w)

1/2

Γ (

12

b) 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

)

2

w

1

)) ,

where w

1

= w

1 + nw , m

1

= m + nwx

1 + nw , b

1

= b + n, a

1

= a + s

2

+ n(xm)

2

1 + nw . Inference on µ : The posterior density of µ is:

f ( µ| x) =

0

f ( θ| x)d σ

2

= k

µ

(t

1

, b

1

) (

1 + ( µ − m

1

)

2

b

1

t

1

)

(b1+1)/2

,

(14)

where t

1

= w

1

a

1

b

1

and k

µ

(t

1

, b

1

) = 1

t

1

k

1

B(

12

,

12

b

1

) .

Thus, µ − m

1

t

1

has a t distribution with b

1

degrees of freedom.

Inference of σ

2

: The posterior density of σ

2

is:

f ( σ

2

| x) =

−∞

f ( θ| x)d µ = k

σ2

(a

1

, b

1

) σ

(b1+2)

exp (

a

1

2 σ

2

) ,

where k

σ2

(a

1

, b

1

) = (

12

a

1

)

b1/2

Γ (

12

b

1

) . Thus, a

1

σ

2

is chi-squared with b

1

degrees of freedom.

(15)

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) .

(16)

Posterior Median (事後メディアン):

θ ˜ such that

θ˜

−∞

f

θ|y

( θ| y)d θ = 0 . 5 . 5.2.2 Interval Estimate

R

f

θ|y

( θ| y)d θ = 1 − α,

where R is called confidence interval.

(17)

Bayesian confidence interval (ベイズ信頼区間) or credible interval (信用区間):

P( θ

L

< θ < θ

U

) = 1 − α.

θ

L

and θ

U

lead to lower and upper bounds.

( θ

L

, θ

U

) is called Bayesian confidence interval or credible interval.

Highest posterior density interval (

最高事後密度区間

):

f

θ|y

( θ

0

| y)f

θ|y

( θ

1

| y) , for θ

0

R and θ

1

< R .

(18)

5.2.3 Marginal Likelihood (周辺尤度) Marginal Likelihood = ⇒ Fitness of the Model:

f

y

(y) =

f

y

(y) f

θ

( θ )d θ,

which corresponds to the denominator in the posterior distribution.

(19)

5.3 Example: Linear Regression

Regression Model:

y = X β + u , uN(0 , σ

2

I

n

) ,

where y and u are n × 1 vectors, X is an n × k matrix and β is a k × 1 vector.

Likelihood Function: θ = ( β, σ

2

)

f

y

(y |θ ) = (2 πσ

2

)

n/2

exp (

− 1

2 σ

2

(yX β )

0

(yX β ) )

(20)

Prior Distributions:

f

θ

( β, σ

2

) = f

β|σ2

( β|σ

2

) f

σ2

( σ

2

) , where

f

β|σ2

( β|σ

2

) = N( β

0

, σ

2

A

1

) = (2 πσ

2

)

k/2

| A |

1/2

exp (

− 1

2 σ

2

( β − β

0

)

0

A( β − β

0

) ) , f

σ2

( σ

2

) = IG ( ν

0

2 , λ

0

2

) = ( λ

0

/ 2)

ν0/2

Γ ( ν

0

/ 2) ( σ

2

)

−ν0/21

exp (

− λ

0

2 σ

2

) .

β

0

, A, ν

0

and λ

0

are called the hyper-parameters.

Note that YIG(a , b) for XG(a , b) and Y = 1

X .

(21)

The posterior distribution of β and σ

2

is:

f

θ|y

( β, σ

2

| y)f

y

(y |β, σ

2

) f

β|σ2

( β|σ

2

) f

σ2

( σ

2

)

= (2 πσ

2

)

n/2

exp (

− 1

2 σ

2

(yX β )

0

(yX β ) )

× (2 πσ

2

)

k/2

| A |

1/2

exp (

− 1

2 σ

2

( β − β

0

)

0

A( β − β

0

) )

× ( λ

0

/ 2)

ν0/2

Γ ( ν

0

/ 2) ( σ

2

)

−ν0/21

exp (

− λ

0

2 σ

2

)

∝ ( σ

2

)

(n+k0)/21

exp (

(yX β )

0

(yX β ) + ( β − β

0

)

0

A( β − β

0

) + λ

0

2 σ

2

)

∝ |σ

2

A ˆ |

1/2

exp (

− ( β − β ˆ )

0

A ˆ

1

( β − β ˆ ) 2 σ

2

) × ( σ

2

)

ν/ˆ 21

exp (

− λ ˆ 2 σ

2

)

(22)

f

β|σ2,y

( β|σ

2

, y) × f

σ2|y

( σ

2

| y) = N( ˆ β, σ

2

A) ˆ × IG( ν ˆ 2 , λ ˆ

2 ) where

β ˆ = (X

0

X + A)

−1

(X

0

X ˆ β

OLS

+ A β

0

) , β ˆ

OLS

= (X

0

X)

−1

X

0

y , A ˆ = (X

0

X + A)

−1

, ν ˆ = ν

0

+ n ,

λ ˆ = λ

0

+ (yX ˆ β )

0

(yX ˆ β ) + ( β

0

− β ˆ

OLS

)

0

((X

0

X)

1

+ A

1

)

1

( β

0

− β ˆ

OLS

) .

(23)

The marginal posterior distribution of β is:

f

β|y

( β| y) =

f

θ|y

( β, σ

2

| y)d σ

2

=

f

β|σ2,y

( β|σ

2

, y) f

σ2|y

( σ

2

| y)d σ

2

∝ (

1 + 1

ν ˆ ( β − β ˆ )

0

( λ ˆ ν ˆ A ˆ )

1

( β − β ˆ )

)

−(ˆν+k)/2

,

which is a k-dimensional t distribution with parameters ˆ β , λ ˆ

ν ˆ A and ˆ ˆ ν .

Note that the k-dimensional t distribution with parameters µ , Σ and ν is given by:

f (x) = Γ

ν+2k

Γ (

2ν

)( νπ )

k/2

|Σ|

1/2

( 1 + 1

ν (x − µ )

0

Σ

1

(x − µ ) )

−(ν+k)/2

.

(24)

The marginal likelihood is:

f

y

(y) = f

y

(y) f

θ

( θ )

f

θ|y

( θ| y) = | A ˆ |

1/2

| A |

1/2

( λ

0

/ 2)

ν0/2

Γ (ˆ ν/ 2) π

n/2

Γ ( ν

0

/ 2)( ˆ λ/ 2)

ν/ˆ 2

, which is utilized for model selection.

In general, how do we evaluate f

θ|y

( θ| y), E( θ| y), f

y

(y) and so on?

参照

関連したドキュメント

be instead called strongly discrete; to reserve the notion of adiscrete asymptotic type for the (new, refined) asymptotic types belonging

Mardia [6] and Srivastava [11] gave different definitions of multivariate sam- ple skewness and kurtosis, and discussed some test statistics using these mea- sures for

Main results are given in Section 4 First, we establish the weak convergence (Theorem 1)of an almost-orbit {u() E (7} ofa semigroup ,S {S(t) E G} of asymptotically nonexpansive type

The main results determine an asymptotic lower bound for the Bayes risk, and a necessary and sufficient condition for any sequential procedure to achieve the bound.. Key Words

We do not go into develop- ing a duality theory for local sections, resembling Poincar`e-Serre duality for cohomology groups, but rather present duality theorem which relates

[9] Shapirovskij B., On embedding extremely disconnected spaces in compact Hausdorff spaces, b-points and weight of pointwise normal

S., Normal families of meromorphic functions sharing a holomorphic function and the converse of the Bloch principle, Acta Math.. S., Normal families of meromorphic functions

Yang, “Entire functions that share one value with one or two of their derivatives,” Journal of Mathematical Analysis and Applications, vol. Yang, “Solution of a differential