7/7 2 / 34

Size: px
Start display at page:

Download "7/7 2 / 34"

Transcription

1 W707 1 / 34

2 7/7 2 / 34

3 3 / 34

4 1 4 / 34

5 (...) 5 / 34

6 Kernel Density Estimation (gauss) p(x) x 6 / 34

7 O(n) 7 / 34

8 1 8 / 34

9 {X i } n i=1 : ( ) : K ˆp(x) = 1 nh n ( x Xi K h i=1 ). 1 h > 0 2 K : K(x)dx = 1, xk(x)dx = 0, x 2 K(x) > 0. 9 / 34

10 p(x) x 10 / 34

11 . 1 Gaussian: 2 Rectangular: 3 Triangular: 4 Epanechnikov: K(x) = 1 2π exp K(x) = K(x) = K(x) = ( x 2 2 ). { 1 2 ( x 1), 0 (otherwise). { x ( x 1), 0 (otherwise). { 3 4 (1 x 2 ) ( x 1), 0 (otherwise). 11 / 34

12 K(x) kernel functions Rectangular Triangular Gaussian Epanechnikov x 12 / 34

13 Kernel Density Estimation p(x) x 13 / 34

14 Kernel Density Estimation p(x) x 13 / 34

15 Kernel Density Estimation p(x) x 13 / 34

16 n = 100 Kernel Density Estimation (rectangular) Kernel Density Estimation (triangular) Kernel Density Estimation (gauss) p(x) p(x) p(x) x x x rectangular triangular gauss 14 / 34

17 n = Kernel Density Estimation (rectangular) Kernel Density Estimation (triangular) Kernel Density Estimation (gauss) p(x) p(x) p(x) x x x rectangular triangular gauss 14 / 34

18 n = Kernel Density Estimation (gauss) p(x) x gauss 14 / 34

19 1 15 / 34

20 p(x) band width true x 16 / 34

21 LSCV, Least Squares Cross Validation (ˆp h h ) (ˆp h (x) p(x)) 2 dx = ˆp h (x) 2 dx 2 ˆp h (x)p(x)dx } {{ } =:J(h) + p 2 (x)dx. J(h) p(x) ˆp h ˆp h,( i) : i X i. Ĵ(h) = ˆp h (x) 2 dx 2 n n ˆp h,( i) (X i ). i=1 Ĵ(h) h 17 / 34

22 Silverman 1 : ŝ = 1 n n i=1 (X i X ) 2. 2 q(0.25): 0.25 { } ˆq(0.75) ˆq(0.25) ˆσ = min ŝ, 1.34 : ĥ = 1.06ˆσ n. 1/ (1.06 Scott 0.9 Silverman ) [ ĥ = C K n( (p (x)) 2 dx)] 1/5, K(x) ( C K = 2 dx ( ) x 2 K(x)dx) 2 p (x) 2 dx 18 / 34

23 p(x) band width true CV Silverman (1.06) x 19 / 34

24 1 h K(x X i h ) ) X (j) i d j=1 ( 1 K h j x X (j) i h j X i j library(mass) d=kde2d(x,y,c(bandwidth.nrd(x),bandwidth.nrd(y)),n=80) image(d,xlab="latitude",ylab="longitude") 20 / 34

25 1 21 / 34

26 h > 0 ˆp(x) = 1 nh n ( ) x Xi K h ˆp x (Mean Squared Error) : i=1 MSE(ˆp(x), h) := E[(ˆp(x) p(x)) 2 ]. E[ ] {X i } n i=1 x (Integrated MSE): IMSE(ˆp(x), h) := E[(ˆp(x) p(x)) 2 ]dx. Q: h 22 / 34

27 h n h 0. MSE(ˆp(x), h) = E[(ˆp(x) p(x)) 2 ] = E[(ˆp(x) E[ˆp(x)] + E[ˆp(x)] p(x)) 2 ] = E [ (ˆp(x) E[ˆp(x)]) 2 2(p(x) E[ˆp(x)])(ˆp(x) E[ˆp(x)]) + (p(x) E[ˆp(x)]) 2] = E [ (ˆp(x) E[ˆp(x)]) 2 ] + E[(p(x) E[ˆp(x)]) 2 ], }{{}}{{} 23 / 34

28 [ 1 n ( ) ] x Xi E[ˆp(x)] = E K nh h i=1 = 1 n [ ( )] 1 x E n h K Xi h i=1 [ ( )] 1 x X = E h K = K(u)p(x hu)du h 24 / 34

29 p(x hu) p(x hu) = p(x) hu dp(x) dx K(u)p(x hu)du p(x) = h dp(x) dx uk(u)du + h2 2 + h2 u 2 2 d 2 p(x) d 2 x uk(u)du = 0 d 2 p(x) d 2 x + o(h 2 ) u 2 K(u)du + o(h 2 ) ( h 2 = 2 d 2 p(x) d 2 x u 2 K(u)du) 2 + o(h 2 ). 25 / 34

30 ˆp(x) ( Var( ) ) E [ (ˆp(x) E[ˆp(x)]) 2 ] = Var(ˆp(x)) ( n ( ) ) 1 x = Var h K Xi h i=1 = 1 ( ( )) 1 x X n Var h K h { [ ( = 1 ( )) ] 2 1 x X E n h K h = 1 nh = p(x) nh K(u) 2 p(x hu)du 1 n E[ˆp(x)]2 K(u) 2 du + o(1/(nh)). [ ( )] } 2 1 x X E h K h 26 / 34

31 MSE(ˆp(x), h) = p(x) nh K(u) 2 du+ h4 4 ( d 2 p(x) d 2 x u 2 K(u)du) 2 +o(1/(nh)+h 4 ). x IMSE(ˆp(x), h) = 1 nh K(u) 2 du+ h4 4 ( d 2 p(x) d 2 x ) 2 u 2 K(u)du dx+o( 1 nh +h4 ). h ( h = 1 ) 1/5 K(u) 2 du n 1/5 (p (x)) 2 dx ( u 2 K(u)du ) 2 p (x) 27 / 34

32 h IMSE IMSE(ˆp(x), h ) = 5 4n 4/5 = O(n 4/5 ) [ (p (x)) 2 dx ( u 2 K(u)du ) 2 ] 1/5 [ K(u)2 du ] 4/5 + o(1/n 4/5 ) 28 / 34

33 d ( ) 1 IMSE = O n 4/(d+4) d 29 / 34

34 1 30 / 34

35 R 1 density(x,bw,kernel): : bw = nrd0 ( 0.9 ), bw= nrd bw= ucv ( ), bw= bcv : kernel= gaussian epanechnikov, rectangular, triangular, biweight, cosine, optcosine bkde: KernSmooth kde2d: MASS 2 bkde2d: KernSmooth kde: ks 3 MASS bandwidth.nwd bw.nwd 4 31 / 34

36 area e+07 4e+07 6e+07 8e+07 price 32 / 34

37 area e 10 5e e 10 4e 10 3e 10 4e e e e 10 1e 10 0e+00 2e+07 4e+07 6e+07 8e+07 1e+08 price 32 / 34

38 estimated density area price 32 / 34

39 1 CV 33 / 34

40 34 / 34

k- W707 1 / 39

k- W707 1 / 39 k- W707 s-taiji@is.titech.ac.jp 1 / 39 7/7 2 / 39 k- k- 3 / 39 1 k- k- k 2 k- 3 4 / 39 k- 5 / 39 k- k- 6 / 39 1 k- k- k 2 k- 3 7 / 39 k- {X i } n i=1 : (d ) k- (k-nearest neighbor) 1 k 1 2 x k {X (1),

More information

1 1 u m (t) u m () exp [ (cπm + (πm κ)t (5). u m (), U(x, ) f(x) m,, (4) U(x, t) Re u k () u m () [ u k () exp(πkx), u k () exp(πkx). f(x) exp[ πmxdx

1 1 u m (t) u m () exp [ (cπm + (πm κ)t (5). u m (), U(x, ) f(x) m,, (4) U(x, t) Re u k () u m () [ u k () exp(πkx), u k () exp(πkx). f(x) exp[ πmxdx 1 1 1 1 1. U(x, t) U(x, t) + c t x c, κ. (1). κ U(x, t) x. (1) 1, f(x).. U(x, t) U(x, t) + c κ U(x, t), t x x : U(, t) U(1, t) ( x 1), () : U(x, ) f(x). (3) U(x, t). [ U(x, t) Re u k (t) exp(πkx). (4)

More information

ohpmain.dvi

ohpmain.dvi fujisawa@ism.ac.jp 1 Contents 1. 2. 3. 4. γ- 2 1. 3 10 5.6, 5.7, 5.4, 5.5, 5.8, 5.5, 5.3, 5.6, 5.4, 5.2. 5.5 5.6 +5.7 +5.4 +5.5 +5.8 +5.5 +5.3 +5.6 +5.4 +5.2 =5.5. 10 outlier 5 5.6, 5.7, 5.4, 5.5, 5.8,

More information

Kobe University Repository : Kernel タイトル Title 著者 Author(s) 掲載誌 巻号 ページ Citation 刊行日 Issue date 資源タイプ Resource Type 版区分 Resource Version 権利 Rights DOI

Kobe University Repository : Kernel タイトル Title 著者 Author(s) 掲載誌 巻号 ページ Citation 刊行日 Issue date 資源タイプ Resource Type 版区分 Resource Version 権利 Rights DOI Kobe University Repository : Kernel タイトル Title 著者 Author(s) 掲載誌 巻号 ページ Citation 刊行日 Issue date 資源タイプ Resource Type 版区分 Resource Version 権利 Rights DOI 平均に対する平滑化ブートストラップ法におけるバンド幅の選択に関する一考察 (A Study about

More information

t χ 2 F Q t χ 2 F 1 2 µ, σ 2 N(µ, σ 2 ) f(x µ, σ 2 ) = 1 ( exp (x ) µ)2 2πσ 2 2σ 2 0, N(0, 1) (100 α) z(α) t χ 2 *1 2.1 t (i)x N(µ, σ 2 ) x µ σ N(0, 1

t χ 2 F Q t χ 2 F 1 2 µ, σ 2 N(µ, σ 2 ) f(x µ, σ 2 ) = 1 ( exp (x ) µ)2 2πσ 2 2σ 2 0, N(0, 1) (100 α) z(α) t χ 2 *1 2.1 t (i)x N(µ, σ 2 ) x µ σ N(0, 1 t χ F Q t χ F µ, σ N(µ, σ ) f(x µ, σ ) = ( exp (x ) µ) πσ σ 0, N(0, ) (00 α) z(α) t χ *. t (i)x N(µ, σ ) x µ σ N(0, ) (ii)x,, x N(µ, σ ) x = x+ +x N(µ, σ ) (iii) (i),(ii) z = x µ N(0, ) σ N(0, ) ( 9 97.

More information

Taro13-第6章(まとめ).PDF

Taro13-第6章(まとめ).PDF % % % % % % % % 31 NO 1 52,422 10,431 19.9 10,431 19.9 1,380 2.6 1,039 2.0 33,859 64.6 5,713 10.9 2 8,292 1,591 19.2 1,591 19.2 1,827 22.0 1,782 21.5 1,431 17.3 1,661 20.0 3 1,948 1,541 79.1 1,541 79.1

More information

2 G(k) e ikx = (ik) n x n n! n=0 (k ) ( ) X n = ( i) n n k n G(k) k=0 F (k) ln G(k) = ln e ikx n κ n F (k) = F (k) (ik) n n= n! κ n κ n = ( i) n n k n

2 G(k) e ikx = (ik) n x n n! n=0 (k ) ( ) X n = ( i) n n k n G(k) k=0 F (k) ln G(k) = ln e ikx n κ n F (k) = F (k) (ik) n n= n! κ n κ n = ( i) n n k n . X {x, x 2, x 3,... x n } X X {, 2, 3, 4, 5, 6} X x i P i. 0 P i 2. n P i = 3. P (i ω) = i ω P i P 3 {x, x 2, x 3,... x n } ω P i = 6 X f(x) f(x) X n n f(x i )P i n x n i P i X n 2 G(k) e ikx = (ik) n

More information

統計学のポイント整理

統計学のポイント整理 .. September 17, 2012 1 / 55 n! = n (n 1) (n 2) 1 0! = 1 10! = 10 9 8 1 = 3628800 n k np k np k = n! (n k)! (1) 5 3 5 P 3 = 5! = 5 4 3 = 60 (5 3)! n k n C k nc k = npk k! = n! k!(n k)! (2) 5 3 5C 3 = 5!

More information

2 1,2, , 2 ( ) (1) (2) (3) (4) Cameron and Trivedi(1998) , (1987) (1982) Agresti(2003)

2 1,2, , 2 ( ) (1) (2) (3) (4) Cameron and Trivedi(1998) , (1987) (1982) Agresti(2003) 3 1 1 1 2 1 2 1,2,3 1 0 50 3000, 2 ( ) 1 3 1 0 4 3 (1) (2) (3) (4) 1 1 1 2 3 Cameron and Trivedi(1998) 4 1974, (1987) (1982) Agresti(2003) 3 (1)-(4) AAA, AA+,A (1) (2) (3) (4) (5) (1)-(5) 1 2 5 3 5 (DI)

More information

untitled

untitled 47 48 10 49 2005.6.1 17 500 50 1988 1994.1.1 16 22 51 18 1989 2005 17 2006 18 4 12 18 2007 19 1 12 2007 19 H18.8. J.H. 20 19 52 53 42.9 54 50 50 3080 55 30 100 56 57 22 96 6.8 9.4 31.44 58 10 780 250 59

More information

toukei13.dvi

toukei13.dvi 25 53 2 375 389 c 25 2 25 3 25 6 3.. 5 4464 2 2 2 2 2 252 852 5322 2 5 93 376 53 2 25. 2...2.6..4 5 5 2 incoe...2.6..4 2. 5 5 incoe 2 adaptive histogra Kogure 987 Terrell and Scott 992 Lecoutre 987 Scott

More information

Microsoft Word - 信号処理3.doc

Microsoft Word - 信号処理3.doc Junji OHTSUBO 2012 FFT FFT SN sin cos x v ψ(x,t) = f (x vt) (1.1) t=0 (1.1) ψ(x,t) = A 0 cos{k(x vt) + φ} = A 0 cos(kx ωt + φ) (1.2) A 0 v=ω/k φ ω k 1.3 (1.2) (1.2) (1.2) (1.1) 1.1 c c = a + ib, a = Re[c],

More information

(note-02) Rademacher 1/57

(note-02) Rademacher 1/57 (note-02) Rademacher 1/57 (x 1, y 1 ),..., (x n, y n ) X Y f : X Y Y = R f Y = {+1, 1}, {1, 2,..., G} f x y 1. (x 1, y 1 ),..., (x n, y n ) f(x i ) ( ) 2. x f(x) Y 2/57 (x, y) f(x) f(x) y (, loss) l(f(x),

More information

untitled

untitled 3 3. (stochastic differential equations) { dx(t) =f(t, X)dt + G(t, X)dW (t), t [,T], (3.) X( )=X X(t) : [,T] R d (d ) f(t, X) : [,T] R d R d (drift term) G(t, X) : [,T] R d R d m (diffusion term) W (t)

More information

最小2乗法

最小2乗法 2 2012 4 ( ) 2 2012 4 1 / 42 X Y Y = f (X ; Z) linear regression model X Y slope X 1 Y (X, Y ) 1 (X, Y ) ( ) 2 2012 4 2 / 42 1 β = β = β (4.2) = β 0 + β (4.3) ( ) 2 2012 4 3 / 42 = β 0 + β + (4.4) ( )

More information

I ( ) 1 de Broglie 1 (de Broglie) p λ k h Planck ( Js) p = h λ = k (1) h 2π : Dirac k B Boltzmann ( J/K) T U = 3 2 k BT

I ( ) 1 de Broglie 1 (de Broglie) p λ k h Planck ( Js) p = h λ = k (1) h 2π : Dirac k B Boltzmann ( J/K) T U = 3 2 k BT I (008 4 0 de Broglie (de Broglie p λ k h Planck ( 6.63 0 34 Js p = h λ = k ( h π : Dirac k B Boltzmann (.38 0 3 J/K T U = 3 k BT ( = λ m k B T h m = 0.067m 0 m 0 = 9. 0 3 kg GaAs( a T = 300 K 3 fg 07345

More information

i

i 009 I 1 8 5 i 0 1 0.1..................................... 1 0.................................................. 1 0.3................................. 0.4........................................... 3

More information

知能科学:ニューラルネットワーク

知能科学:ニューラルネットワーク 2 3 4 (Neural Network) (Deep Learning) (Deep Learning) ( x x = ax + b x x x ? x x x w σ b = σ(wx + b) x w b w b .2.8.6 σ(x) = + e x.4.2 -.2 - -5 5 x w x2 w2 σ x3 w3 b = σ(w x + w 2 x 2 + w 3 x 3 + b) x,

More information

知能科学:ニューラルネットワーク

知能科学:ニューラルネットワーク 2 3 4 (Neural Network) (Deep Learning) (Deep Learning) ( x x = ax + b x x x ? x x x w σ b = σ(wx + b) x w b w b .2.8.6 σ(x) = + e x.4.2 -.2 - -5 5 x w x2 w2 σ x3 w3 b = σ(w x + w 2 x 2 + w 3 x 3 + b) x,

More information

A B P (A B) = P (A)P (B) (3) A B A B P (B A) A B A B P (A B) = P (B A)P (A) (4) P (B A) = P (A B) P (A) (5) P (A B) P (B A) P (A B) A B P

A B P (A B) = P (A)P (B) (3) A B A B P (B A) A B A B P (A B) = P (B A)P (A) (4) P (B A) = P (A B) P (A) (5) P (A B) P (B A) P (A B) A B P 1 1.1 (population) (sample) (event) (trial) Ω () 1 1 Ω 1.2 P 1. A A P (A) 0 1 0 P (A) 1 (1) 2. P 1 P 0 1 6 1 1 6 0 3. A B P (A B) = P (A) + P (B) (2) A B A B A 1 B 2 A B 1 2 1 2 1 1 2 2 3 1.3 A B P (A

More information

高知工科大学電子 光システム工学科

高知工科大学電子 光システム工学科 卒業研究報告 題 目 量子力学に基づいた水素分子の分子軌道法的取り扱いと Hamiltonian 近似法 指導教員 山本哲也 報告者 山中昭徳 平成 14 年 月 5 日 高知工科大学電子 光システム工学科. 3. 4.1 4. 4.3 4.5 6.6 8.7 10.8 11.9 1.10 1 3. 13 3.113 3. 13 3.3 13 3.4 14 3.5 15 3.6 15 3.7 17

More information

C:/KENAR/0p1.dvi

C:/KENAR/0p1.dvi 2{3. 53 2{3 [ ] 4 2 1 2 10,15 m 10,10 m 2 2 54 2 III 1{I U 2.4 U r (2.16 F U F =, du dt du dr > 0 du dr < 0 O r 0 r 2.4: 1 m =1:00 10 kg 1:20 10 kgf 8:0 kgf g =9:8 m=s 2 (a) x N mg 2.5: N 2{3. 55 (b) x

More information

untitled

untitled ( œ ) œ 138,800 17 171,000 60,000 16,000 252,500 405,400 24,000 22 95,800 24 46,000 16,000 16,000 273,000 19,000 10,300 57,800 1,118,408,500 1,118,299,000 109,500 102,821,836 75,895,167 244,622 3,725,214

More information

x y 1 x 1 y 1 2 x 2 y 2 3 x 3 y 3... x ( ) 2

x y 1 x 1 y 1 2 x 2 y 2 3 x 3 y 3... x ( ) 2 1 1 1.1 1.1.1 1 168 75 2 170 65 3 156 50... x y 1 x 1 y 1 2 x 2 y 2 3 x 3 y 3... x ( ) 2 1 1 0 1 0 0 2 1 0 0 1 0 3 0 1 0 0 1...... 1.1.2 x = 1 n x (average, mean) x i s 2 x = 1 n (x i x) 2 3 x (variance)

More information

統計的データ解析

統計的データ解析 ds45 xspec qdp guplot oocalc (Error) gg (Radom Error)(Systematc Error) x, x,, x ( x, x,..., x x = s x x µ = lm = σ µ x x = lm ( x ) = σ ( ) = - x = js j ( ) = j= ( j) x x + xj x + xj j x + xj = ( x x

More information

mugensho.dvi

mugensho.dvi 1 1 f (t) lim t a f (t) = 0 f (t) t a 1.1 (1) lim(t 1) 2 = 0 t 1 (t 1) 2 t 1 (2) lim(t 1) 3 = 0 t 1 (t 1) 3 t 1 2 f (t), g(t) t a lim t a f (t) g(t) g(t) f (t) = o(g(t)) (t a) = 0 f (t) (t 1) 3 1.2 lim

More information

数値計算:有限要素法

数値計算:有限要素法 ( ) 1 / 61 1 2 3 4 ( ) 2 / 61 ( ) 3 / 61 P(0) P(x) u(x) P(L) f P(0) P(x) P(L) ( ) 4 / 61 L P(x) E(x) A(x) x P(x) P(x) u(x) P(x) u(x) (0 x L) ( ) 5 / 61 u(x) 0 L x ( ) 6 / 61 P(0) P(L) f d dx ( EA du dx

More information

( š ) š 13,448 1,243,000 1,249,050 1,243,000 1,243,000 1,249,050 1,249, , , ,885

( š ) š 13,448 1,243,000 1,249,050 1,243,000 1,243,000 1,249,050 1,249, , , ,885 ( š ) 7,000,000 191 191 6,697,131 5,845,828 653,450 197,853 4,787,707 577,127 4,000,000 146,580 146,580 64,000 100,000 500,000 120,000 60,000 60,000 60,000 60,000 60,000 200,000 150,000 60,000 60,000 100,000

More information

ばらつき抑制のための確率最適制御

ばらつき抑制のための確率最適制御 ( ) http://wwwhayanuemnagoya-uacjp/ fujimoto/ 2011 3 9 11 ( ) 2011/03/09-11 1 / 46 Outline 1 2 3 4 5 ( ) 2011/03/09-11 2 / 46 Outline 1 2 3 4 5 ( ) 2011/03/09-11 3 / 46 (1/2) r + Controller - u Plant y

More information

( 30 ) 30 4 5 1 4 1.1............................................... 4 1.............................................. 4 1..1.................................. 4 1.......................................

More information

18 2 F 12 r 2 r 1 (3) Coulomb km Coulomb M = kg F G = ( ) ( ) ( ) 2 = [N]. Coulomb

18 2 F 12 r 2 r 1 (3) Coulomb km Coulomb M = kg F G = ( ) ( ) ( ) 2 = [N]. Coulomb r 1 r 2 r 1 r 2 2 Coulomb Gauss Coulomb 2.1 Coulomb 1 2 r 1 r 2 1 2 F 12 2 1 F 21 F 12 = F 21 = 1 4πε 0 1 2 r 1 r 2 2 r 1 r 2 r 1 r 2 (2.1) Coulomb ε 0 = 107 4πc 2 =8.854 187 817 10 12 C 2 N 1 m 2 (2.2)

More information

untitled

untitled ( œ ) œ 2,000,000 20. 4. 1 25. 3.27 44,886,350 39,933,174 4,953,176 9,393,543 4,953,012 153,012 4,800,000 164 164 4,001,324 2,899,583 254,074 847,667 5,392,219 584,884 7,335 4,800,000 153,012 4,800,000

More information

(pdf) (cdf) Matlab χ ( ) F t

(pdf) (cdf) Matlab χ ( ) F t (, ) (univariate) (bivariate) (multi-variate) Matlab Octave Matlab Matlab/Octave --...............3. (pdf) (cdf)...3.4....4.5....4.6....7.7. Matlab...8.7.....9.7.. χ ( )...0.7.3.....7.4. F....7.5. t-...3.8....4.8.....4.8.....5.8.3....6.8.4....8.8.5....8.8.6....8.9....9.9.....9.9.....0.9.3....0.9.4.....9.5.....0....3

More information

2 1 Introduction

2 1 Introduction 1 24 11 26 1 E-mail: toyoizumi@waseda.jp 2 1 Introduction 5 1.1...................... 7 2 8 2.1................ 8 2.2....................... 8 2.3............................ 9 3 10 3.1.........................

More information

tokei01.dvi

tokei01.dvi 2. :,,,. :.... Apr. - Jul., 26FY Dept. of Mechanical Engineering, Saga Univ., JAPAN 4 3. (probability),, 1. : : n, α A, A a/n. :, p, p Apr. - Jul., 26FY Dept. of Mechanical Engineering, Saga Univ., JAPAN

More information

! & # # w w w w w w w w l & w_ # w_ w # w w w # w w # w w # w w w w bw w bw w bw w w bw w b w w_ l !!!!!! 6!!!! 6 ' ' ' ' ' ' ' ' ' ' ' '! ' ' ' ' ' ' ' ' ' ' ' ' ' '! ' ' ' ' ' ' ' ' ' ' '

More information

untitled

untitled 23 59 13 23 24 0101 0001 0101 0002 0101 0001 0101 0002 0101 0007 0101 0009 0101 0012 0101 0026 0101 0031 0101 0033 0101 0056 0101 0059 0101 0075 0101 0076 0101 5001 0101 0002 0101 0003 0101 0008 0101 0010

More information

sp2.dvi

sp2.dvi 2 4 27 2 2 2 2 5 3 8 4 9 2 2 2 2 22 9 23 2 24 EM 23 3 28 3 28 32 29 33 3 4 33 4 33 42 33 43 35 44 37 5 43 5 43 52 46 53 AR 49 54 52 55 55 6 AR 58 6 Levinson Durbin 58 62 AR 6 63 Burg 62 z x x (sample)

More information

st.dvi

st.dvi 9 3 5................................... 5............................. 5....................................... 5.................................. 7.........................................................................

More information

ii

ii ii iii 1 1 1.1..................................... 1 1.2................................... 3 1.3........................... 4 2 9 2.1.................................. 9 2.2...............................

More information

š ( š ) ,400, , ,893, ,743, ,893, ,893, ,658,475 35,884,803 2,167,037 7,189,060 55,417,575 81,08

š ( š ) ,400, , ,893, ,743, ,893, ,893, ,658,475 35,884,803 2,167,037 7,189,060 55,417,575 81,08 Ÿ š ( š ) 1,970,400 5,000,000 12. 3.26 180,553,493 9. 9.29 41,772,995 10. 9.28 50,075,163 13. 2. 2 1,000,000 10.12.27 j 19,373,160 13. 4. 1 j 1,200,000 38. 3.19 j 1,100,000 6. 9.22 14. 1. 8 0 0 14. 3.13

More information

: 1g99p038-8

: 1g99p038-8 16 17 : 1g99p038-8 1 3 1.1....................................... 4 1................................... 5 1.3.................................. 5 6.1..................................... 7....................................

More information

untitled

untitled Ÿ Ÿ ( œ ) 120,000 60,000 120,000 120,000 80,000 72,000 100,000 180,000 60,000 100,000 60,000 120,000 100,000 240,000 120,000 240,000 1,150,000 100,000 120,000 72,000 300,000 72,000 100,000 100,000 60,000

More information

p = mv p x > h/4π λ = h p m v Ψ 2 Ψ

p = mv p x > h/4π λ = h p m v Ψ 2 Ψ II p = mv p x > h/4π λ = h p m v Ψ 2 Ψ Ψ Ψ 2 0 x P'(x) m d 2 x = mω 2 x = kx = F(x) dt 2 x = cos(ωt + φ) mω 2 = k ω = m k v = dx = -ωsin(ωt + φ) dt = d 2 x dt 2 0 y v θ P(x,y) θ = ωt + φ ν = ω [Hz] 2π

More information

untitled

untitled œ ( œ ) œ 847,120 2,343,446 2,343,446 45,242 25. 5.17 6,472,966 6,472,966 6,472,966 972,332 972,332 5,500,000 5,500,000 634 634 2,053,480 1,423,820 27,053 79,255 523,352 4,419,486 95,352 4,300,204 4,300,204

More information

−g”U›ß™ö‡Æ…X…y…N…g…‰

−g”U›ß™ö‡Æ…X…y…N…g…‰ 1 / 74 ( ) 2019 3 8 URL: http://www.math.kyoto-u.ac.jp/ ichiro/ 2 / 74 Contents 1 Pearson 2 3 Doob h- 4 (I) 5 (II) 6 (III-1) - 7 (III-2-a) 8 (III-2-b) - 9 (III-3) Pearson 3 / 74 Pearson Definition 1 ρ

More information

1

1 016 017 6 16 1 1 5 1.1............................................... 5 1................................................... 5 1.3................................................ 5 1.4...............................................

More information

kubostat2017e p.1 I 2017 (e) GLM logistic regression : : :02 1 N y count data or

kubostat2017e p.1 I 2017 (e) GLM logistic regression : : :02 1 N y count data or kubostat207e p. I 207 (e) GLM kubo@ees.hokudai.ac.jp https://goo.gl/z9ycjy 207 4 207 6:02 N y 2 binomial distribution logit link function 3 4! offset kubostat207e (https://goo.gl/z9ycjy) 207 (e) 207 4

More information

seminar0220a.dvi

seminar0220a.dvi 1 Hi-Stat 2 16 2 20 16:30-18:00 2 2 217 1 COE 4 COE RA E-MAIL: ged0104@srv.cc.hit-u.ac.jp 2004 2 25 S-PLUS S-PLUS S-PLUS S-code 2 [8] [8] [8] 1 2 ARFIMA(p, d, q) FI(d) φ(l)(1 L) d x t = θ(l)ε t ({ε t }

More information

( ) p.2/70

( ) p.2/70 p.1/70 ( ) p.2/70 ( p.3/70 (1)20 1970 cf.box and Jenkins(1970) (2)1980 p.4/70 Kolmogorov(1940),(1941) Granger(1966) Hurst(1951) Hurst p.5/70 Beveridge Wheat Prices Index p.6/70 Nile River Water Level p.7/70

More information

講義のーと : データ解析のための統計モデリング. 第2回

講義のーと :  データ解析のための統計モデリング. 第2回 Title 講義のーと : データ解析のための統計モデリング Author(s) 久保, 拓弥 Issue Date 2008 Doc URL http://hdl.handle.net/2115/49477 Type learningobject Note この講義資料は, 著者のホームページ http://hosho.ees.hokudai.ac.jp/~kub ードできます Note(URL)http://hosho.ees.hokudai.ac.jp/~kubo/ce/EesLecture20

More information

( ) 1,771,139 54, , ,185, , , , ,000, , , , , ,000 1,000, , , ,000

( ) 1,771,139 54, , ,185, , , , ,000, , , , , ,000 1,000, , , ,000 ( ) 6,364 6,364 8,884,908 6,602,454 218,680 461,163 1,602,611 2,726,746 685,048 2,022,867 642,140 1,380,727 18,831 290,000 240,000 50 20. 3.31 11,975,755 1,215,755 10,760,000 11,258,918 (68) 160,000 500,000

More information

Part 1 GARCH () ( ) /24, p.2/93

Part 1 GARCH () ( ) /24, p.2/93 基盤研究 A 統計科学における数理的手法の理論と応用 ( 研究代表者 : 谷口正信 ) によるシンポジウム 計量ファイナンスと時系列解析法の新たな展開 平成 20 年 1 月 24 日 ~26 日香川大学 Realized Volatility の長期記憶性について 1 研究代表者 : 前川功一 ( 広島経済大学 ) 共同研究者 : 得津康義 ( 広島経済大学 ) 河合研一 ( 統計数理研究所リスク解析戦略研究センター

More information

gr09.dvi

gr09.dvi .1, θ, ϕ d = A, t dt + B, t dtd + C, t d + D, t dθ +in θdϕ.1.1 t { = f1,t t = f,t { D, t = B, t =.1. t A, tdt e φ,t dt, C, td e λ,t d.1.3,t, t d = e φ,t dt + e λ,t d + dθ +in θdϕ.1.4 { = f1,t t = f,t {

More information

untitled

untitled 24 591324 25 0101 0002 0101 0005 0101 0009 0101 0012 0101 0013 0101 0015 0101 0029 0101 0031 0101 0036 0101 0040 0101 0041 0101 0053 0101 0055 0101 0061 0101 0062 0101 0004 0101 0006 0101 0008 0101 0012

More information

A 2 3. m S m = {x R m+1 x = 1} U + k = {x S m x k > 0}, U k = {x S m x k < 0}, ϕ ± k (x) = (x 0,..., ˆx k,... x m ) 1. {(U ± k, ϕ± k ) 0 k m} S m 1.2.

A 2 3. m S m = {x R m+1 x = 1} U + k = {x S m x k > 0}, U k = {x S m x k < 0}, ϕ ± k (x) = (x 0,..., ˆx k,... x m ) 1. {(U ± k, ϕ± k ) 0 k m} S m 1.2. A A 1 A 5 A 6 1 2 3 4 5 6 7 1 1.1 1.1 (). Hausdorff M R m M M {U α } U α R m E α ϕ α : U α E α U α U β = ϕ α (ϕ β ϕβ (U α U β )) 1 : ϕ β (U α U β ) ϕ α (U α U β ) C M a m dim M a U α ϕ α {x i, 1 i m} {U,

More information

meiji_resume_1.PDF

meiji_resume_1.PDF β β β (q 1,q,..., q n ; p 1, p,..., p n ) H(q 1,q,..., q n ; p 1, p,..., p n ) Hψ = εψ ε k = k +1/ ε k = k(k 1) (x, y, z; p x, p y, p z ) (r; p r ), (θ; p θ ), (ϕ; p ϕ ) ε k = 1/ k p i dq i E total = E

More information

5 H Boltzmann Einstein Brown 5.1 Onsager [ ] Tr Tr Tr = dγ (5.1) A(p, q) Â 0 = Tr Âe βĥ0 Tr e βĥ0 = dγ e βh 0(p,q) A(p, q) dγ e βh 0(p,q) (5.2) e βĥ0

5 H Boltzmann Einstein Brown 5.1 Onsager [ ] Tr Tr Tr = dγ (5.1) A(p, q) Â 0 = Tr Âe βĥ0 Tr e βĥ0 = dγ e βh 0(p,q) A(p, q) dγ e βh 0(p,q) (5.2) e βĥ0 5 H Boltzmann Einstein Brown 5.1 Onsager [ ] Tr Tr Tr = dγ (5.1) A(p, q) Â = Tr Âe βĥ Tr e βĥ = dγ e βh (p,q) A(p, q) dγ e βh (p,q) (5.2) e βĥ A(p, q) p q Â(t) = Tr Â(t)e βĥ Tr e βĥ = dγ() e βĥ(p(),q())

More information

Kalman ( ) 1) (Kalman filter) ( ) t y 0,, y t x ˆx 3) 10) t x Y [y 0,, y ] ) x ( > ) ˆx (prediction) ) x ( ) ˆx (filtering) )

Kalman ( ) 1) (Kalman filter) ( ) t y 0,, y t x ˆx 3) 10) t x Y [y 0,, y ] ) x ( > ) ˆx (prediction) ) x ( ) ˆx (filtering) ) 1 -- 5 6 2009 3 R.E. Kalman ( ) H 6-1 6-2 6-3 H Rudolf Emil Kalman IBM IEEE Medal of Honor(1974) (1985) c 2011 1/(23) 1 -- 5 -- 6 6--1 2009 3 Kalman ( ) 1) (Kalman filter) ( ) t y 0,, y t x ˆx 3) 10) t

More information

untitled

untitled 40 4 4.3 I (1) I f (x) C [x 0 x 1 ] f (x) f 1 (x) (3.18) f (x) ; f 1 (x) = 1! f 00 ((x))(x ; x 0 )(x ; x 1 ) (x 0 (x) x 1 ) (4.8) (3.18) x (x) x 0 x 1 Z x1 f (x) dx ; Z x1 f 1 (x) dx = Z x1 = 1 1 Z x1

More information

Ÿ ( ) Ÿ ,195,027 9,195,027 9,195, ,000 25, ,000 30,000 9,000,000 9,000, ,789, ,000 2,039,145 3,850,511 2,405,371

Ÿ ( ) Ÿ ,195,027 9,195,027 9,195, ,000 25, ,000 30,000 9,000,000 9,000, ,789, ,000 2,039,145 3,850,511 2,405,371 Ÿ ( ) Ÿ 540,000 980,000 300,000 700,000 1,200,000 1,100,000 1,300,000 980,000 400,000 220,000 280,000 400,000 300,000 220,000 1,300,000 460,000 260,000 400,000 400,000 340,000 600,000 1,500,000 740,000

More information

( œ ) œ ,906,148,000 1,800,000,000 1,706,469,380 1,350,676, ,793,167 1,555,793,167 3,000,000, ,537, ,

( œ ) œ ,906,148,000 1,800,000,000 1,706,469,380 1,350,676, ,793,167 1,555,793,167 3,000,000, ,537, , ¾ œ ( œ ) (Ÿ ) lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll J N I Q ( œ ) œ 14 15. 3.28 2,906,148,000 1,800,000,000 1,706,469,380 1,350,676,213 355,793,167 1,555,793,167 3,000,000,000

More information

本組よこ/根間:文11-029_P377‐408

本組よこ/根間:文11-029_P377‐408 377 378 a b c d 379 p M NH p 380 p 381 a pp b T 382 c S pp p 383 p M M 384 a M b M 385 c M d M e M 386 a M b M a M 387 b M 388 p 389 a b c 390 391 a S H p p b S p 392 a T 393 b S p c S 394 A a b c d 395

More information

68 A mm 1/10 A. (a) (b) A.: (a) A.3 A.4 1 1

68 A mm 1/10 A. (a) (b) A.: (a) A.3 A.4 1 1 67 A Section A.1 0 1 0 1 Balmer 7 9 1 0.1 0.01 1 9 3 10:09 6 A.1: A.1 1 10 9 68 A 10 9 10 9 1 10 9 10 1 mm 1/10 A. (a) (b) A.: (a) A.3 A.4 1 1 A.1. 69 5 1 10 15 3 40 0 0 ¾ ¾ É f Á ½ j 30 A.3: A.4: 1/10

More information

28

28 y i = Z i δ i +ε i ε i δ X y i = X Z i δ i + X ε i [ ] 1 δ ˆ i = Z i X( X X) 1 X Z i [ ] 1 σ ˆ 2 Z i X( X X) 1 X Z i Z i X( X X) 1 X y i σ ˆ 2 ˆ σ 2 = [ ] y i Z ˆ [ i δ i ] 1 y N p i Z i δ ˆ i i RSTAT

More information

untitled

untitled š ( ) 300,000 180,000 100,000 120,000 60,000 120,000 240,000 120,000 170,000 240,000 100,000 99,000 120,000 72,000 100,000 450,000 72,000 60,000 100,000 100,000 60,000 60,000 100,000 200,000 60,000 124,000

More information

b3e2003.dvi

b3e2003.dvi 15 II 5 5.1 (1) p, q p = (x + 2y, xy, 1), q = (x 2 + 3y 2, xyz, ) (i) p rotq (ii) p gradq D (2) a, b rot(a b) div [11, p.75] (3) (i) f f grad f = 1 2 grad( f 2) (ii) f f gradf 1 2 grad ( f 2) rotf 5.2

More information

‚åŁÎ“·„´Šš‡ðŠp‡¢‡½‹âfi`fiI…A…‰…S…−…Y…•‡ÌMarkovŸA“½fiI›ð’Í

‚åŁÎ“·„´Šš‡ðŠp‡¢‡½‹âfi`fiI…A…‰…S…−…Y…•‡ÌMarkovŸA“½fiI›ð’Í Markov 2009 10 2 Markov 2009 10 2 1 / 25 1 (GA) 2 GA 3 4 Markov 2009 10 2 2 / 25 (GA) (GA) L ( 1) I := {0, 1} L f : I (0, ) M( 2) S := I M GA (GA) f (i) i I Markov 2009 10 2 3 / 25 (GA) ρ(i, j), i, j I

More information

6.1 (P (P (P (P (P (P (, P (, P.

6.1 (P (P (P (P (P (P (, P (, P. (011 30 7 0 ( ( 3 ( 010 1 (P.3 1 1.1 (P.4.................. 1 1. (P.4............... 1 (P.15.1 (P.16................. (P.0............3 (P.18 3.4 (P.3............... 4 3 (P.9 4 3.1 (P.30........... 4 3.

More information

y i OLS [0, 1] OLS x i = (1, x 1,i,, x k,i ) β = (β 0, β 1,, β k ) G ( x i β) 1 G i 1 π i π i P {y i = 1 x i } = G (

y i OLS [0, 1] OLS x i = (1, x 1,i,, x k,i ) β = (β 0, β 1,, β k ) G ( x i β) 1 G i 1 π i π i P {y i = 1 x i } = G ( 7 2 2008 7 10 1 2 2 1.1 2............................................. 2 1.2 2.......................................... 2 1.3 2........................................ 3 1.4................................................

More information

1: 3.3 1/8000 1/ m m/s v = 2kT/m = 2RT/M k R 8.31 J/(K mole) M 18 g 1 5 a v t πa 2 vt kg (

1: 3.3 1/8000 1/ m m/s v = 2kT/m = 2RT/M k R 8.31 J/(K mole) M 18 g 1 5 a v t πa 2 vt kg ( 1905 1 1.1 0.05 mm 1 µm 2 1 1 2004 21 2004 7 21 2005 web 2 [1, 2] 1 1: 3.3 1/8000 1/30 3 10 10 m 3 500 m/s 4 1 10 19 5 6 7 1.2 3 4 v = 2kT/m = 2RT/M k R 8.31 J/(K mole) M 18 g 1 5 a v t πa 2 vt 6 6 10

More information

PDF

PDF 1 1 1 1-1 1 1-9 1-3 1-1 13-17 -3 6-4 6 3 3-1 35 3-37 3-3 38 4 4-1 39 4- Fe C TEM 41 4-3 C TEM 44 4-4 Fe TEM 46 4-5 5 4-6 5 5 51 6 5 1 1-1 1991 1,1 multiwall nanotube 1993 singlewall nanotube ( 1,) sp 7.4eV

More information

waseda2010a-jukaiki1-main.dvi

waseda2010a-jukaiki1-main.dvi November, 2 Contents 6 2 8 3 3 3 32 32 33 5 34 34 6 35 35 7 4 R 2 7 4 4 9 42 42 2 43 44 2 5 : 2 5 5 23 52 52 23 53 53 23 54 24 6 24 6 6 26 62 62 26 63 t 27 7 27 7 7 28 72 72 28 73 36) 29 8 29 8 29 82 3

More information

Ÿ ( ) ,166,466 18,586,390 85,580,076 88,457,360 (31) 1,750,000 83,830,000 5,000,000 78,830, ,388,808 24,568, ,480 6,507,1

Ÿ ( ) ,166,466 18,586,390 85,580,076 88,457,360 (31) 1,750,000 83,830,000 5,000,000 78,830, ,388,808 24,568, ,480 6,507,1 ( ) 60,000 120,000 1,800,000 120,000 100,000 60,000 60,000 120,000 10,000,000 120,000 120,000 120,000 120,000 1,500,000 171,209,703 5,000,000 1,000,000 200,000 10,000,000 5,000,000 4,000,000 5,000,000

More information

03.Œk’ì

03.Œk’ì HRS KG NG-HRS NG-KG AIC Fama 1965 Mandelbrot Blattberg Gonedes t t Kariya, et. al. Nagahara ARCH EngleGARCH Bollerslev EGARCH Nelson GARCH Heynen, et. al. r n r n =σ n w n logσ n =α +βlogσ n 1 + v n w

More information

JAB RL504:201 JAB NOTE 4 2 January 25, A B

JAB RL504:201 JAB NOTE 4 2 January 25, A B JAB RL504:201 JAB NOTE 4 JAB RL504:201 2201125 1200025 200-0-25-1/- 2 201-01-25 JAB RL504:201 JAB NOTE 4 2 January 25, 201............... 6 5.1... 6 5.2... 6 5. A... 7 5.4 B... 7 5.5... 8 5.6... 9 5.7...

More information

AR(1) y t = φy t 1 + ɛ t, ɛ t N(0, σ 2 ) 1. Mean of y t given y t 1, y t 2, E(y t y t 1, y t 2, ) = φy t 1 2. Variance of y t given y t 1, y t

AR(1) y t = φy t 1 + ɛ t, ɛ t N(0, σ 2 ) 1. Mean of y t given y t 1, y t 2, E(y t y t 1, y t 2, ) = φy t 1 2. Variance of y t given y t 1, y t 87 6.1 AR(1) y t = φy t 1 + ɛ t, ɛ t N(0, σ 2 ) 1. Mean of y t given y t 1, y t 2, E(y t y t 1, y t 2, ) = φy t 1 2. Variance of y t given y t 1, y t 2, V(y t y t 1, y t 2, ) = σ 2 3. Thus, y t y t 1,

More information

[ ] (Ising model) 2 i S i S i = 1 (up spin : ) = 1 (down spin : ) (4.38) s z = ±1 4 H 0 = J zn/2 i,j S i S j (4.39) i, j z 5 2 z = 4 z = 6 3

[ ] (Ising model) 2 i S i S i = 1 (up spin : ) = 1 (down spin : ) (4.38) s z = ±1 4 H 0 = J zn/2 i,j S i S j (4.39) i, j z 5 2 z = 4 z = 6 3 4.2 4.2.1 [ ] (Ising model) 2 i S i S i = 1 (up spin : ) = 1 (down spin : ) (4.38) s z = ±1 4 H 0 = J zn/2 S i S j (4.39) i, j z 5 2 z = 4 z = 6 3 z = 6 z = 8 zn/2 1 2 N i z nearest neighbors of i j=1

More information

II No.01 [n/2] [1]H n (x) H n (x) = ( 1) r n! r!(n 2r)! (2x)n 2r. r=0 [2]H n (x) n,, H n ( x) = ( 1) n H n (x). [3] H n (x) = ( 1) n dn x2 e dx n e x2

II No.01 [n/2] [1]H n (x) H n (x) = ( 1) r n! r!(n 2r)! (2x)n 2r. r=0 [2]H n (x) n,, H n ( x) = ( 1) n H n (x). [3] H n (x) = ( 1) n dn x2 e dx n e x2 II No.1 [n/] [1]H n x) H n x) = 1) r n! r!n r)! x)n r r= []H n x) n,, H n x) = 1) n H n x) [3] H n x) = 1) n dn x e dx n e x [4] H n+1 x) = xh n x) nh n 1 x) ) d dx x H n x) = H n+1 x) d dx H nx) = nh

More information

30

30 3 ............................................2 2...........................................2....................................2.2...................................2.3..............................

More information

Vol.8 No (Mar. 2015) 1,a) , Anomaly Detection Based on Density Estimation of Normal Data in Cone-restr

Vol.8 No (Mar. 2015) 1,a) , Anomaly Detection Based on Density Estimation of Normal Data in Cone-restr 1,a) 2 2 2 3 4 2 2014 5 28 2014 7 18, 2014 9 5 Anomaly Detection Based on Density Estimation of Normal Data in Cone-restricted Subspace Yudai Yamazaki 1,a) Hirokazu Nosato 2 Masaya Iwata 2 Eiichi Takahashi

More information

n ξ n,i, i = 1,, n S n ξ n,i n 0 R 1,.. σ 1 σ i .10.14.15 0 1 0 1 1 3.14 3.18 3.19 3.14 3.14,. ii 1 1 1.1..................................... 1 1............................... 3 1.3.........................

More information

..3. Ω, Ω F, P Ω, F, P ). ) F a) A, A,..., A i,... F A i F. b) A F A c F c) Ω F. ) A F A P A),. a) 0 P A) b) P Ω) c) [ ] A, A,..., A i,... F i j A i A

..3. Ω, Ω F, P Ω, F, P ). ) F a) A, A,..., A i,... F A i F. b) A F A c F c) Ω F. ) A F A P A),. a) 0 P A) b) P Ω) c) [ ] A, A,..., A i,... F i j A i A .. Laplace ). A... i),. ω i i ). {ω,..., ω } Ω,. ii) Ω. Ω. A ) r, A P A) P A) r... ).. Ω {,, 3, 4, 5, 6}. i i 6). A {, 4, 6} P A) P A) 3 6. ).. i, j i, j) ) Ω {i, j) i 6, j 6}., 36. A. A {i, j) i j }.

More information

untitled

untitled š ( œ ) (Ÿ ) lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll J ¾ 21 22. 3.30 22,647,811,214 9,135,289,695 13,512,521,519 14,858,210,604 (438,585) 1,278,866,000 208,685,290 485,290 8,000,000

More information

4 OLS 4 OLS 4.1 nurseries dual c dual i = c + βnurseries i + ε i (1) 1. OLS Workfile Quick - Estimate Equation OK Equation specification dual c nurser

4 OLS 4 OLS 4.1 nurseries dual c dual i = c + βnurseries i + ε i (1) 1. OLS Workfile Quick - Estimate Equation OK Equation specification dual c nurser 1 EViews 2 2007/5/17 2007/5/21 4 OLS 2 4.1.............................................. 2 4.2................................................ 9 4.3.............................................. 11 4.4

More information