我们知道对于很多随机变量, 我们更多时候是以其密度函数来判断或者刻画分布的 那么, 如何通过 iid 样本来估计或者刻画这组数据的密度函数 f(x)? 我们可以仿照之前的 V 统计量, 现在要估计 F (x), 那么我们用经验分布函数的导数 F n(x) 来估计, 我们有 : F n(x) = n

Size: px
Start display at page:

Download "我们知道对于很多随机变量, 我们更多时候是以其密度函数来判断或者刻画分布的 那么, 如何通过 iid 样本来估计或者刻画这组数据的密度函数 f(x)? 我们可以仿照之前的 V 统计量, 现在要估计 F (x), 那么我们用经验分布函数的导数 F n(x) 来估计, 我们有 : F n(x) = n"

Transcription

1 第四章核估计 王成 * 上海交通大学数学系 介绍 给定一组 iid 的样本 X,..., X n, 如何刻画其分布函数 F (x)? Definition. (Empirical distribution function) 我们可以定义经验分布函数 (Empirical distribution function), F n (x) = n I(X k x). () k= 作为 F (x) 的无偏估计,EDF 有如下的性质 :. For any fixed x, E( ˆF n (x)) = F (x), and V ar( ˆF n (x)) = F (x)( F (x)). () n Furter, if 0 < F (x) <, we ave n( ˆFn (x) F (x)) N(0, F (x)( F (x)). (3). Gilvenko-Cantelli Teorem: sup F n (x) F (x) a.s. 0. (4) x 3. Dvoretzky Kiefer Wolfowitz (DKW) inequality: For any ϵ > 0, P (sup ˆF n (x) F (x) > ϵ) e nϵ. (5) x * 关于讲义中的任何错误或者建议, 请联系 cengwang@sjtu.edu.cn

2 我们知道对于很多随机变量, 我们更多时候是以其密度函数来判断或者刻画分布的 那么, 如何通过 iid 样本来估计或者刻画这组数据的密度函数 f(x)? 我们可以仿照之前的 V 统计量, 现在要估计 F (x), 那么我们用经验分布函数的导数 F n(x) 来估计, 我们有 : F n(x) = n δ Xk (x) k= 这里的 δ 是 Dirac delta 函数 : { if t = x; δ x (t) = 0 if t x. 并且满足 δx (t)dt =. 直方图. 如果确定直方图的结点 t 0 < t < < t m < t m, 定义一个新的函数 γ x (t) = 那么计数直方图可以表示为 : m I(t k < x, t t k ) k= H n (x) = 如果我们想展示密度函数, 可以定义 γ x (t) = 然后直方图表示为 : 实际上, 这里的 γ Xi (x). (6) i= m I(t k < x, t t k )/(t k t k ) k= γ x (t) = H n (x) = n γ Xi (x). (7) i= { t k t k t k < t t k ; 0 oters. 这里对于某个 k, t k < x t k, 且满足 γx (t)dt =. 对于一般直方图, 我们会选取一个起点 0 及固定的宽度 δ, 而实际问题中这两个参数的选取对于最后的结果影响也是很大的

3 核密度估计 Kernel Density Estimation. Motivations 仔细检查直方图, 我们会发现直方图对于所有发生在 (t k, t k ] 中的样本都同等的对待 简单起见我们考虑 [0, ] 区间, 如果有两个样本取值 0 +,, 那么我们应该认为前者表达的信息是分布在 0 周围有密度, 而后者应该是在 周围有密度, 而不能把两个完全同等的看待 因此, 对于直方图, 给定宽度 δ, 我们认为样本 X i 应该反应区间 [X i δ/, X i + δ/] 的信息, 例如我们定义 K (x) = I( δ/ x δ/)/δ. 那么对应的估计为 : f n (x) = K δ (X i x). (8) n i= 再进一步我们把宽度 δ 看成参数, 直接定义 K(x) = I( x )/. 然后估计为 : f n (x) = n i= K( X i x ) (9) 当然这里我们取的是同等权重, 如果考虑一般的权, 那么我们也就得到了一般的核密度估计形式 : Definition. (Kernel density Estimate) ˆf (x) = n K(X t x ) = i= K (µ x)d ˆF (µ), (0) 这里 K ( ) = K( /)/ 称为核函数, 是窗宽 (Bandwidt) 参数. 核函数 Kernel function Wat is te condition tat K sould satisfy?. K(x) 0 for all x;. K(x)dx =. Terefore, K( ) is a density function and any density function can act as a kernel function in teory. Actually, a kernel function is usually a nonnegative symmetric, unimodal probability density function. Commonly used kernel functions: 3

4 Uniform K(µ) = I( µ ); () Triangular K(µ) = ( µ )I( µ ); () Epanecnikov: K(µ) = 3 4 ( µ )I( µ ); (3) Quartic (biweigt): Triweigt: K(µ) = 5 6 ( µ ) I( µ ); (4) K(µ) = 35 3 ( µ ) I( µ ); (5) Tricube: Gaussian: K(µ) = 70 8 ( µ 3 ) 3 I( µ ); (6) K(µ) = π exp( µ /); (7) Cosine: K(µ) = π 4 cos(π µ)i( µ ); (8) Logistic: K(µ) = e µ + + e µ (9) Q: ow to calculate te constant part suc as 35 3? 4

5 .3 Bandwidt Q: Wy do we use te tresolding not or oter parameters? Remark. If K(µ) is a kernel function, for any > 0, K(µ ) or K(µ) (0) can bot serve as te kernel functions. Notes on te bandwidt A large bandwidt -bias, over-smoot. A small bandwidt -large variance. Optimal bandwidt sould acieve a trade-off between bias and variance. Conclusion: It is well-known bot empirically and teoretically tat te coice of kernel functions is not very important to te kernel density estimator. As long as tey are symmetric and unimodal, te resulting kernel density estimator performs nearly te same wen te bandwidt is optimally cosen. 3 窗宽选择 Bandwidt Selection 为了估计样本的密度函数 f(x), 我们构造了核估计 ˆf (x) = n K(X i x ) = K (µ x)d ˆF (µ), () i= 作为一个估计, 我们可以考虑估计相关的性质 3. 期望 Expectation 我们直接计算核估计的期望 : E ˆf (x) = E n K(X i x ) = E K(X x ) i= = K(t x )f(t)dt = K(t)f(x + t)dt. 所以, 一般来说, 核估计是有偏的, 因为 K(µ)f(x + µ)dµ f(x). 我们可以看下不同核下的期望 : 5

6 . Uniform K(µ) = I( µ ), 我们有 E ˆf (x) = K(t)f(x + t)dt = I( t )f(x + t)dt = f(x + t)dt. 即从 [x, x + ] 上的平均密度 窗宽度 决定选取的区间宽度, 直观上窗宽越小误差越小, 但是方差越大 反之选取的区间越大, 估计的偏差越大, 但是波动性越小. Gaussian: K(µ) = π exp( µ /), E ˆf (x) = K(t)f(x + t)dt = π 这里的 Y N(0, ). 象 3. 方差 Variance exp( t /)f(x + t)dt = Ef(x + Y ). 即整个实数区间上的加权平均, 窗宽也有类似现 注意到核估计是独立同分布随机变量的样本平均, 所以 nv ar( ˆf (x)) = V ar( K(X x )) = K ( t x )f(t)dt ( K(t)f(x + t)dt) = K (t)f(x + t)dt ( K(t)f(x + t)dt) 所以估计的方差为 : V ar( ˆf (x)) = n K (t)f(x + t)dt n ( K(t)f(x + t)dt) 类似的我们可以看下 Uniform 核的情况 : 当 K(µ) = I( µ ), 我们有 V ar( ˆf (x)) = f(x + t)dt n n ( f(x + t)dt) 3.3 均方损失 Mean Square Error 因为核估计是有偏差的, 所以我们考虑均方损失来衡量估计的好坏 : MSE(x) = E( ˆf (x) f(x)) = V ar( ˆf (x)) + (f(x) E( ˆf (x))) = K (t)f(x + t)dt n n ( K(t)f(x + t)dt) + (f(x) K(t)f(x + t)dt) 6

7 3.4 窗宽选取 当样本 n 时候, 注意到核估计是 iid 的平均, 所以经典 CLT 可以给出其渐近分布, 这里我们具体来看均方损失的极限状况 一般窗宽 0, 把 f(x + t) 在 x 处做 Taylor 展开 : f(x + t) = f(x) + f (x)t + f (x) t + O( 3 t 3 ), () 我们有 : K (t)f(x + t)dt = K (t)(f(x) + f (x)t + f (x) t + O( 3 t 3 ))dt = f(x) K (t)dt + f (x) K (t)t dt + 类似的 K(t)f(x + t)dt = 所以 MSE(x) f(x) n K(t)(f(x) + f (x)t + f (x) t + O( 3 t 3 ))dt K(t)t dt f(x) + f (x) K (t)dt + 4 (f (x)) 4 ( t K(t)dt), 这里 0, 所以只有主项 如果我们为了让在 x 处核估计的 MSE 最小, 优化上面的 MSE 即可 但是一般的这里我们考虑的是一个密度函数的估计, 所以不能仅仅从某一点 x 来判断 的选取 为此, 我们引入 Mean Integrated Square Error (MISE): MISE = E ( ˆf (x) f(x)) dx [ f(x) K (t)dt + n 4 (f (x)) 4 ( t K(t)dt) ]dx K (t)dt + 4 (f (x)) dx( t K(t)dt). n 4 最小化 MISE, 我们得到最优窗宽 ( 实际上是渐近最优窗宽 ) opt = arg min MISE = n /5 ( (f (x)) dx) /5 ( K (t)dt) /5 ( t K(t)dt) /5. (3) 记 g = g (x)dx, µ (K) = t K(t)dt, (4) 7

8 最优窗宽为 : K opt = ( nµ (K) f ) /5 (5) 此时最小的 MISE 为 : MISE opt = 5 K 4 n ( K nµ (K) f ) /5 = 5 4 ( K n )4/5 (µ (K) f ) /5. (6) 4 最优核 Optimal Kernel function 这一节我们比较核函数对于核估计的影响 从最优 MISE 的结果, 我们发现 : MISE opt = 5 K 4 T ( K T µ (K) f ) /5 所以最好的核函数应该是 : K opt arg min( K ) (µ (K)) = ( = 5 4 ( K T )4/5 (µ (K) f ) /5. (7) K (µ)dµ) ( µ K(µ)dµ) := β(k). (8) In addition, K opt sould satisfy K(µ)dµ =, µk(µ)dµ = 0. (9) Note te fact β(k(x)) = β( K(x )). (30) Terefore, if K opt ( ) is an optimal kernel, K( ) is also an optimal kernel. 所以我们只需要最小化 K (t)dt, K(t) 需要满足条件 K(t)dt =, tk(t)dt = 0, t K(t)dt =. (3) 记 Epanecnikov 核 K 0 (t) = 3 4 ( t )I( t ); (3) 8

9 我们考虑函数 δ(t) = K(t) K 0 (t), 我们有 t m δ(t)dt = 0, m = 0,,. 所以 ( t )δ(t)dt = 0. 现在考虑 : 4 3 δ(t)k 0 (t)dt = δ(t)( t )dt t = t > δ(t)( t )dt = K(t)(t )dt 0. 所以 K(t) dt = K0(t)dt + δ(t)k 0 (t)dt + δ (t)dt K 0(t)dt. 因此 Epanecnikov 核为最优核, 或者更一般的, 最优核函数为 : 5 窗宽的经验选取 对于正态核函数 : 对于 Epanecnikov 核 : K opt (t) = 3 4α ( t /α )I( t α); (33) opt.06ˆσn /5. opt.34ˆσn /5. 这里的样本协方差是从的是方差 (f (x)) dx 项得到的, 对于正态分布, 两次导数得到 9

Stochastic Processes (XI) Hanjun Zhang School of Mathematics and Computational Science, Xiangtan University 508 YiFu Lou talk 06/

Stochastic Processes (XI) Hanjun Zhang School of Mathematics and Computational Science, Xiangtan University 508 YiFu Lou talk 06/ Stochastic Processes (XI) Hanjun Zhang School of Mathematics and Computational Science, Xiangtan University hjzhang001@gmail.com 508 YiFu Lou talk 06/04/2010 - Page 1 Outline 508 YiFu Lou talk 06/04/2010

More information

《分析化学辞典》_数据处理条目_1.DOC

《分析化学辞典》_数据处理条目_1.DOC 3 4 5 6 7 χ χ m.303 B = f log f log C = m f = = m = f m C = + 3( m ) f = f f = m = f f = n n m B χ α χ α,( m ) H µ σ H 0 µ = µ H σ = 0 σ H µ µ H σ σ α H0 H α 0 H0 H0 H H 0 H 0 8 = σ σ σ = ( n ) σ n σ /

More information

:

: : : 4.1....................... 1 4.1.1............... 1 4.2........... 10 4.2.1............... 10 4.2.2..... 14 4.2.3................ 18 4.2.4................ 24 4.3...................... 26 4.3.1..............

More information

ⅠⅡⅢ Ⅳ

ⅠⅡⅢ Ⅳ ⅠⅡⅢ Ⅳ ! "!"#$%&!!! !"#$%& ()*+,!"" *! " !! " #$%& ( Δ !"#$%& ()*+,!"" * !! " #$%& ( !"#$%& ()*+,!"" * !! " #$%& ( !"#$%& ()*+,!"" * !! " #$%& (! # !"#$%& ()*+,!"" * !! " #$%& ( 1 1 !"#$%& ()*+,!"" *

More information

➀ ➁ ➂ ➃ ➄ ➅ ➆ ➇ ➈ ➉ Lecture on Stochastic Processes (by Lijun Bo) 2

➀ ➁ ➂ ➃ ➄ ➅ ➆ ➇ ➈ ➉ Lecture on Stochastic Processes (by Lijun Bo) 2 Stochastic Processes stoprocess@yahoo.com.cn 111111 ➀ ➁ ➂ ➃ ➄ ➅ ➆ ➇ ➈ ➉ Lecture on Stochastic Processes (by Lijun Bo) 2 : Stochastic Processes? (Ω, F, P), I t I, X t (Ω, F, P), X = {X t, t I}, X t (ω)

More information

% %! # % & ( ) % # + # # % # # & & % ( #,. %

% %! # % & ( ) % # + # # % # # & & % ( #,. % !!! # #! # % & % %! # % & ( ) % # + # # % # # & & % ( #,. % , ( /0 ) %, + ( 1 ( 2 ) + %, ( 3, ( 123 % & # %, &% % #, % ( ) + & &% & ( & 4 ( & # 4 % #, #, ( ) + % 4 % & &, & & # / / % %, &% ! # #! # # #

More information

%% &% %% %% %% % () (! #! %!!!!!!!%! # %& ( % & ) +, # (.. /,) %& 0

%% &% %% %% %% % () (! #! %!!!!!!!%! # %& ( % & ) +, # (.. /,) %& 0 !! # # %% &% %% %% %% % () (! #! %!!!!!!!%! # %& ( % & ) +, # (.. /,) %& 0 +! (%& / 1! 2 %& % & 0/ / %& + (.%.%, %& % %& )& % %& ) 3, &, 5, % &. ) 4 4 4 %& / , %& ).. % # 6 /0 % &. & %& ) % %& 0.!!! %&

More information

! + +, ) % %.!&!, /! 0! 0 # ( ( # (,, # ( % 1 2 ) (, ( 4! 0 & 2 /, # # ( &

! + +, ) % %.!&!, /! 0! 0 # ( ( # (,, # ( % 1 2 ) (, ( 4! 0 & 2 /, # # ( & ! # %! &! #!! %! %! & %! &! & ( %! & #! & )! & & + ) +!!, + ! + +, ) % %.!&!, /! 0! 0 # ( ( # (,, # ( % 1 2 ) (, 3 0 1 ( 4! 0 & 2 /, # # ( 1 5 2 1 & % # # ( #! 0 ) + 4 +, 0 #,!, + 0 2 ), +! 0! 4, +! (!

More information

: Previous Next First Last Back Forward 1

: Previous Next First Last Back Forward 1 7-3: : 7.3.................. 1 7.3.1.............. 2 7.3.2..... 8 7.3.3.............. 12 Previous Next First Last Back Forward 1 7.3,, (X 1,, X n )., H 0 : X F Karl Pearson χ 2. : F ˆF n, D( ˆF n, F ),

More information

& & ) ( +( #, # &,! # +., ) # % # # % ( #

& & ) ( +( #, # &,! # +., ) # % # # % ( # ! # % & # (! & & ) ( +( #, # &,! # +., ) # % # # % ( # Ι! # % & ( ) & % / 0 ( # ( 1 2 & 3 # ) 123 #, # #!. + 4 5 6, 7 8 9 : 5 ; < = >?? Α Β Χ Δ : 5 > Ε Φ > Γ > Α Β #! Η % # (, # # #, & # % % %+ ( Ι # %

More information

.., + +, +, +, +, +, +,! # # % ( % ( / 0!% ( %! %! % # (!) %!%! # (!!# % ) # (!! # )! % +,! ) ) &.. 1. # % 1 ) 2 % 2 1 #% %! ( & # +! %, %. #( # ( 1 (

.., + +, +, +, +, +, +,! # # % ( % ( / 0!% ( %! %! % # (!) %!%! # (!!# % ) # (!! # )! % +,! ) ) &.. 1. # % 1 ) 2 % 2 1 #% %! ( & # +! %, %. #( # ( 1 ( ! # %! % &! # %#!! #! %!% &! # (!! # )! %!! ) &!! +!( ), ( .., + +, +, +, +, +, +,! # # % ( % ( / 0!% ( %! %! % # (!) %!%! # (!!# % ) # (!! # )! % +,! ) ) &.. 1. # % 1 ) 2 % 2 1 #% %! ( & # +! %, %. #(

More information

# % & ) ) & + %,!# & + #. / / & ) 0 / 1! 2

# % & ) ) & + %,!# & + #. / / & ) 0 / 1! 2 !!! #! # % & ) ) & + %,!# & + #. / / & ) 0 / 1! 2 % ) 1 1 3 1 4 5 % #! 2! 1,!!! /+, +!& 2! 2! / # / 6 2 6 3 1 2 4 # / &!/ % ). 1!!! &! & 7 2 7! 7 6 7 3 & 1 2 % # ) / / 8 2 6,!!! /+, +! & 2 9! 3 1!! % %

More information

& &((. ) ( & ) 6 0 &6,: & ) ; ; < 7 ; = = ;# > <# > 7 # 0 7#? Α <7 7 < = ; <

& &((. ) ( & ) 6 0 &6,: & ) ; ; < 7 ; = = ;# > <# > 7 # 0 7#? Α <7 7 < = ; < ! # %& ( )! & +, &. / 0 # # 1 1 2 # 3 4!. &5 (& ) 6 0 0 2! +! +( &) 6 0 7 & 6 8. 9 6 &((. ) 6 4. 6 + ( & ) 6 0 &6,: & )6 0 3 7 ; ; < 7 ; = = ;# > 7 # 0 7#? Α

More information

# # # #!! % &! # % 6 & () ) &+ & ( & +, () + 0. / & / &1 / &1, & ( ( & +. 4 / &1 5,

# # # #!! % &! # % 6 & () ) &+ & ( & +, () + 0. / & / &1 / &1, & ( ( & +. 4 / &1 5, # # # #!! % &! # % 6 & () ) &+ & ( & +, () + 0. / & / &1 / &1, & ( 0 2 3 ( & +. 4 / &1 5, !! & 6 7! 6! &1 + 51, (,1 ( 5& (5( (5 & &1 8. +5 &1 +,,( ! (! 6 9/: ;/:! % 7 3 &1 + ( & &, ( && ( )

More information

!! # % & ( )!!! # + %!!! &!!, # ( + #. ) % )/ # & /.

!! # % & ( )!!! # + %!!! &!!, # ( + #. ) % )/ # & /. ! # !! # % & ( )!!! # + %!!! &!!, # ( + #. ) % )/ # & /. #! % & & ( ) # (!! /! / + ) & %,/ #! )!! / & # 0 %#,,. /! &! /!! ) 0+(,, # & % ) 1 # & /. / & %! # # #! & & # # #. ).! & #. #,!! 2 34 56 7 86 9

More information

! # % & # % & ( ) % % %# # %+ %% % & + %, ( % % &, & #!.,/, % &, ) ) ( % %/ ) %# / + & + (! ) &, & % & ( ) % % (% 2 & % ( & 3 % /, 4 ) %+ %( %!

! # % & # % & ( ) % % %# # %+ %% % & + %, ( % % &, & #!.,/, % &, ) ) ( % %/ ) %# / + & + (! ) &, & % & ( ) % % (% 2 & % ( & 3 % /, 4 ) %+ %( %! ! # # % & ( ) ! # % & # % & ( ) % % %# # %+ %% % & + %, ( % % &, & #!.,/, % &, ) ) ( % %/ ) 0 + 1 %# / + & + (! ) &, & % & ( ) % % (% 2 & % ( & 3 % /, 4 ) %+ %( %! # ( & & 5)6 %+ % ( % %/ ) ( % & + %/

More information

微积分 授课讲义

微积分 授课讲义 2018 10 aiwanjun@sjtu.edu.cn 1201 / 18:00-20:20 213 14:00-17:00 I II Taylor : , n R n : x = (x 1, x 2,..., x n ) R; x, x y ; δ( ) ; ; ; ; ; ( ) ; ( / ) ; ; Ů(P 1,δ) P 1 U(P 0,δ) P 0 Ω P 1: 1.1 ( ). Ω

More information

4= 8 4 < 4 ϑ = 4 ϑ ; 4 4= = 8 : 4 < : 4 < Κ : 4 ϑ ; : = 4 4 : ;

4= 8 4 < 4 ϑ = 4 ϑ ; 4 4= = 8 : 4 < : 4 < Κ : 4 ϑ ; : = 4 4 : ; ! #! % & ( ) +!, + +!. / 0 /, 2 ) 3 4 5 6 7 8 8 8 9 : 9 ;< 9 = = = 4 ) > (/?08 4 ; ; 8 Β Χ 2 ΔΔ2 4 4 8 4 8 4 8 Ε Φ Α, 3Γ Η Ι 4 ϑ 8 4 ϑ 8 4 8 4 < 8 4 5 8 4 4

More information

458 (25),. [1 4], [5, 6].,, ( ).,,, ;,,,. Xie Li (28),,. [9] HJB,,,, Legendre [7, 8],.,. 2. ( ), x = x x = x x x2 n x = (x 1, x 2,..., x

458 (25),. [1 4], [5, 6].,, ( ).,,, ;,,,. Xie Li (28),,. [9] HJB,,,, Legendre [7, 8],.,. 2. ( ), x = x x = x x x2 n x = (x 1, x 2,..., x 212 1 Chinese Journal of Applied Probability and Statistics Vol.28 No.5 Oct. 212 (,, 3387;,, 372) (,, 372)., HJB,. HJB, Legendre.,. :,,, Legendre,,,. : F83.48, O211.6. 1.,.,,. 199, Sharpe Tint (199),.,

More information

) & ( +,! (# ) +. + / & 6!!!.! (!,! (! & 7 6!. 8 / ! (! & 0 6! (9 & 2 7 6!! 3 : ; 5 7 6! ) % (. ()

) & ( +,! (# ) +. + / & 6!!!.! (!,! (! & 7 6!. 8 / ! (! & 0 6! (9 & 2 7 6!! 3 : ; 5 7 6! ) % (. () ! # % & & &! # % &! ( &! # )! ) & ( +,! (# ) +. + / 0 1 2 3 4 4 5 & 6!!!.! (!,! (! & 7 6!. 8 / 6 7 6 8! (! & 0 6! (9 & 2 7 6!! 3 : ; 5 7 6! ) % (. () , 4 / 7!# + 6 7 1 1 1 0 7!.. 6 1 1 2 1 3

More information

Ζ # % & ( ) % + & ) / 0 0 1 0 2 3 ( ( # 4 & 5 & 4 2 2 ( 1 ) ). / 6 # ( 2 78 9 % + : ; ( ; < = % > ) / 4 % 1 & % 1 ) 8 (? Α >? Β? Χ Β Δ Ε ;> Φ Β >? = Β Χ? Α Γ Η 0 Γ > 0 0 Γ 0 Β Β Χ 5 Ι ϑ 0 Γ 1 ) & Ε 0 Α

More information

koji-13.dvi

koji-13.dvi 26 13 1, 2, 3, 4, 5, 6, 7 1 18 1. xy D D = {(x, y) y 2 x 4 y 2,y } x + y2 dxdy D 2 y O 4 x 2. xyz D D = {(x, y, z) x 1, y x 2, z 1, y+ z x} D 3. [, 1] [, 1] (, ) 2 f (1)

More information

! # %& ( %! & & + %!, ( Α Α Α Α Χ Χ Α Χ Α Α Χ Α Α Α Α

! # %& ( %! & & + %!, ( Α Α Α Α Χ Χ Α Χ Α Α Χ Α Α Α Α Ε! # % & ( )%! & & + %!, (./ 0 1 & & 2. 3 &. 4/. %! / (! %2 % ( 5 4 5 ) 2! 6 2! 2 2. / & 7 2! % &. 3.! & (. 2 & & / 8 2. ( % 2 & 2.! 9. %./ 5 : ; 5. % & %2 2 & % 2!! /. . %! & % &? & 5 6!% 2.

More information

Vol. 15 No. 1 JOURNAL OF HARBIN UNIVERSITY OF SCIENCE AND TECHNOLOGY Feb O21 A

Vol. 15 No. 1 JOURNAL OF HARBIN UNIVERSITY OF SCIENCE AND TECHNOLOGY Feb O21 A 5 200 2 Vol 5 No JOURNAL OF HARBIN UNIVERSITY OF SCIENCE AND TECHNOLOGY Feb 200 2 2 50080 2 30024 O2 A 007-2683 200 0-0087- 05 A Goodness-of-fit Test Based on Empirical Likelihood and Application ZHOU

More information

! /. /. /> /. / Ε Χ /. 2 5 /. /. / /. 5 / Φ0 5 7 Γ Η Ε 9 5 /

! /. /. /> /. / Ε Χ /. 2 5 /. /. / /. 5 / Φ0 5 7 Γ Η Ε 9 5 / ! # %& ( %) & +, + % ) # % % ). / 0 /. /10 2 /3. /!. 4 5 /6. /. 7!8! 9 / 5 : 6 8 : 7 ; < 5 7 9 1. 5 /3 5 7 9 7! 4 5 5 /! 7 = /6 5 / 0 5 /. 7 : 6 8 : 9 5 / >? 0 /.? 0 /1> 30 /!0 7 3 Α 9 / 5 7 9 /. 7 Β Χ9

More information

Lecture #4: Several notes 1. Recommend this book, see Chap and 3 for the basics about Matlab. [1] S. C. Chapra, Applied Numerical Methods with MATLAB

Lecture #4: Several notes 1. Recommend this book, see Chap and 3 for the basics about Matlab. [1] S. C. Chapra, Applied Numerical Methods with MATLAB Chapter Lecture #4: Several notes 1. Recommend this book, see Chap and 3 for the basics about Matlab. [1] S. C. Chapra, Applied Numerical Methods with MATLAB for Engineers and Scientists. New York: McGraw-Hill,

More information

4 # = # 4 Γ = 4 0 = 4 = 4 = Η, 6 3 Ι ; 9 Β Δ : 8 9 Χ Χ ϑ 6 Κ Δ ) Χ 8 Λ 6 ;3 Ι 6 Χ Δ : Χ 9 Χ Χ ϑ 6 Κ

4 # = # 4 Γ = 4 0 = 4 = 4 = Η, 6 3 Ι ; 9 Β Δ : 8 9 Χ Χ ϑ 6 Κ Δ ) Χ 8 Λ 6 ;3 Ι 6 Χ Δ : Χ 9 Χ Χ ϑ 6 Κ ! # % & & ( ) +, %. % / 0 / 2 3! # 4 ) 567 68 5 9 9 : ; > >? 3 6 7 : 9 9 7 4! Α = 42 6Β 3 Χ = 42 3 6 3 3 = 42 : 0 3 3 = 42 Δ 3 Β : 0 3 Χ 3 = 42 Χ Β Χ 6 9 = 4 =, ( 9 6 9 75 3 6 7 +. / 9

More information

! # % & ( & # ) +& & # ). / 0 ) + 1 0 2 & 4 56 7 8 5 0 9 7 # & : 6/ # ; 4 6 # # ; < 8 / # 7 & & = # < > 6 +? # Α # + + Β # Χ Χ Χ > Δ / < Ε + & 6 ; > > 6 & > < > # < & 6 & + : & = & < > 6+?. = & & ) & >&

More information

,.2018, 38,.1 :1, 220 ( ) 140, ;2,,,;3,,,, >180 ( ) >120,,, [10] :,,,,,,,, ( ), [6,11],,,,,, ( ), ( Ⅱ ),,, ( -6),,,,, -,, [2],, [12],, (

,.2018, 38,.1 :1, 220 ( ) 140, ;2,,,;3,,,, >180 ( ) >120,,, [10] :,,,,,,,, ( ), [6,11],,,,,, ( ), ( Ⅱ ),,, ( -6),,,,, -,, [2],, [12],, ( 2018 1 38 1,.2018, 38,.1 1 (2017 ),, :,, -:_@.;,, -:@.. ;,, -:@.;,, - :5588@126. [] ; ; ; :10.3969 /..1002-1949.2018.01.001 ( - ), ( ) ( ),,,, 25.2%, 2.7 [1],1% ~2% [2],, 6.9%, 90 11% 37%, 1 /4 [3] 12

More information

μ μ - - β- - μ

μ μ - - β- - μ SUA41 - β- - - - - - - -- - - - - - - - - - - - - - - - - - - - - - - - μ μ - - β- - μ μ - β- β- β- - - - - - - - - - - - - - - - - - - μ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

WL100014ZW.PDF

WL100014ZW.PDF A Z 1 238 H U 1 92 1 2 3 1 1 1 H H H 235 238 92 U 92 U 1.1 2 1 H 3 1 H 3 2 He 4 2 He 6 3 Hi 7 3 Hi 9 4 Be 10 5 B 2 1.113MeV H 1 4 2 He B/ A =7.075MeV 4 He 238 94 Pu U + +5.6MeV 234 92 2 235 U + 200MeV

More information

untitled

untitled 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 () 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 ³ 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69

More information

untitled

untitled 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 ³ ³ ³ 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 ³ 42 43 44 ³ 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67

More information

untitled

untitled 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 ³ 29 30 31 32 33 34 35 36 37 38 39 40 ³ ³ ³ 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68

More information

王 晓 焰 社 会 性 别 理 论 与 世 纪 英 国 妇 女 的 社 会 地 位 代 对 终 身 产 生 影 响 二 是 称 为 结 构 性 别 的 社 会 性 别 它 用 以 表 示 两 性 关 系 分 野 下 的 社 会 结 构 即 作 为 社 会 的 组 织 和 结 构 中 体 现 出 的

王 晓 焰 社 会 性 别 理 论 与 世 纪 英 国 妇 女 的 社 会 地 位 代 对 终 身 产 生 影 响 二 是 称 为 结 构 性 别 的 社 会 性 别 它 用 以 表 示 两 性 关 系 分 野 下 的 社 会 结 构 即 作 为 社 会 的 组 织 和 结 构 中 体 现 出 的 第 卷 第 期 四 川 师 范 大 学 学 报 社 会 科 学 版 年 月 社 会 性 别 理 论 与 世 纪 英 国 妇 女 的 社 会 地 位 四 川 大 学 历 史 文 化 学 院 四 川 成 都 依 据 女 性 主 义 关 于 社 会 性 别 的 理 论 西 方 学 者 突 破 超 越 旧 有 的 研 究 范 式 围 绕 着 英 国 工 业 化 进 程 的 多 样 性 和 劳 动 按 性 别

More information

untitled

untitled 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 200526 200529 0 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 () 52 53 54 55 56 57 58 59 ³ ³ ³ 60 61 62

More information

untitled

untitled 300 (ADF) (VEM) 300 2006 9 5 A50 2006 9 8 CFFEX 10 30 300 300 2007 1 19 6 3 300 300 Kawaller Koch(1987) S&P 500 S&P 500 20~45 1 Stoll Whaley(1990) ARMA 2 3 S&P 500 MMI S&P 500 MMI 5 Abhyankar(1995) FTSE

More information

1. 头 前 正 面 歌 1.1. 头 督 唇 任 五 中 行, 傍 足 太 颧 手 阳, 侧 上 足 少 绕 耳 手, 鼻 傍 手 明 唇 足 方 注 头 之 正 面 分 五 行 ( 音 杭 ), 其 中 行 上 嘴 唇 以 上, 属 督 脉 ; 下 嘴 唇 以 下, 属 任 脉, 此 为 中 行

1. 头 前 正 面 歌 1.1. 头 督 唇 任 五 中 行, 傍 足 太 颧 手 阳, 侧 上 足 少 绕 耳 手, 鼻 傍 手 明 唇 足 方 注 头 之 正 面 分 五 行 ( 音 杭 ), 其 中 行 上 嘴 唇 以 上, 属 督 脉 ; 下 嘴 唇 以 下, 属 任 脉, 此 为 中 行 1. 十 二 经 循 行 部 位 歌 1.1. 手 之 三 阳 手 外 头, 手 之 三 阴 胸 内 手, 足 之 三 阳 头 外 足, 足 之 三 阴 足 内 走 注 手 之 三 阳 手 外 头 者, 谓 手 阳 明 大 肠 经, 从 手 次 指 内 侧 之 端, 上 行 手 臂 外 之 上 行 ( 音 杭 ), 至 头 鼻 孔 两 旁 也 ; 手 少 阳 三 焦 经, 从 手 四 指 外 侧 之

More information

醫學入門 卷首 明 李橚 雄例 一因病陟醫 苦無統要入門 叔和 脈訣 東垣 藥性 編注病機 醫方捷徑 醫學權輿 非不善也 然皆各臩戏帘 有所不便 傷寒論 活人書 百問歌 非不美也 然非幼讀不能戏誦 醫經國小 法全辭略 真可以入門也 而 局方 又有所朩備 且意太簡古 學人亥難了悟 是以尐瘥 將前敷書吅

醫學入門 卷首 明 李橚 雄例 一因病陟醫 苦無統要入門 叔和 脈訣 東垣 藥性 編注病機 醫方捷徑 醫學權輿 非不善也 然皆各臩戏帘 有所不便 傷寒論 活人書 百問歌 非不美也 然非幼讀不能戏誦 醫經國小 法全辭略 真可以入門也 而 局方 又有所朩備 且意太簡古 學人亥難了悟 是以尐瘥 將前敷書吅 醫學入門 (明 李橚) 序 ページ 卷一 30 經絡 30 臟腏 45 觀形察艱問証 58 診脈 60 針灸 84 卷二 102 末草引 102 卷三 195 傷寒序 195 外感 196 內傷 250 卷四 257 卷亓 313 婦人門 314 小兒門 327 外科 358 卷六 雜病 378 卷七 435 1 醫學入門 卷首 明 李橚 雄例 一因病陟醫 苦無統要入門 叔和 脈訣 東垣 藥性 編注病機

More information

110 50 24 3160 51 2 2 30 10 40 18 5 42 15 7 3 5 1 7 58850 28842 8945 16274 848 2775 1957 82 1958 1959 10 1962 1957 32 9 52 7 37 2 1954 1959 6200 2100 1800 90 2210 2 1960 13 1954 1958 1956 20 1954 60 1977

More information

M ( ) K F ( ) A M ( ) 1815 (probable error) F W ( ) J ( ) n! M ( ) T ( ) L ( ) T (171

M ( ) K F ( ) A M ( ) 1815 (probable error) F W ( ) J ( ) n! M ( ) T ( ) L ( ) T (171 1 [ ]H L E B ( ) statistics state G (150l--1576) G (1564 1642) 16 17 ( ) C B (1623 1662) P (1601--16S5) O W (1646 1716) (1654 1705) (1667--1748) (1687--H59) (1700 1782) J (1620 1674) W (1623 1687) E (1656

More information

: ; # 7 ( 8 7

: ; # 7 ( 8 7 (! # % & ( ) +,. / +. 0 0 ) 1. 2 3 +4 1/,5,6 )/ ) 7 7 8 9 : ; 7 8 7 # 7 ( 8 7 ; ;! #! % & % ( # ) % + # # #, # % + &! #!. #! # # / 0 ( / / 0! #,. # 0(! #,. # 0!. # 0 0 7 7 < = # ; & % ) (, ) ) ) ) ) )!

More information

!!! #! )! ( %!! #!%! % + % & & ( )) % & & #! & )! ( %! ),,, )

!!! #! )! ( %!! #!%! % + % & & ( )) % & & #! & )! ( %! ),,, ) ! # % & # % ( ) & + + !!! #! )! ( %!! #!%! % + % & & ( )) % & & #! & )! ( %! ),,, ) 6 # / 0 1 + ) ( + 3 0 ( 1 1( ) ) ( 0 ) 4 ( ) 1 1 0 ( ( ) 1 / ) ( 1 ( 0 ) ) + ( ( 0 ) 0 0 ( / / ) ( ( ) ( 5 ( 0 + 0 +

More information

➀ ➁ ➂ ➃ Lecture on Stochastic Processes (by Lijun Bo) 2

➀ ➁ ➂ ➃ Lecture on Stochastic Processes (by Lijun Bo) 2 Stochastic Processes stoprocess@yahoo.com.cn 111111 ➀ ➁ ➂ ➃ Lecture on Stochastic Processes (by Lijun Bo) 2 (Stationary Processes) X = {X t ; t I}, n 1 t 1,..., t n I, n F n (t 1,..., t n ; x 1,..., x

More information

untitled

untitled arctan lim ln +. 6 ( + ). arctan arctan + ln 6 lim lim lim y y ( ln ) lim 6 6 ( + ) y + y dy. d y yd + dy ln d + dy y ln d d dy, dy ln d, y + y y dy dy ln y+ + d d y y ln ( + ) + dy d dy ln d dy + d 7.

More information

m0 m = v2 1 c 2 F G m m 1 2 = 2 r m L T = 2 π ( m g 4 ) m m = 1 F AC F BC r F r F l r = sin sinl l F = h d G + S 2 = t v h = t 2 l = v 2 t t h = v = at v = gt t 1 l 1 a t g = t sin α 1 1 a = gsinα

More information

56,,,,, :,, 1953,, 1953,1953,,1953,,,,,,,,, () ,30118, 34, ;,4912 %,5614 %, 1,1953, 1119, ,, , , 1111 (

56,,,,, :,, 1953,, 1953,1953,,1953,,,,,,,,, () ,30118, 34, ;,4912 %,5614 %, 1,1953, 1119, ,, , , 1111 ( 2003 1 1812 ( 200433) :,,,,,, :1812 19 :, ;,,20, 1887 ;,1822 1887,,,1812 ( ) 9 :, ;,,;,,,,9,,,,,, :,1991,232 301 ::, :,1988 92 56,,,,, :,, 1953,, 1953,1953,,1953,,,,,,,,, () 1953 1 9518,30118, 34, 13313

More information

投影片 1

投影片 1 Coherence ( ) Temporal Coherence Michelson Interferometer Spatial Coherence Young s Interference Spatiotemporal Coherence 參 料 [1] Eugene Hecht, Optics, Addison Wesley Co., New York 2001 [2] W. Lauterborn,

More information

G(z 0 + "z) = G(z 0 ) + "z dg(z) dz z! # d" λ "G = G(z 0 ) + #cos dg(z) ( & dz ) * nv #., - d+ - - r 2 sin cosds e / r # ddr 4.r 2 #cos! "G = G(z 0 )

G(z 0 + z) = G(z 0 ) + z dg(z) dz z! # d λ G = G(z 0 ) + #cos dg(z) ( & dz ) * nv #., - d+ - - r 2 sin cosds e / r # ddr 4.r 2 #cos! G = G(z 0 ) 2005.7.21 KEK G(z 0 + "z) = G(z 0 ) + "z dg(z) dz z! # d" λ "G = G(z 0 ) + #cos dg(z) ( & dz ) * nv #., - d+ - - r 2 sin cosds e / r # ddr 4.r 2 #cos! "G = G(z 0 ) + #cos dg(z) ( & dz ) * nv 2+ + ds -

More information

Microsoft Word - ch05note_1210.doc

Microsoft Word - ch05note_1210.doc Section 5. Antiderivatives and indefinite integrals 反 導 函 數 與 不 定 積 分 上 一 章 我 們 已 經 學 過 微 分 以 及 它 的 應 用 現 在 我 們 考 慮 反 向 的 過 程, 稱 為 積 分 (antidifferentiation), 給 定 一 個 導 函 數, 找 出 它 原 始 的 函 數 積 分 也 有 許 多

More information

Ρ Τ Π Υ 8 ). /0+ 1, 234) ς Ω! Ω! # Ω Ξ %& Π 8 Δ, + 8 ),. Ψ4) (. / 0+ 1, > + 1, / : ( 2 : / < Α : / %& %& Ζ Θ Π Π 4 Π Τ > [ [ Ζ ] ] %& Τ Τ Ζ Ζ Π

Ρ Τ Π Υ 8 ). /0+ 1, 234) ς Ω! Ω! # Ω Ξ %& Π 8 Δ, + 8 ),. Ψ4) (. / 0+ 1, > + 1, / : ( 2 : / < Α : / %& %& Ζ Θ Π Π 4 Π Τ > [ [ Ζ ] ] %& Τ Τ Ζ Ζ Π ! # % & ( ) + (,. /0 +1, 234) % 5 / 0 6/ 7 7 & % 8 9 : / ; 34 : + 3. & < / = : / 0 5 /: = + % >+ ( 4 : 0, 7 : 0,? & % 5. / 0:? : / : 43 : 2 : Α : / 6 3 : ; Β?? : Α 0+ 1,4. Α? + & % ; 4 ( :. Α 6 4 : & %

More information

%! # # % % & # ( ) ( +, & +, +, & +, & +, +, &!

%! # # % % & # ( ) ( +, & +, +, & +, & +, +, &! %! # # % % & # ( ) ( +, & +, +, & +, & +, +, &! & &./ 0 # #1 # 2! +, 3 4 4 +,!!!! 4 4 4 4 4 56 7 89 #! 4! 4 4! 4 4! 14 #: 2 4! +,! +, 14 4 ; < = ( 4 < = +14 # : 1 1 4 # : : 3 # (4,! / +, +, +, > +,? 3

More information

第9章 排队论

第9章  排队论 9, 9. 9.. Nt () [, t] t Nt () { Nt ( ) t [, T]} t< t< t< t + N ( ( t+ ) i+ N( t) i, N( t) i,, N( t) i N + + N ( ( t ) i ( t ) i ) (9-) { Nt ( ) t [, T)} 9- t t + t, t,, t t t { Nt ( ) t [, T] } t< t,,

More information

# ( + + # + # 6 +,! + # +! +, + # ( + ) ( + ( + ) + 7! + # + /8 + ) ( +! + #. + ( +, +! + # + # + + ( ! ( + ) ( + ) +, + ( + 9% +! +, + ( +

# ( + + # + # 6 +,! + # +! +, + # ( + ) ( + ( + ) + 7! + # + /8 + ) ( +! + #. + ( +, +! + # + # + + ( ! ( + ) ( + ) +, + ( + 9% +! +, + ( + ! ## % & (! ) # (! + ) (, ( + ) ( +! ( + + # + #! + ( + + ( + ) ( + + ( + # + ) +! ( + ( + # +! ( + ) + # ( + ) + # +! ( +. + / 0. + ( + # + # + +, + ) + + ) + 1!, ( 2 1 # 3 )! # ( 4 5 #3 (! # ( 4 # #

More information

統計課程目錄95

統計課程目錄95 統 計 課 程 10.0.1 起 統 計 學 上 課 講 義 : 上 課 內 容 老 師 自 訂 講 義 參 考 書 籍 : 統 計 學 3 版 劉 明 德 著 全 華 出 版 實 用 統 計 學 ( 第 二 版 ) 東 華 書 局 林 真 真 著 上 課 內 容 : 基 本 統 計 理 論 概 念, 由 老 師 授 課 學 生 需 配 合 練 習 成 績 計 算 : 平 時 ( 含 出 席 尚 可

More information

! # %! #! #! # % + &, % % ) %. /! # 0 1

! # %! #! #! # % + &, % % ) %. /! # 0 1 ! # %! #! #! # % + &, % % ) %. /! # 0 1 2 32 % 4! #! # 4 4 2 32 4 4! # 2 32 ! # % 2 5 2 32 % % 6 2 7 8 %! 6 # %3 3 9 % /, 9 % 2 % % 3 #7 9 % 2 8 7 2 % 3 7 7 7 8 7 7 7 7 3 9 8 8 % 3! # 7 12 1191 1 ; % %

More information

!! )!!! +,./ 0 1 +, 2 3 4, # 8,2 6, 2 6,,2 6, 2 6 3,2 6 5, 2 6 3, 2 6 9!, , 2 6 9, 2 3 9, 2 6 9,

!! )!!! +,./ 0 1 +, 2 3 4, # 8,2 6, 2 6,,2 6, 2 6 3,2 6 5, 2 6 3, 2 6 9!, , 2 6 9, 2 3 9, 2 6 9, ! # !! )!!! +,./ 0 1 +, 2 3 4, 23 3 5 67 # 8,2 6, 2 6,,2 6, 2 6 3,2 6 5, 2 6 3, 2 6 9!, 2 6 65, 2 6 9, 2 3 9, 2 6 9, 2 6 3 5 , 2 6 2, 2 6, 2 6 2, 2 6!!!, 2, 4 # : :, 2 6.! # ; /< = > /?, 2 3! 9 ! #!,!!#.,

More information

&! +! # ## % & #( ) % % % () ) ( %

&! +! # ## % & #( ) % % % () ) ( % &! +! # ## % & #( ) % % % () ) ( % &! +! # ## % & #( ) % % % () ) ( % ,. /, / 0 0 1,! # % & ( ) + /, 2 3 4 5 6 7 8 6 6 9 : / ;. ; % % % % %. ) >? > /,,

More information

投影片 1

投影片 1 淡 江 大 學 國 際 事 務 與 戰 略 研 究 所 碩 士 班 碩 士 論 文 國 民 政 府 陸 軍 變 革 與 德 國 顧 問 (1928~1938) 研 究 生 : 張 友 銘 中 華 民 國 98 年 12 月 18 日 德 國 軍 事 顧 問 團 的 來 華 國 民 政 府 的 選 擇 1. 外 交 上 有 利 : 與 我 地 位 平 等, 不 會 構 成 威 脅 2. 軍 事 上 有

More information

untitled

untitled 2012 () 2012.9.30 2011.12.31 (%) 22,261,769,798.31 18,010,760,705.24 23.603% 2,311,168,220.41 2,154,658,097.95 7.264% 1,278,812,292.00 1,278,812,292.00 0% / 1.81 1.68 7.738% 2012 7-9 % 2012 1-9 % 718,610,871.02-27.23%

More information

. () ; () ; (3) ; (4).. () : P.4 3.4; P. A (3). () : P. A (5)(6); B. (3) : P.33 A (9),. (4) : P. B 5, 7(). (5) : P.8 3.3; P ; P.89 A 7. (6) : P.

. () ; () ; (3) ; (4).. () : P.4 3.4; P. A (3). () : P. A (5)(6); B. (3) : P.33 A (9),. (4) : P. B 5, 7(). (5) : P.8 3.3; P ; P.89 A 7. (6) : P. () * 3 6 6 3 9 4 3 5 8 6 : 3. () ; () ; (3) (); (4) ; ; (5) ; ; (6) ; (7) (); (8) (, ); (9) ; () ; * Email: huangzh@whu.edu.cn . () ; () ; (3) ; (4).. () : P.4 3.4; P. A (3). () : P. A (5)(6); B. (3) :

More information

untitled

untitled 995 + t lim( ) = te dt =. α α = lim[( + ) ] = e, α α α α = t t t t te dt = tde = te α α e dt = αe e, =, e α = αe α e α, α =. y z = yf, f( u) z + yz y =. z y y y y y y z = yf + y f = yf f, y y y y z y =

More information

Microsoft Word - 澎湖田調報告_璉謙組.doc

Microsoft Word - 澎湖田調報告_璉謙組.doc 越 籍 新 住 民 妊 娠 醫 療 照 護 : 訪 談 李 亞 梅 女 士 組 長 : 郭 璉 謙 成 大 中 文 所 博 二 組 員 : 阮 壽 德 成 大 中 文 所 博 一 黃 榆 惠 成 大 中 文 所 碩 一 許 愷 容 成 大 中 文 所 碩 一 何 珍 儀 成 大 中 文 所 碩 一 指 導 老 師 : 陳 益 源 教 授 前 言 2009 年 03 月 21 日, 下 午 2 時 30

More information

x y z.... X Y (cdf) F (x, y) = P (X x, Y y) (X, Y ) 3.1. (X, Y ) 3.2 P (x 1 < X x 2, y 1 < Y y 2 ) = F (x 2, y 2 ) F (x 2, y 1 ) F (x 1, y 2

x y z.... X Y (cdf) F (x, y) = P (X x, Y y) (X, Y ) 3.1. (X, Y ) 3.2 P (x 1 < X x 2, y 1 < Y y 2 ) = F (x 2, y 2 ) F (x 2, y 1 ) F (x 1, y 2 3 3.... xy z.... X Y (cdf) F (x, y) = P (X x, Y y) (X, Y ) 3.. (X, Y ) 3.2 P (x < X x 2, y < Y y 2 ) = F (x 2, y 2 ) F (x 2, y ) F (x, y 2 ) + F (x, y ) 3. F (a, b) 3.2 (x 2, y 2) (x, y 2) (x 2, y ) (x,

More information

untitled

untitled 6 20 90 BellCore Ethernet variable bit rate VBR fractal self-similarity 994 IEEE/ACM Transactions on Networking On the self-similarity nature of Ethernet traffic extended version LAN WAN CCSN/SS7 ISDN

More information

untitled

untitled Co-integration and VECM Yi-Nung Yang CYCU, Taiwan May, 2012 不 列 1 Learning objectives Integrated variables Co-integration Vector Error correction model (VECM) Engle-Granger 2-step co-integration test Johansen

More information

中国科学技术大学学位论文模板示例文档

中国科学技术大学学位论文模板示例文档 University of Science and Technology of China A dissertation for doctor s degree An Example of USTC Thesis Template for Bachelor, Master and Doctor Author: Zeping Li Speciality: Mathematics and Applied

More information

, ( 6 7 8! 9! (, 4 : : ; 0.<. = (>!? Α% ), Β 0< Χ 0< Χ 2 Δ Ε Φ( 7 Γ Β Δ Η7 (7 Ι + ) ϑ!, 4 0 / / 2 / / < 5 02

, ( 6 7 8! 9! (, 4 : : ; 0.<. = (>!? Α% ), Β 0< Χ 0< Χ 2 Δ Ε Φ( 7 Γ Β Δ Η7 (7 Ι + ) ϑ!, 4 0 / / 2 / / < 5 02 ! # % & ( ) +, ) %,! # % & ( ( ) +,. / / 01 23 01 4, 0/ / 5 0 , ( 6 7 8! 9! (, 4 : : ; 0.!? Α% ), Β 0< Χ 0< Χ 2 Δ Ε Φ( 7 Γ Β Δ 5 3 3 5 3 1 Η7 (7 Ι + ) ϑ!, 4 0 / / 2 / 3 0 0 / < 5 02 Ν!.! %) / 0

More information

实验室诊断专辑

实验室诊断专辑 ...1...2...4...5...8...10...12...13...14...15...56...57...58...66 1 2 3 4 5 β 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48

More information

Π Ρ! #! % & #! (! )! + %!!. / 0% # 0 2 3 3 4 7 8 9 Δ5?? 5 9? Κ :5 5 7 < 7 Δ 7 9 :5? / + 0 5 6 6 7 : ; 7 < = >? : Α8 5 > :9 Β 5 Χ : = 8 + ΑΔ? 9 Β Ε 9 = 9? : ; : Α 5 9 7 3 5 > 5 Δ > Β Χ < :? 3 9? 5 Χ 9 Β

More information

., /,, 0!, + & )!. + + (, &, & 1 & ) ) 2 2 ) 1! 2 2

., /,, 0!, + & )!. + + (, &, & 1 & ) ) 2 2 ) 1! 2 2 ! # &!! ) ( +, ., /,, 0!, + & )!. + + (, &, & 1 & ) ) 2 2 ) 1! 2 2 ! 2 2 & & 1 3! 3, 4 45!, 2! # 1 # ( &, 2 &, # 7 + 4 3 ) 8. 9 9 : ; 4 ), 1!! 4 4 &1 &,, 2! & 1 2 1! 1! 1 & 2, & 2 & < )4 )! /! 4 4 &! &,

More information

现代天文学7.ppt

现代天文学7.ppt 1983 1983 1 H 1 He 4 C 12 O 16 1 2 6 8 X A Z 2 19 α β γ F ( g) = Gmm' / d 2 F ( e) = qq' / d 2 F( e) / F( g) = 2.3 10 39 1919 α, 1930 α Be 3 4 6 6 4 4.0291 4.0015 0.0276 E=mc 2 4.12 10

More information

95

95 95 96 http://www.ee.ncnu.edu.tw/announce/board.php?action=view&seqno=410 or QR 5K // 0 K 5K 5K // K 5K ------ 94 93 92 91 ( ) ( ) ( ) A e ( ) d st D L[ f ( t)] f ( t) e dt F( s) dx 0

More information

标题

标题 第 37 卷第 1 期西南师范大学学报 ( 自然科学版 ) 01 年 1 月 Vol.37 No. 1 JouralofSouthwestChiaNormalUiversity(NaturalScieceEditio) Ja. 01 文章编号 :1000 5471(01)01 0011 05 1 离散型随机变量序列最大值的收敛速度 张耿, 陈守全, 王超 西南大学数学与统计学院, 重庆 400715

More information

,!! #! > 1? = 4!! > = 5 4? 2 Α Α!.= = 54? Β. : 2>7 2 1 Χ! # % % ( ) +,. /0, , ) 7. 2

,!! #! > 1? = 4!! > = 5 4? 2 Α Α!.= = 54? Β. : 2>7 2 1 Χ! # % % ( ) +,. /0, , ) 7. 2 ! # %!% # ( % ) + %, ). ) % %(/ / %/!! # %!! 0 1 234 5 6 2 7 8 )9!2: 5; 1? = 4!! > = 5 4? 2 Α 7 72 1 Α!.= = 54?2 72 1 Β. : 2>7 2 1 Χ! # % % ( ) +,.

More information

Regenerative Processes

Regenerative Processes Regenerative Processes Václav Kozmík Faculty of Mathematics and Physics Charles University in Prague 11 / 12 / 212 Regenerative Processes Recall basics from renewal theory Basic limit theory of regenerative

More information

2007 GRE Math-Sub Nov 3, 2007 Test time: 170 minutes

2007 GRE Math-Sub Nov 3, 2007 Test time: 170 minutes 2007 GRE Math-Sub Nov 3, 2007 Test time: 170 minutes ... zqs... 10 66 60... fz zqs vonneumann vonneumann sub... Bless by Luobo June 21, 2008 1. 2. g(x) = e 2x+1, cos 3x 1 lim x 0 x 2 g(g(x)) g(e) lim x

More information

/ Ν #, Ο / ( = Π 2Θ Ε2 Ρ Σ Π 2 Θ Ε Θ Ρ Π 2Θ ϑ2 Ρ Π 2 Θ ϑ2 Ρ Π 23 8 Ρ Π 2 Θϑ 2 Ρ Σ Σ Μ Π 2 Θ 3 Θ Ρ Κ2 Σ Π 2 Θ 3 Θ Ρ Κ Η Σ Π 2 ϑ Η 2 Ρ Π Ρ Π 2 ϑ Θ Κ Ρ Π

/ Ν #, Ο / ( = Π 2Θ Ε2 Ρ Σ Π 2 Θ Ε Θ Ρ Π 2Θ ϑ2 Ρ Π 2 Θ ϑ2 Ρ Π 23 8 Ρ Π 2 Θϑ 2 Ρ Σ Σ Μ Π 2 Θ 3 Θ Ρ Κ2 Σ Π 2 Θ 3 Θ Ρ Κ Η Σ Π 2 ϑ Η 2 Ρ Π Ρ Π 2 ϑ Θ Κ Ρ Π ! # #! % & ( ) % # # +, % #. % ( # / ) % 0 1 + ) % 2 3 3 3 4 5 6 # 7 % 0 8 + % 8 + 9 ) 9 # % : ; + % 5! + )+)#. + + < ) ( # )# < # # % 0 < % + % + < + ) = ( 0 ) # + + # % )#!# +), (? ( # +) # + ( +. #!,

More information

d y d = d 2 y d 2 = > 0 Figure45 :Price consumer curve not a Giffen good X & Y are substitutes From the demand curves. Figure46 Deman

d y d = d 2 y d 2 = > 0 Figure45 :Price consumer curve not a Giffen good X & Y are substitutes From the demand curves. Figure46 Deman Ch4. 個體經濟學一 M i c r o e c o n o m i c s (I) Comparative Statics and Demand EX: u(, y) = 2 + y, Ma,y 2 + y s. t. P + P y y = m FOC MRS y = P P y P + P y y = m MRS y = MU = 2 0.5 0.5 = P MU y 1 P y 1 0.5

More information

2.1 1980 1992 % 80 81 82 83 84 85 86 87 88 89 90 91 92 81.9 69.5 68.7 66.6 64.7 66.1 65.5 63.1 61.4 61.3 65.6 65.8 67.1 5.0 12.0 14.2 10.9 13.0 12.9 13.0 15.0 15.8 13.8 10.9 12.7 17.3 13.1 18.6 17.1 22.5

More information

8 9 8 Δ 9 = 1 Η Ι4 ϑ< Κ Λ 3ϑ 3 >1Ε Μ Ε 8 > = 8 9 =

8 9 8 Δ 9 = 1 Η Ι4 ϑ< Κ Λ 3ϑ 3 >1Ε Μ Ε 8 > = 8 9 = !! % & ( & ),,., / 0 1. 0 0 3 4 0 5 3 6!! 7 8 9 8!! : ; < = > :? Α 4 8 9 < Β Β : Δ Ε Δ Α = 819 = Γ 8 9 8 Δ 9 = 1 Η Ι4 ϑ< Κ Λ 3ϑ 3 >1Ε 8 9 0 Μ Ε 8 > 9 8 9 = 8 9 = 819 8 9 =

More information

32 G; F ; (1) {X, X(i), i = 1, 2,..., X, (2) {M(t), t α Poisson, t ; (3) {Y, Y (i), i = 1, 2,..., Y, (4) {N(t), t β Poisson, t ; (5) {W (t), t, σ ; (6

32 G; F ; (1) {X, X(i), i = 1, 2,..., X, (2) {M(t), t α Poisson, t ; (3) {Y, Y (i), i = 1, 2,..., Y, (4) {N(t), t β Poisson, t ; (5) {W (t), t, σ ; (6 212 2 Chinese Journal of Applied Probability and Statistics Vol.28 No.1 Feb. 212 Poisson ( 1,, 211; 1 2,3 2 2,, 2197) ( 3,, 2197) Poisson,,.,. : :,,,,. O211.9. 1., ( 1 6]). 4] Cai Poisson,, 6] Fang Luo

More information

Cauchy Duhamel Cauchy Cauchy Poisson Cauchy 1. Cauchy Cauchy ( Duhamel ) u 1 (t, x) u tt c 2 u xx = f 1 (t, x) u 2 u tt c 2 u xx = f 2 (

Cauchy Duhamel Cauchy Cauchy Poisson Cauchy 1. Cauchy Cauchy ( Duhamel ) u 1 (t, x) u tt c 2 u xx = f 1 (t, x) u 2 u tt c 2 u xx = f 2 ( Cauchy Duhamel Cauchy CauchyPoisson Cauchy 1. Cauchy Cauchy ( Duhamel) 1.1.......... u 1 (t, x) u tt c 2 u xx = f 1 (t, x) u 2 u tt c 2 u xx = f 2 (t, x) 1 C 1 C 2 u(t, x) = C 1 u 1 (t, x) + C 2 u 2 (t,

More information

# 7 % % % < % +!,! %!!

# 7 % % % < % +!,! %!! ! # % 7 8 9 7! & () + ),. + / 0 /. 1 0 /2 &3 )4, 4 4 5 / 6 : /! # ;!!!! # %! &!! ( ) # 7 % % % < % +!,! %!! % % = % % % % % # 9 =! 7 8 7 8 > 8 7 =7 # 9 # 8 7 8 % ) % % % % %! %. / % < < < % / % < < <

More information

#!! +!,! # &!. / !!, 7!!, & #! % 7! % )

#!! +!,! # &!. / !!, 7!!, & #! % 7! % ) !!! #!! #% % & ( & ) %( #!! +!,! # &!. / 0 1 2 34 45 6!!, 7!!, & #! 6 8 5 % 7! % ) ) %!! ( &!, #% & 4 ( % ) ! & ( ) & ) ) ) )! # # 5! # % % +, +, +, +, +, +, +, +,! 1 # # !! # # 9 & &! # # ( , # & # 6

More information