Microsoft Word - p11.doc

Size: px
Start display at page:

Download "Microsoft Word - p11.doc"

Transcription

1 () 11-1 ()Classification Analysis( ) m() p.d.f prior (decision) (loss function) Bayes Risk for any decision d( ) posterior risk posterior risk Posterior prob. j (uniform prior) where Mahalanobis Distance(M-distance)

2 () 11-2 ( ) (score) Quadratic Discriminant Score Liner Discriminant score= score (1) (2) posterior prob. M-distance quadratic discriminant score posterior prob. M-distance linear discriminant score (m = 2 )

3 () 11-3 (1)/* */ DATA IRIS; TITLE ''; INPUT SEPALLEN SEPALWID PETALLEN PETALWID SPEC_NO IF SPEC_NO=1 then SPECIES='SETOSA'; IF SPEC_NO=2 then SPECIES='VERSICOLOR'; IF SPEC_NO=3 then SPECIES='VIRGINICA'; DROP SPEC_NO; /*LABEL SEPALLEN=SEPAL LENGTH IN MM. SEPALWID=SEPAL WIDTH IN MM. PETALLEN=PETAL LENGTH IN MM. PETALWID=PETAL WIDTH IN MM.;*/ cards; proc discrim simple wcov wcorr pcov pcorr listerr pool=test; class species; run; 150 Observations 149 DF Total 4 Variables 147 DF Within Classes 3 Classes 2 DF Between Classes Class Level Information Prior SPECIES Frequency Weight Proportion Probability SETOSA VERSIC VIRGIN

4 () 11-4 Within Class Covariance Matrices SPECIES = SETOSA DF = 49 SEPALLEN SEPALWID PETALLEN PETALWID SPECIES = VERSIC DF = 49 SEPALLEN SEPALWID PETALLEN PETALWID SPECIES = VIRGIN DF = 49 SEPALLEN SEPALWID PETALLEN PETALWID Pooled Within Class Covariance Matrix DF = 147 SEPALLEN SEPALWID PETALLEN PETALWID Within Class Correlation Coefficients / Prob > R SPECIES = SETOSA SEPALLEN SEPALWID PETALLEN

5 () PETALWID SPECIES = VERSIC SEPALLEN SEPALWID PETALLEN PETALWID SPECIES = VIRGIN SEPALLEN SEPALWID PETALLEN PETALWID Pooled Within Class Correlation Coefficients / Prob > R SEPALLEN SEPALWID PETALLEN PETALWID Simple Statistics Total Sample Variable N Sum Mean Variance Std Dev SEPALLEN SEPALWID PETALLEN

6 () 11-6 PETALWID SPECIES = SETOSA Variable N Sum Mean Variance Std Dev SEPALLEN SEPALWID PETALLEN PETALWID SPECIES = VERSIC Variable N Sum Mean Variance Std Dev SEPALLEN SEPALWID PETALLEN PETALWID SPECIES = VIRGIN Variable N Sum Mean Variance Std Dev SEPALLEN SEPALWID PETALLEN PETALWID Within Covariance Matrix Information Covariance Natural Log of the Determinant SPECIES Matrix Rank of the Covariance Matrix SETOSA VERSIC VIRGIN Pooled Test of Homogeneity of Within Covariance Matrices Notation: K = Number of Groups

7 () 11-7 P N = Number of Variables = Total Number of Observations Number of Groups N(i) = Number of Observations in the i'th Group 1 Within SS Matrix(i) V = Pooled SS Matrix N(i)/2 N/ P + 3P 1 RHO = 1.0 SUM _ N(i) N _ 6(P+1)(K 1) DF =.5(K 1)P(P+1) PN/2 N V Under null hypothesis: 2 RHO ln PN(i)/2 _ N(i) _ is distributed approximately as chi square(df) Test Chi Square Value = with 20 DF Prob > Chi Sq = Since the chi square value is significant at the the within covariance matrices will be used in the discriminant function. 0.1 level, Reference: Morrison, D.F. (1976) Multivariate Statistical Methods p252. Pairwise Generalized Squared Distances Between Groups 2 1 D (i j) = (X X )' COV (X X ) + ln COV i j j i j j Generalized Squared Distance to SPECIES From SPECIES SETOSA VERSIC VIRGIN SETOSA VERSIC VIRGIN

8 () 11-8 Classification Results for Calibration Data: WORK.IRIS Resubstitution Results using Quadratic Discriminant Function Generalized Squared Distance Function: 2 _ 1 _ D (X) = (X X )' COV (X X ) + ln COV j j j j j Posterior Probability of Membership in each SPECIES: 2 2 Pr(j X) = exp(.5 D (X)) / SUM exp(.5 D (X)) j k k Posterior Probability of Membership in SPECIES: Obs From Classified SPECIES into SPECIES SETOSA VERSIC VIRGIN 5 VIRGIN VERSIC * VERSIC VIRGIN * VERSIC VIRGIN * * Misclassified observation Classification Summary for Calibration Data: WORK.IRIS Resubstitution Summary using Quadratic Discriminant Function Generalized Squared Distance Function: 2 _ 1 _ D (X) = (X X )' COV (X X ) + ln COV j j j j j Posterior Probability of Membership in each SPECIES: 2 2 Pr(j X) = exp(.5 D (X)) / SUM exp(.5 D (X)) j k k Number of Observations and Percent Classified into SPECIES: From SPECIES SETOSA VERSIC VIRGIN Total SETOSA VERSIC VIRGIN

9 () Total Percent Priors Error Count Estimates for SPECIES: SETOSA VERSIC VIRGIN Total Rate Priors (2) /**/ DATA CROPS; TITLE 'REMOTE SENSING DATA ON FIVE CROPS'; INPUT CROP $ 1-10 X1-X4 XVALUES $ 12-22; CARDS; CORN CORN CORN CORN CORN CORN CORN SOYBEANS SOYBEANS SOYBEANS SOYBEANS SOYBEANS SOYBEANS COTTON COTTON COTTON COTTON COTTON COTTON SUGARBEETS SUGARBEETS SUGARBEETS SUGARBEETS SUGARBEETS SUGARBEETS CLOVER CLOVER CLOVER CLOVER CLOVER CLOVER CLOVER CLOVER CLOVER CLOVER CLOVER ; PROC DISCRIM DATA=CROPS POOL=YES LIST OUT=CROPCAL; CLASS CROP; ID XVALUES; VAR X1-X4; TITLE2 'CLASSIFICATION OF CROP DATA'; DATA TEST; INPUT CROP $ 1-10 X1-X4 XVALUES $ 12-22; CARDS;

10 () ; PROC DISCRIM DATA=CROPCAL TESTDATA=TEST TESTLIST; CLASS CROP; TESTCLASS CROP; TESTID XVALUES; VAR X1-X4; TITLE2 'CLASSIFICATION OF TEST DATA'; RUN;

11 () 11-11

12 () 11-12

13 () 11-13

國家圖書館典藏電子全文

國家圖書館典藏電子全文 M08916017 2002.12 1 1.1 1 1.2 2 1.3 2 1.4 3 1.5 4 6 2.1 6 2.2 8 2.2.1 8 2.2.2 15 2.3 20 2.4 24 2.4.1 26 2.4.2 30 2.5 31 2.5.1 31 2.5.2 35 38 3.1 38 3.1.1 38 3.1.2 39 3.1.3 40 I 3.1.4 41 3.1.5 44 3.1.6

More information

歯WP02-12-부속물.PDF

歯WP02-12-부속물.PDF KIEP Working Paper 02-12 Has Trade Intensity in ASEAN+3 Really Increased? Evidence from a Gravity Analysis Has Trade Intensity in ASEAN+3 Really Increased? Evidence from a Gravity Analysis Heungchong KIM

More information

(baking powder) 1 ( ) ( ) 1 10g g (two level design, D-optimal) 32 1/2 fraction Two Level Fractional Factorial Design D-Optimal D

(baking powder) 1 ( ) ( ) 1 10g g (two level design, D-optimal) 32 1/2 fraction Two Level Fractional Factorial Design D-Optimal D ( ) 4 1 1 1 145 1 110 1 (baking powder) 1 ( ) ( ) 1 10g 1 1 2.5g 1 1 1 1 60 10 (two level design, D-optimal) 32 1/2 fraction Two Level Fractional Factorial Design D-Optimal Design 1. 60 120 2. 3. 40 10

More information

The Research for the Management of Outliners with Profile Analysis in Dental Global Budget System 730 335 309 96.3 106 99 93.4 -- -- A 10 B 95ODEndoExt 10 C D 1-2 E 10 F G 3 H I 32 80 J 89.04.07.08

More information

( ) ( ) ( NSC M )

( ) ( ) ( NSC M ) ( ) ( ) ( NSC 84-2121-M004-009) 2 ( 1) Minitab SPlus ( 1): 3 1.1 1.2 4 2 (1980) ( 1952 ) (Significant difference (Two sample) (Change-point problem (1980) ( t-test) (Chi-square test) 5 ( 2 P187 2.1 2.1.1

More information

11第十一章階層線性模式.DOC

11第十一章階層線性模式.DOC 11.1 11.1.1 (student-level) (personal-level) ( ) (school-level) (organization-level) ( ) 1. (disaggregation) (estimated standard errors) (type one error). (aggregation) (within-group) (1997) (hierarchical

More information

102_BS

102_BS 公 共 衛 生 核 心 課 程 基 本 能 力 測 驗 102 年 生 物 統 計 考 試 試 卷 一 選 擇 題 ( 答 案 4 選 1,1-20 題 每 題 3 分,21-30 題 每 題 4 分, 共 30 題 ) [ 以 下 1-4 題 為 題 組 ] 某 研 究 者 進 行 吸 菸 與 高 血 壓 的 關 聯 性 研 究, 他 以 隨 機 抽 樣 方 法, 發 現 50 位 有 高 血 壓

More information

( ) t ( ) ( ) ( ) ( ) ( ) t-

( ) t ( ) ( ) ( ) ( ) ( ) t- (Statistics). (Descriptive Statistics). (Inferential Statistics) (Inductive Statistics) ( ) t ( ) ( ) ( ) ( ) ( ) t- ( ) ( ) ( )? ( ) ( )? ( ) )?( t ) ( )? ( ) ( ) ( ) ( ) ( ) ( )? ( ) ( ) ( )? ( )?( t

More information

ARCH 系 列 模 型 介 绍 与 应 用 目 录 一 波 动 率 基 本 概 念... 3 二 Black-Scholes 期 权 定 价 公 式 中 的 波 动 率... 4 三 GARCH 类 模 型 简 述... 5 四 基 于 沪 深 300 指 数 样 本 的 GARCH 类 模 型

ARCH 系 列 模 型 介 绍 与 应 用 目 录 一 波 动 率 基 本 概 念... 3 二 Black-Scholes 期 权 定 价 公 式 中 的 波 动 率... 4 三 GARCH 类 模 型 简 述... 5 四 基 于 沪 深 300 指 数 样 本 的 GARCH 类 模 型 研 究 报 告 期 权 研 究 专 题 报 告 Research Option Special Reports 沪 深 300 指 数 波 动 率 预 测 效 果 比 较 ARCH 系 列 模 型 介 绍 与 应 用 2013 年 04 月 23 日 投 资 要 点 : 波 动 率 是 一 个 抽 象 概 念, 通 过 对 价 格 数 据 的 建 模, 都 可 以 得 到 对 于 真 实 波 动 率

More information

(Microsoft Word - 11-\261i\256m\253i.doc)

(Microsoft Word - 11-\261i\256m\253i.doc) 不 同 接 棒 方 法 對 國 小 學 童 大 隊 接 力 成 績 影 響 之 研 究 不 同 接 棒 方 法 對 國 小 學 童 大 隊 接 力 成 績 影 響 之 研 究 張 峻 詠 林 瑞 興 林 耀 豐 國 立 屏 東 教 育 大 學 摘 要 本 研 究 主 要 目 的 在 探 討 不 同 接 棒 方 法 對 國 小 學 童 大 隊 接 力 成 績 影 響 之 研 究, 以 高 雄 市 楠

More information

)

) .. 1. 2. ) () () Pilot test () 1. 2. 3. 4. Scale (1). (nominal scale) 1. 2. 3. (1,2,3) (scale value) (arithmetic mean) (median) (mode) (chi-square test) (2). (ordinal scale) 5 1 A>B>C>D>E A B C D (non-parametric

More information

技 巧 5: 避 免 除 以 0 的 運 算 在 做 除 的 運 算 時, 先 檢 查 除 數 的 數 值, 避 免 有 除 以 0 的 情 況 若 運 算 中 除 數 為 0,SAS 會 在 LOG 中 註 記 提 醒 並 將 運 算 結 果 設 定 為 遺 漏 值, 減 慢 程 式 的 執 行

技 巧 5: 避 免 除 以 0 的 運 算 在 做 除 的 運 算 時, 先 檢 查 除 數 的 數 值, 避 免 有 除 以 0 的 情 況 若 運 算 中 除 數 為 0,SAS 會 在 LOG 中 註 記 提 醒 並 將 運 算 結 果 設 定 為 遺 漏 值, 減 慢 程 式 的 執 行 提 升 SAS 效 率 的 小 技 巧 ( 二 ) 統 計 分 析 師 嚴 友 君 在 使 用 SAS 的 時 候, 效 率 的 考 量 除 了 程 式 運 行 的 時 間, 還 包 括 資 料 佔 用 的 空 間 暫 存 記 憶 體 的 使 用 量 程 式 的 長 度 與 易 讀 性 等 等 以 下 介 紹 一 些 初 學 者 容 易 應 用, 且 在 討 論 使 用 SAS 處 理 分 析 資

More information

PDFᅲᆰᄏ커￷

PDFᅲᆰᄏ커￷ 这 些 年, 我 们 追 过 的 梦 理 学 院 2013 年 暑 期 社 会 实 践 成 果 集 北 京 林 业 大 学 理 学 院 二 零 一 三 年 十 一 月 编 者 的 话 2013 年 暑 期, 我 院 根 据 北 京 林 业 大 学 校 团 委 关 于 开 展 2013 年 暑 期 社 会 实 践 的 通 知 的 统 一 部 署 和 相 关 精 神, 以 三 个 代 表 重

More information

tech_atmn_h1h4_E

tech_atmn_h1h4_E For Higher Customer Satisfaction, We Bridge the SAS System Between Customer s World. TheSign that Leads to the Goalfor Sure 02 lp plp p p pp x=lpnorm(1.5,1,-4); /*x=(1**1.5+4**1.5)**(1/1.5)=4.3267*/ y=sumabs(3,-2,5);

More information

: 29 : n ( ),,. T, T +,. y ij i =, 2,, n, j =, 2,, T, y ij y ij = β + jβ 2 + α i + ɛ ij i =, 2,, n, j =, 2,, T, (.) β, β 2,. jβ 2,. β, β 2, α i i, ɛ i

: 29 : n ( ),,. T, T +,. y ij i =, 2,, n, j =, 2,, T, y ij y ij = β + jβ 2 + α i + ɛ ij i =, 2,, n, j =, 2,, T, (.) β, β 2,. jβ 2,. β, β 2, α i i, ɛ i 2009 6 Chinese Journal of Applied Probability and Statistics Vol.25 No.3 Jun. 2009 (,, 20024;,, 54004).,,., P,. :,,. : O22... (Credibility Theory) 20 20, 80. ( []).,.,,,.,,,,.,. Buhlmann Buhlmann-Straub

More information

2014 EduG 6 4 1 subject effect the effect of object of measurement 2 item effect 3 4 random error error confounding 3 universe of admissible observati

2014 EduG 6 4 1 subject effect the effect of object of measurement 2 item effect 3 4 random error error confounding 3 universe of admissible observati * EduG 2014 6 181 FOREIGN LANGUAGE RESEARCH 2014 No. 6 Serial No. 181 200083 3 EduG H319. 5 A 1000-0100 2014 06-0113 - 9 A Brief Introduction to English Teaching Application of the New Generalizability

More information

3

3 D 1 1 2 3 4 1 2 3 4 5 2 1 1.1 1.2 1.3 2 2.1 2.2 2.3 3 3.1 3.2 4 4.1 4.2 4.3 5 5.1 5.2 1 1 1.1 1.2 2 1.2.1 La orta 1998 27 Neubauer (1998) Lucian 1999 OECD controlling minority structure separation of control

More information

[9] R Ã : (1) x 0 R A(x 0 ) = 1; (2) α [0 1] Ã α = {x A(x) α} = [A α A α ]. A(x) Ã. R R. Ã 1 m x m α x m α > 0; α A(x) = 1 x m m x m +

[9] R Ã : (1) x 0 R A(x 0 ) = 1; (2) α [0 1] Ã α = {x A(x) α} = [A α A α ]. A(x) Ã. R R. Ã 1 m x m α x m α > 0; α A(x) = 1 x m m x m + 2012 12 Chinese Journal of Applied Probability and Statistics Vol.28 No.6 Dec. 2012 ( 224002) Euclidean Lebesgue... :. : O212.2 O159. 1.. Zadeh [1 2]. Tanaa (1982) ; Diamond (1988) (FLS) FLS LS ; Savic

More information

30 ml polystyrene 4 mm ph 0.1 mg blender M -cm D. pulex D. magna 20 L 2 20

30 ml polystyrene 4 mm ph 0.1 mg blender M -cm D. pulex D. magna 20 L 2 20 102 8 13 1020069337 102 10 15 NIEA B901.14B Daphnia 48 lethal concentration 50%, LC 50 acute toxic unit, TU a Daphnia pulex Daphnia magna 25 2 2 L 1 20 30 ml polystyrene 4 mm ph 0.1 mg blender 1. 1 2.

More information

Outline Speech Signals Processing Dual-Tone Multifrequency Signal Detection 云南大学滇池学院课程 : 数字信号处理 Applications of Digital Signal Processing 2

Outline Speech Signals Processing Dual-Tone Multifrequency Signal Detection 云南大学滇池学院课程 : 数字信号处理 Applications of Digital Signal Processing 2 CHAPTER 10 Applications of Digital Signal Processing Wang Weilian wlwang@ynu.edu.cn School of Information Science and Technology Yunnan University Outline Speech Signals Processing Dual-Tone Multifrequency

More information

<4D F736F F D20BDD7A4E5A4BAA4E5BB50A5D8BFFD2E646F63>

<4D F736F F D20BDD7A4E5A4BAA4E5BB50A5D8BFFD2E646F63> 附錄一最終模型 SIMPLIS 語法 Title: 建模樣本 Observed Variables: x1-x22 covariance matrix from file final01cov means from file final01means sample size: 2181 latent variables: interest instrument anxiety selfconcept

More information

spss.doc

spss.doc SPSS 8 8.1 K-Means Cluster [ 8-1] 1962 1988 8-1 2 5 31 3 7 20 F2-F3 2 3 F3-F4 3 4 109 8 8-1 2 3 2 3 F2-F3 F3-F4 1962 344 3333 29 9 9.69 1.91 1963 121 1497 27 19 12.37 1.34 1964 187 1813 32 18 9.70 1.06

More information

國立屏東教育大學碩士班研究生共同修業要點

國立屏東教育大學碩士班研究生共同修業要點 目 錄 壹 國 立 屏 東 大 學 碩 士 班 研 究 生 共 同 修 業 辦 法...1 貳 國 立 屏 東 大 學 應 用 數 學 系 碩 士 班 研 究 生 修 業 要 點...5 參 應 用 數 學 系 碩 士 班 課 程 結 構...9 肆 應 用 數 學 系 專 任 師 資 簡 介...15 伍 應 用 數 學 系 碩 士 班 歷 屆 研 究 生 論 文 資 料...17 附 錄 一 國

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

θ 1 = φ n -n 2 2 n AR n φ i = 0 1 = a t - θ θ m a t-m 3 3 m MA m 1. 2 ρ k = R k /R 0 5 Akaike ρ k 1 AIC = n ln δ 2

θ 1 = φ n -n 2 2 n AR n φ i = 0 1 = a t - θ θ m a t-m 3 3 m MA m 1. 2 ρ k = R k /R 0 5 Akaike ρ k 1 AIC = n ln δ 2 35 2 2012 2 GEOMATICS & SPATIAL INFORMATION TECHNOLOGY Vol. 35 No. 2 Feb. 2012 1 2 3 4 1. 450008 2. 450005 3. 450008 4. 572000 20 J 101 20 ARMA TU196 B 1672-5867 2012 02-0213 - 04 Application of Time Series

More information

Microsoft Word - ch05note_1210.doc

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

More information

基于因子分析的敦煌莫高窟游客满意度研究

基于因子分析的敦煌莫高窟游客满意度研究 Geographical Science Research 地 理 科 学 研 究, 2012, 1, 56-61 http://dx.doi.org/10.12677/gser.2012.13007 Published Online November 2012 (http://www.hanspub.org/journal/gser.html) The Study of Dunhuang Mogao

More information

<4D6963726F736F667420576F7264202D2078B1CFD2B5C2DBCEC4A3BAA1B6BDF0D8D1D2AAC2D4A1B7D0BAD0C4CCC0B7BDD6A4D1D0BEBF2E646F63>

<4D6963726F736F667420576F7264202D2078B1CFD2B5C2DBCEC4A3BAA1B6BDF0D8D1D2AAC2D4A1B7D0BAD0C4CCC0B7BDD6A4D1D0BEBF2E646F63> 2003 级 硕 士 研 究 生 毕 业 论 文 金 匮 要 略 泻 心 汤 方 证 研 究 分 类 号 :R2 单 位 代 号 :10315 密 级 : 秘 密 学 科 代 码 :100800 2003 级 硕 士 研 究 生 毕 业 论 文 学 号 :20031023 金 匮 要 略 泻 心 汤 方 证 研 究 学 科 专 业 临 床 中 药 学 导 师 黄 煌 教 授 研 究 生 张 薛 光

More information

Microsoft Word - A200810-897.doc

Microsoft Word - A200810-897.doc 基 于 胜 任 特 征 模 型 的 结 构 化 面 试 信 度 和 效 度 验 证 张 玮 北 京 邮 电 大 学 经 济 管 理 学 院, 北 京 (100876) E-mail: weeo1984@sina.com 摘 要 : 提 高 结 构 化 面 试 信 度 和 效 度 是 面 试 技 术 研 究 的 核 心 内 容 近 年 来 国 内 有 少 数 学 者 探 讨 过 基 于 胜 任 特 征

More information

TA-research-stats.key

TA-research-stats.key Research Analysis MICHAEL BERNSTEIN CS 376 Last time What is a statistical test? Chi-square t-test Paired t-test 2 Today ANOVA Posthoc tests Two-way ANOVA Repeated measures ANOVA 3 Recall: hypothesis testing

More information

PowerPoint Presentation

PowerPoint Presentation 13. Linear Regression and Correlation 數 1 Outline Data: two continuous measurements on each subject Goal: study the relationship between the two variables PART I : correlation analysis Study the relationship

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

國家圖書館典藏電子全文

國家圖書館典藏電子全文 ...1...5...6...7...9...21...28...31...34...41...46...54...59...74...79...82...86 89 94 1993 1984 33 1993 49 1995 1999 72 liquid egg 1-1 540 1,260 100 300 1986 310 525 835 1 2 1-1 1986 1979 1986 quart 946c.c.

More information

2

2 1 2 3 -1 : P in (db) LA = 10lg PL 4 -2 ( ω ) [ ( )] 2 P 1 L A ( ω ) = 10lg = 10lg 1+ ω 2 1 Γ Butterworth (Chebyshev) 5 , 6 20 db = 20log V transmitted V incident 7 Bandwidth Bandwidth Magnitude Constant

More information

% % * ~ 14 % 15~ 64 % 65 %

% % * ~ 14 % 15~ 64 % 65 % 2018 4 * 210095 DOI:10.13246/j.cnki.jae.2018.04.002 2000 65 7. 5%2010 65 10. 06% 2. 56 2009 20032006 2011 19782009 2008 2013 2013 20032010 2010 * 71473123 14ZDA037 15 2018 4 2014 1 2000 2005 2010 3 65

More information

摘 要 本 篇 文 章 主 要 是 利 用 1979 年 至 2014 年 台 灣 年 數 據 的 資 料, 檢 視 油 價 對 於 匯 率 的 影 響, 所 採 用 的 檢 定 模 型 為 : 單 根 Johansen 共 整 合 及 VECM 向 量 誤 差 修 正 模 型 而 共 整 合 模

摘 要 本 篇 文 章 主 要 是 利 用 1979 年 至 2014 年 台 灣 年 數 據 的 資 料, 檢 視 油 價 對 於 匯 率 的 影 響, 所 採 用 的 檢 定 模 型 為 : 單 根 Johansen 共 整 合 及 VECM 向 量 誤 差 修 正 模 型 而 共 整 合 模 探 討 油 價 和 匯 率 波 動 間 的 影 響 : 以 台 灣 為 例 陳 宣 蓁 中 原 大 學 國 際 經 營 與 貿 易 學 系 關 鍵 字 : 油 價 匯 率 波 動 Johansen Co-integration VECM JEL 分 類 代 號 : C32 F41 O24 * 聯 繫 作 者 : 陳 宣 蓁, 中 原 大 學 國 際 經 營 與 貿 易 研 究 所, 中 北 路 200

More information

第一章合成.ppt

第一章合成.ppt plsun@mail.neu.edu.cn 1. 2. 3. 4. 5. 1. Mathematical Statistics R.V.Hogg ( 1979) 2. Statistics -The Conceptual Approach G. R. Iversen, ed ( - 2000) 3. Mathematical Statistics and Data Analysis J. A. Rice

More information

% GIS / / Fig. 1 Characteristics of flood disaster variation in suburbs of Shang

% GIS / / Fig. 1 Characteristics of flood disaster variation in suburbs of Shang 20 6 2011 12 JOURNAL OF NATURAL DISASTERS Vol. 20 No. 6 Dec. 2011 1004-4574 2011 06-0094 - 05 200062 1949-1990 1949 1977 0. 8 0. 03345 0. 01243 30 100 P426. 616 A Risk analysis of flood disaster in Shanghai

More information

1

1 015 年 ( 第 四 届 ) 全 国 大 学 生 统 计 建 模 大 赛 参 赛 论 文 论 文 名 称 : 打 车 软 件 影 响 下 的 西 安 市 出 租 车 运 营 市 场 研 究 和 统 计 分 析 参 赛 学 校 : 西 安 理 工 大 学 参 赛 队 员 : 刘 二 嫚 余 菲 王 赵 汉 指 导 教 师 : 王 金 霞 肖 燕 婷 提 交 日 期 :015 年 6 月 9 日 1

More information

经 济 与 管 理 耿 庆 峰 : 我 国 创 业 板 市 场 与 中 小 板 市 场 动 态 相 关 性 实 证 研 究 基 于 方 法 比 较 视 角 87 Copula 模 型 均 能 较 好 地 刻 画 金 融 市 场 间 的 动 态 关 系, 但 Copula 模 型 效 果 要 好 于

经 济 与 管 理 耿 庆 峰 : 我 国 创 业 板 市 场 与 中 小 板 市 场 动 态 相 关 性 实 证 研 究 基 于 方 法 比 较 视 角 87 Copula 模 型 均 能 较 好 地 刻 画 金 融 市 场 间 的 动 态 关 系, 但 Copula 模 型 效 果 要 好 于 第 19 卷 第 6 期 中 南 大 学 学 报 ( 社 会 科 学 版 ) Vol.19 No.6 013 年 1 月 J. CENT. SOUTH UNIV. (SOCIAL SCIENCE) Dec. 013 我 国 创 业 板 市 场 与 中 小 板 市 场 动 态 相 关 性 实 证 研 究 基 于 方 法 比 较 视 角 耿 庆 峰 ( 闽 江 学 院 公 共 经 济 学 与 金 融 学

More information

基于因子分析法对沪深农业类上市公司财务绩效实证分析

基于因子分析法对沪深农业类上市公司财务绩效实证分析 山 东 农 业 大 学 学 报 ( 自 然 科 学 版 ),2014,45(3):449-453 VOL.45 NO.3 2014 Journal of Shandong Agricultural University (Natural Science Edition) doi:10.3969/j.issn.1000-2324.2014.03.024 基 于 因 子 分 析 法 对 沪 深 农 业

More information

<4D6963726F736F667420576F7264202D20434D524F31313033303520B9ABC3F1CAD3C6B5D0C2CEC5B5C4D0CECCACD3EBC4DAC8DDD1D0BEBF>

<4D6963726F736F667420576F7264202D20434D524F31313033303520B9ABC3F1CAD3C6B5D0C2CEC5B5C4D0CECCACD3EBC4DAC8DDD1D0BEBF> 公 民 视 频 新 闻 的 形 态 与 内 容 研 究 基 于 搜 狐 新 浪 优 酷 酷 6 的 采 集 样 本 1 王 建 磊 上 海 大 学 影 视 学 院 内 容 摘 要 : 公 民 视 频 新 闻 是 公 民 新 闻 中 一 种 较 为 特 殊 的 形 态, 近 年 来 因 视 频 网 站 的 发 展 和 便 携 拍 摄 设 备 的 普 及 获 得 较 快 发 展, 并 引 起 了 广 泛

More information

PowerPoint Presentation

PowerPoint Presentation Decision analysis 量化決策分析方法專論 2011/5/26 1 Problem formulation- states of nature In the decision analysis, decision alternatives are referred to as chance events. The possible outcomes for a chance event

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

untitled

untitled TFT-LCD Mura & Y.H. Tseng 2006.12.4 Outline Mura Mura Mura 類 度 Mura Mura JND Mura Convolution filter (Filter design) Statistical method (ANOVA,EWMA) Backgroup estimation (LSD) 2 What is Mura- Mura Mura

More information

( 413 1), (2003) ,,,,

( 413 1), (2003) ,,,, : 3 ( 510632) ( ) :,,,,,, Mahalanobis,, : : ;, (,2002), - (Dow Jones Sustainability Index),, (2001Π394ΠS ),, 2003 1300, 50 %,,, 1 1990 2003 ST, 2004 3 1,1283 200, 514 1 2000 257,2000 1026, 3 2004 4 2004

More information

Ps22Pdf

Ps22Pdf X T T 10 1 J T 12 13 14 15 16 17 18 19 20 21 2 23 24 25 26 27 28 29 30 31 32 3 34 35 36 37 38 39 40 41 42 43 4 45 46 47 48 49 50 51 52 53 54 5 56 57 58 59 60 61 62 63 64 65 6 67 68 69 70 71 72 73 74 75

More information

香 港 浸 會 大 學 我 們 一 致 通 過 經 濟 主 修 學 生 葉 仲 謙 的 畢 業 論 文 : < 分 析 中 國 服 務 業 增 長 的 城 鎮 化 因 素 > 作 為 結 業 要 求 的 一 部 份, 並 推 薦 上 述 學 生 接 受 中 國 研 究 社 會 科 學 學 士 ( 榮

香 港 浸 會 大 學 我 們 一 致 通 過 經 濟 主 修 學 生 葉 仲 謙 的 畢 業 論 文 : < 分 析 中 國 服 務 業 增 長 的 城 鎮 化 因 素 > 作 為 結 業 要 求 的 一 部 份, 並 推 薦 上 述 學 生 接 受 中 國 研 究 社 會 科 學 學 士 ( 榮 分 析 中 國 服 務 業 增 長 的 城 鎮 化 因 素 葉 仲 謙 學 號 : 11011548 畢 業 論 文 中 國 研 究 社 會 科 學 學 士 ( 榮 譽 ) 學 位 課 程 經 濟 主 修 香 港 浸 會 大 學 二 零 一 四 年 四 月 1 香 港 浸 會 大 學 我 們 一 致 通 過 經 濟 主 修 學 生 葉 仲 謙 的 畢 業 論 文 : < 分 析 中 國 服 務 業

More information

Chinese Journal of Applied Probability and Statistics Vol.25 No.4 Aug (,, ;,, ) (,, ) 应用概率统计 版权所有, Zhang (2002). λ q(t)

Chinese Journal of Applied Probability and Statistics Vol.25 No.4 Aug (,, ;,, ) (,, ) 应用概率统计 版权所有, Zhang (2002). λ q(t) 2009 8 Chinese Journal of Applied Probability and Statistics Vol.25 No.4 Aug. 2009,, 541004;,, 100124),, 100190), Zhang 2002). λ qt), Kolmogorov-Smirov, Berk and Jones 1979). λ qt).,,, λ qt),. λ qt) 1,.

More information

Microsoft Word - 04logistic_stu.doc

Microsoft Word - 04logistic_stu.doc 單 元 大 綱 : 前 言 簡 單 邏 輯 斯 回 歸 模 型 (Logistic Regression Model) 的 介 紹 邏 輯 斯 回 歸 模 型 的 統 計 分 析 邏 輯 斯 回 歸 模 型 的 模 型 適 合 度 檢 驗 類 別 解 釋 變 數 的 邏 輯 斯 回 歸 模 型 /5 前 言 : 例 子 : 馬 蹄 蟹 (horseshoe crab) Y 為 母 馬 蹄 蟹 是 否

More information

- I -

- I - 2005 Experimental Study about the Effects of the Bone Cement leakage on the Intervertebral Disc in Vertebroplasty () 2005 4 - I - - II - Experimental Study about the Effects of the Bone Cement leakage

More information

****************************************************** Fundamentals of TV Tracking ****************************************************** ( ),,, :,,,,,, 1998 9 ( ISBN 7-118-01911-9),,, 1999 5 20 Email:

More information

プリント

プリント For Higher Customer Satisfaction, We Bridge the SAS System Between Customer s World. YourModelsBuild up Your NextAnalytics 02 Y β0 β1x1 β2x2 ε Y ~ μ σ 2 μ β0 β1x1 β2x2 Y ~ n p logit(p) β0 β1x1 β2x2 logit(p)logit(p)=log(p/(1-p))

More information

有没有免费的交友喂喂助理不是滴滴叫鸡,不是滴滴约炮,不是滴滴约妹、约

有没有免费的交友喂喂助理不是滴滴叫鸡,不是滴滴约炮,不是滴滴约妹、约 有 没 有 免 费 的 交 友 喂 喂 助 理 不 是 滴 滴 叫 鸡, 不 是 滴 滴 约 炮, 不 是 滴 滴 约 妹 约 www.hmgpy.com http://www.hmgpy.com 有 没 有 免 费 的 交 友 喂 喂 助 理 不 是 滴 滴 叫 鸡, 不 是 滴 滴 约 炮, 不 是 滴 滴 约 妹 约 为 大 众 提 供 服 务 的 平 台 必 将 成 为 个 甚 至 比 完

More information

,,,,,,, (1975) (,2004 : ) (1981) 20,, (,1987 :6) L ,, (,2005b),,, ;,,,,,, ( ) (,1989) :, :A,, ;B, ;C ;D, (,1987 : ) 16

,,,,,,, (1975) (,2004 : ) (1981) 20,, (,1987 :6) L ,, (,2005b),,, ;,,,,,, ( ) (,1989) :, :A,, ;B, ;C ;D, (,1987 : ) 16 : 3 :,,, 2003 CGSS,, :,, 20 80, ( ),, 3 2003 (CGSS2003) 2003 CGSS, www. chinagss. org 2003 CGSS,, 15 2007. 6,,,,,,, (1975) (,2004 :284-286) (1981) 20,, (,1987 :6) L. 19 20,, (,2005b),,, ;,,,,,, ( ) (,1989)

More information

报告的主线及研究的侧重点

报告的主线及研究的侧重点 26-11-2 862163299571 86213313733 zhouyong2@cjsc.com.cn zhoujt@cjsc.com.cn 27 7 7 25.1 6 25.12 26.5 26.11 2 2 6 7 27 7 7 ...1 2...1...2 6...3 7...4...5...7...8...11...11...13...15...18...18...18...19 7...2

More information

OncidiumGower Ramsey ) 2 1(CK1) 2(CK2) 1(T1) 2(T2) ( ) CK1 43 (A 44.2 ) CK2 66 (A 48.5 ) T1 40 (

OncidiumGower Ramsey ) 2 1(CK1) 2(CK2) 1(T1) 2(T2) ( ) CK1 43 (A 44.2 ) CK2 66 (A 48.5 ) T1 40 ( 35 1 2006 48 35-46 OncidiumGower Ramsey ) 2 1(CK1) 2(CK2) 1(T1) 2(T2) (93 5 28 95 1 9 ) 94 1-2 5-6 8-10 94 7 CK1 43 (A 44.2 ) CK2 66 (A 48.5 ) T1 40 (A 47.5 ) T2 73 (A 46.6 ) 3 CK2 T1 T2 CK1 2006 8 16

More information

摘 要 2008 年 5 月, 受 南 海 区 妇 联 委 托, 中 山 大 学 课 题 组 赴 南 海 区 八 镇 就 南 海 新 农 村 建 设 中 如 何 实 现 妇 女 与 当 地 经 济 社 会 和 谐 发 展 课 题 进 行 了 实 地 调 研, 以 真 实 掌 握 南 海 区 农 村

摘 要 2008 年 5 月, 受 南 海 区 妇 联 委 托, 中 山 大 学 课 题 组 赴 南 海 区 八 镇 就 南 海 新 农 村 建 设 中 如 何 实 现 妇 女 与 当 地 经 济 社 会 和 谐 发 展 课 题 进 行 了 实 地 调 研, 以 真 实 掌 握 南 海 区 农 村 南 海 新 农 村 建 设 中 妇 女 与 社 会 和 谐 发 展 调 查 报 告 摘 要 2008 年 5 月, 受 南 海 区 妇 联 委 托, 中 山 大 学 课 题 组 赴 南 海 区 八 镇 就 南 海 新 农 村 建 设 中 如 何 实 现 妇 女 与 当 地 经 济 社 会 和 谐 发 展 课 题 进 行 了 实 地 调 研, 以 真 实 掌 握 南 海 区 农 村 妇 女 的 整 体

More information

untitled

untitled 數 Quadratic Equations 數 Contents 錄 : Quadratic Equations Distinction between identities and equations. Linear equation in one unknown 3 ways to solve quadratic equations 3 Equations transformed to quadratic

More information

第一章

第一章 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1500 1450 1400 1350 1300 1250 1200 15 16 17 18 19 20 21 22 23 24 25 26 27 28 INPUT2006 29 30 31 32 33 34 35 9000 8500 8000 7500 7000 6500 6000 5500 5000 4500 4000 3500

More information

Microsoft PowerPoint - STU_EC_Ch02.ppt

Microsoft PowerPoint - STU_EC_Ch02.ppt 樹德科技大學資訊工程系 Chapter 2: Number Systems Operations and Codes Shi-Huang Chen Sept. 2010 1 Chapter Outline 2.1 Decimal Numbers 2.2 Binary Numbers 2.3 Decimal-to-Binary Conversion 2.4 Binary Arithmetic 2.5

More information

Ps22Pdf

Ps22Pdf ( ) 1 1 1 6 8 11 16 16 19 21 23 26 26 28 29 31 44 1 2 47 47 49 52 58 64 64 67 70 73 76 76 78 80 90 93 93 94 96 99 102 102 104 105 107 111 111 113 116 119 119 121 124 126 128 128 130 137 140 145 145 148

More information

Microsoft Word - __日程_定__[1]

Microsoft Word - __日程_定__[1] 西 南 大 学 2009 全 国 博 士 生 学 术 论 坛 ( 出 土 文 献 语 言 文 字 研 究 与 比 较 文 字 学 研 究 领 域 ) 会 议 指 南 2009-10 重 庆 西 南 大 学 简 介 西 南 大 学 是 教 育 部 直 属 重 点 综 合 大 学,211 工 程 重 点 建 设 学 校 由 原 西 南 师 范 大 学 原 西 南 农 业 大 学 2005 年 7 月 合

More information

Ps22Pdf

Ps22Pdf ( ) 1 1 6 13 16 29 45 54 73 101 124 1 154 179 196 217 247 268 305 324 347 367 385 2 ( ),,,,,, 1., : 1958 11,, :?,,,,,,, 1 2,,,, :,,, : 1959 2 25, :!,,,,, ( ),,,,,,,,,, : ( ), ( ) ( ),,,,,,,,,,, :,, ;

More information

38 47995529 威 福 髮 藝 店 桃 園 市 蘆 竹 區 中 山 里 福 祿 一 街 48 號 地 下 一 樓 50,000 獨 資 李 依 純 105/04/06 府 經 登 字 第 1059003070 號 39 47995534 宏 品 餐 飲 桃 園 市 桃 園 區 信 光 里 民

38 47995529 威 福 髮 藝 店 桃 園 市 蘆 竹 區 中 山 里 福 祿 一 街 48 號 地 下 一 樓 50,000 獨 資 李 依 純 105/04/06 府 經 登 字 第 1059003070 號 39 47995534 宏 品 餐 飲 桃 園 市 桃 園 區 信 光 里 民 1 08414159 惠 鴻 眼 鏡 行 桃 園 市 中 壢 區 福 德 里 中 華 路 一 段 186 號 1 樓 30,000 獨 資 宋 耀 鴻 105/04/27 府 經 登 字 第 1059003866 號 2 17891110 承 元 冷 氣 空 調 工 程 行 桃 園 市 桃 園 區 中 德 里 國 際 路 1 段 98 巷 50 號 2 樓 之 4 200,000 獨 資 詹 安 平

More information

附 录 : 1. 我 校 2012 级 学 生 思 辨 能 力 的 现 状 调 查 2. 我 校 大 学 英 语 教 学 思 辨 能 力 培 养 模 式 的 构 建 3. 高 级 英 语 选 修 课 课 程 设 置 4. 教 学 大 纲 附 录 说 明, 名 单 解 图 和 4 份 教 学 大 纲 5. 网 络 学 习 平 台 和 批 改 网 截 图 高 级 英 语 选 修 课 课 程 设 置 (

More information

环境试验常用标准介绍

环境试验常用标准介绍 65 60 Compression Strength Retained Over Time, Under Load Percent Strength Retained 55 50 45 data by: Industry Sources 40 0 50 100 150 200 250 300 350 400 Load Application (Days) TL = 162 (1.4 H) L W

More information

, GC/MS ph GC/MS I

, GC/MS ph GC/MS I S00017052 O O , GC/MS ph GC/MS I Abstract Drug abuse is a serious issue throughout the world. Amphetamine-type stimulants (ATS) are substances frequently used by drug abusers. There are significant needs

More information

Z-I A b Z-I A b Z Z-I A A b Z-I Miller [5] Z i I i Z-I [6] Z-I Z-I Z-I Z-I Z I Wilson [7] 1970 [8] [9] 20.32% Sasaki [10] Nino- miya [11] [12]

Z-I A b Z-I A b Z Z-I A A b Z-I Miller [5] Z i I i Z-I [6] Z-I Z-I Z-I Z-I Z I Wilson [7] 1970 [8] [9] 20.32% Sasaki [10] Nino- miya [11] [12] 24 2 Vol.24, No.2 2008 04 JOURNAL OF TROPICAL METEOROLOGY Apr., 2008 1004-4965(2008)02-0147-09 1 2 2 3 3 (1. 310017 2. 100081 3. 325001) Z-I A b Z I (Haitang) (Matsa) Z-I Z-I P458.1.24 A 1 [1] [2] [3]

More information

<4D6963726F736F667420506F776572506F696E74202D20B0D7D2F8C6DABBF5BACFD4BCBDE9C9DCBACDCDB6D7CABBFABBE1CCBDCCD62E707074>

<4D6963726F736F667420506F776572506F696E74202D20B0D7D2F8C6DABBF5BACFD4BCBDE9C9DCBACDCDB6D7CABBFABBE1CCBDCCD62E707074> 白 银 期 货 合 约 介 绍 和 投 资 策 略 探 讨 五 矿 期 货 研 究 所 李 文 凯 lwk@wkqh.cn 联 系 电 话 :0755-23982469 目 录 1. 白 银 期 货 合 约 以 及 国 内 主 要 白 银 交 易 市 场 比 较 2. 白 银 期 货 上 市 提 供 的 投 资 机 会 3. 白 银 供 需 结 构 介 绍 1. 白 银 期 货 合 约 以 及 比

More information

Settlement Equation " H = CrH 1+ e o log p' o + ( p' p' c o! p' o ) CcH + 1+ e o log p' c + p' f! ( p' p' c c! p' o ) where ΔH = consolidation settlem

Settlement Equation  H = CrH 1+ e o log p' o + ( p' p' c o! p' o ) CcH + 1+ e o log p' c + p' f! ( p' p' c c! p' o ) where ΔH = consolidation settlem Prediction of Compression and Recompression Indices of Texas Overconsolidated Clays Presented By: Sayeed Javed, Ph.D., P.E. Settlement Equation " H = CrH 1+ e o log p' o + ( p' p' c o! p' o ) CcH + 1+

More information

主動學習快樂玩,韻文詩歌我在行

主動學習快樂玩,韻文詩歌我在行 遊 戲 學 習 卡 趣 味! 學 海 無 盡 案 淘 沙 舊 浪 未 平 新 浪 高 ; 繁 華 落 盡 待 何 去? 返 本 培 元 即 創 造 我 們 認 為 創 意 教 學 的 價 值 不 是 在 教 案 或 課 程 上 的 形 式 改 變 而 已 若 能 回 歸 到 教 學 的 現 場 對 於 不 同 程 度 的 學 生 都 有 學 習 上 的 幫 助 那 才 是 更 有 意 義 的 這 樣

More information

文 学 蓝 皮 书 迅 冯 俐 崔 涛 等 任 副 主 席, 徐 迅 任 秘 书 长 中 国 煤 矿 作 协 成 立 已 30 年, 1983 年 成 立 之 初 为 中 国 煤 矿 文 学 研 究 会, 1995 年 更 名 为 中 国 煤 矿 作 协 煤 炭 系 统 的 作 家 和 广 大 文

文 学 蓝 皮 书 迅 冯 俐 崔 涛 等 任 副 主 席, 徐 迅 任 秘 书 长 中 国 煤 矿 作 协 成 立 已 30 年, 1983 年 成 立 之 初 为 中 国 煤 矿 文 学 研 究 会, 1995 年 更 名 为 中 国 煤 矿 作 协 煤 炭 系 统 的 作 家 和 广 大 文 附 录 二 12 年 度 文 学 大 事 记 1 月 鲁 迅 文 学 院 第 十 八 届 中 青 年 作 家 高 级 研 讨 班 结 业 1 月 8 日, 鲁 迅 文 学 院 第 十 八 届 中 青 年 作 家 高 级 研 讨 班 全 体 学 员 顺 利 完 成 了 为 期 4 个 月 的 学 习 生 活, 在 京 举 行 了 结 业 典 礼 中 国 作 协 主 席 铁 凝, 党 组 书 记 李 冰,

More information

(Microsoft Word - 03\300\243\244p.doc)

(Microsoft Word - 03\300\243\244p.doc) 三 年 二 班 活 動 報 導 記 者 : 林 昱 慈 四 月, 黃 伯 伯 來 我 們 班 敎 布 袋 戲, 每 個 人 都 玩 得 好 開 心, 你 要 不 要 也 來 玩 玩 看 呀! 很 好 玩 唷! 藝 術 與 人 文 課 的 時 候 老 師 要 我 們 畫 燈 籠, 每 個 人 都 很 認 真 的 畫 燈 籠, 你 看, 我 們 畫 得 不 錯 吧! 藝 術 與 人 文 課 老 師 帶

More information

2

2 1 2 3 4 5 6 7 8 9 Art Nouveau Mary Phelps-Jacobs Coco Chanel 10 Naomi Campbell Kate Moss Alexander McQueen Jean-PaulGaultier Chanel Gaultier 11 KateMoss 12 13 14 15 脇 16 2D 17 18 SWOT 19 20 Hendrick Micro

More information

CMOS线性响应测试

CMOS线性响应测试 应 用 CMOS 高 亮 度 天 文 测 光 CMOS-based High Intensity Photometry in Astronomy 项 目 完 成 人 : 童 仲 毅 俞 雯 萱 田 哲 毅 指 导 老 师 : 林 岚 杭 高 天 文 台 二 〇 一 一 年 八 月 II 摘 要 本 课 题 基 于 人 造 星 点 测 光 实 验 和 验 证 性 天 文 拍 摄 实 验, 旨 在 探

More information

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

天 主 教 輔 仁 大 學 社 會 學 系 學 士 論 文 小 別 勝 新 婚? 久 別 要 離 婚? 影 響 遠 距 家 庭 婚 姻 感 情 因 素 之 探 討 Separate marital relations are getting better or getting worse? -Exp

天 主 教 輔 仁 大 學 社 會 學 系 學 士 論 文 小 別 勝 新 婚? 久 別 要 離 婚? 影 響 遠 距 家 庭 婚 姻 感 情 因 素 之 探 討 Separate marital relations are getting better or getting worse? -Exp 天 主 教 輔 仁 大 學 社 會 學 系 學 士 論 文 小 別 勝 新 婚? 久 別 要 離 婚? 影 響 遠 距 家 庭 婚 姻 感 情 因 素 之 探 討 Separate marital relations are getting better or getting worse? -Explore the impact of emotional factors couples do not

More information

礼仪玉和葬玉

礼仪玉和葬玉 http://shop33322103.taobao.com 1 http://shop33322103.taobao.com 2 http://shop33322103.taobao.com 3 http://shop33322103.taobao.com 4 http://shop33322103.taobao.com 5 http://shop33322103.taobao.com 6 http://shop33322103.taobao.com

More information

建築工程品質管理案例研討

建築工程品質管理案例研討 1.1...2-1 1.2...2-2 1.3...2-2 2.1...2-3 2.2...2-3 2.3...2-8 3.1...2-11 3.2...2-12 3.3...2-15 3.4...2-16 3.5...2-17 4.1...2-19 4.2...2-19 4.3...2-22 4.4...2-24 4.5...2-26 4.6...2-28 5.1...2-29 5.2...2-32

More information

When the rejection rule for a test at every level α can be re-written as then xxx is the p-value of the test. xxx < α, If p-value < α, then the test c

When the rejection rule for a test at every level α can be re-written as then xxx is the p-value of the test. xxx < α, If p-value < α, then the test c Hypothesis Testing - review The null hypothesis (H 0 ) and the alternative hypothesis (H 1 ) Type I error: rejecting H 0 when H 0 is true Type II error: failing to reject H 0 when H 1 is true (H 0 is false)

More information

Myers Majluf 1984 Lu Putnam R&D R&D R&D R&D

Myers Majluf 1984 Lu Putnam R&D R&D R&D R&D 2018 1 156 1 2 2 1. 233030 2. 233030 2005 ~ 2015 A F830. 2 A 1008-2506 2018 01-0015-12 1 2015 1 2017-07-18 71540004 BBSLDQDKT2017B02 1990-1993 - 1964-1 15 2018 1 2025 2015 1 2011 2 + Myers Majluf 1984

More information

國立中山大學學位論文典藏.PDF

國立中山大學學位論文典藏.PDF 2001 7 Kirkpatrick Four Level Evaluation Model 68 41 Kirkpatrick Kirkpatrick Kirkpatrick Kirkpatric Goldstein Parry 1 2 3 4 5 Training 6 Campbell DunnetteLawlerWeick Vocational Training 7 Evaluation

More information

普通高等学校本科专业设置管理规定

普通高等学校本科专业设置管理规定 普 通 高 等 学 校 本 科 专 业 设 置 申 请 表 ( 备 案 专 业 适 用 ) 学 校 名 称 ( 盖 章 ): 学 校 主 管 部 门 : 专 业 名 称 : 浙 江 外 国 语 学 院 浙 江 省 教 育 厅 金 融 工 程 专 业 代 码 : 020302 所 属 学 科 门 类 及 专 业 类 : 金 融 学 / 金 融 工 程 类 学 位 授 予 门 类 : 修 业 年 限 :

More information

~ 10 2 P Y i t = my i t W Y i t 1000 PY i t Y t i W Y i t t i m Y i t t i 15 ~ 49 1 Y Y Y 15 ~ j j t j t = j P i t i = 15 P n i t n Y

~ 10 2 P Y i t = my i t W Y i t 1000 PY i t Y t i W Y i t t i m Y i t t i 15 ~ 49 1 Y Y Y 15 ~ j j t j t = j P i t i = 15 P n i t n Y * 35 4 2011 7 Vol. 35 No. 4 July 2011 3 Population Research 1950 ~ 1981 The Estimation Method and Its Application of Cohort Age - specific Fertility Rates Wang Gongzhou Hu Yaoling Abstract Based on the

More information

國立中山大學學位論文典藏.PDF

國立中山大學學位論文典藏.PDF 1 2 83 88 5126 1.245 1.036 1.102 3 1.025 0.907 0.628 Accounts Receivable Sensitivity Analysis 4 1 1 6 12 13 15 19 19 20 22 27 29 29 30 30 33 36 5 36 43 51 54 61 68 69 71 76 84 84 88 92 93 96 103 108 6

More information

<4D6963726F736F667420576F7264202D20C4A3B0E520D3A2D3EFBFDAD3EFBBFABFBCD6D0D3A2D3EFC8FBD2F4D3EFD2F4CAB6B1F0B5C4B8C4BDF8D0CDB7BDB7A8D1D0BEBF2E646F63>

<4D6963726F736F667420576F7264202D20C4A3B0E520D3A2D3EFBFDAD3EFBBFABFBCD6D0D3A2D3EFC8FBD2F4D3EFD2F4CAB6B1F0B5C4B8C4BDF8D0CDB7BDB7A8D1D0BEBF2E646F63> 英 语 口 语 机 考 中 英 语 塞 音 语 音 识 别 的 改 进 型 方 法 研 究 刘 健 刚 赵 力 ( 东 南 大 学 外 国 语 学 院, 江 苏 南 京 210096) ( 东 南 大 学 信 息 科 学 与 工 程 学 院, 江 苏 南 京 210096) 摘 要 : 文 章 通 过 论 证 英 语 口 语 机 考 中 英 语 塞 音 语 音 识 别 实 现 的 可 能 性 和 实

More information

08陈会广

08陈会广 第 34 卷 第 10 期 2012 年 10 月 2012,34(10):1871-1880 Resources Science Vol.34,No.10 Oct.,2012 文 章 编 号 :1007-7588(2012)10-1871-10 房 地 产 市 场 及 其 细 分 的 调 控 重 点 区 域 划 分 理 论 与 实 证 以 中 国 35 个 大 中 城 市 为 例 陈 会 广 1,

More information

SAS系統簡介

SAS系統簡介 (DATA step) SAS (SAS data set) SAS SAS SAS SAS DATA [sasdataset[(dsoptions)]] ; SAS DATA PIG; DATA PIG.BW DATA _NULL_ ====> WORK.PIG( ) ====> PIG.BW( library name PIG) ====> DATA _DATA_;(or DATA;) ====>

More information

第一章

第一章 中 華 大 學 碩 士 論 文 高 職 共 同 科 目 模 擬 考 成 績 與 入 學 測 驗 之 相 關 研 究 A Study of the Relationship between Both two-year and four year the Technological and Vocational Education joint college entrance examination and

More information

WWW PHP

WWW PHP WWW PHP 2003 1 2 function function_name (parameter 1, parameter 2, parameter n ) statement list function_name sin, Sin, SIN parameter 1, parameter 2, parameter n 0 1 1 PHP HTML 3 function strcat ($left,

More information

IEC 传输帧格式

IEC 传输帧格式 IEC 60870-5-1 GB GB/T XXXXX XXXX idt IEC 60870-5-1:1990 Telecontrol Equipment and Systems Part 5:Transmission Protocol Section 1: Transmission frame formats ( ) 1998.6.28 2000.2.10 2000.5.7 200x-xx-xx

More information

个人及环境卫生调查 (登革热及沙士) 主要报告

个人及环境卫生调查 (登革热及沙士) 主要报告 个 人 及 环 境 卫 生 调 查 ( 登 革 热 及 沙 士 ) 主 要 报 告 卫 生 署 中 央 健 康 教 育 组 二 零 零 四 年 四 月 卫 生 署 拥 有 本 调 查 报 告 之 版 权 目 录 目 录 1 调 查 摘 要 2 第 一 章 引 言 7 背 景 研 究 目 的 第 二 章 研 究 方 法 9 调 查 对 象 抽 样 方 式 数 据 收 集 方 式 问 卷 设 计 测 试

More information

(10) 苷 (7, 10) (Mikania cordata) (M. micrantha Kunth (7, 10, 13,16) 8~32 12~ ~32 (5) (1)

(10) 苷 (7, 10) (Mikania cordata) (M. micrantha Kunth (7, 10, 13,16) 8~32 12~ ~32 (5) (1) 2003 (111-121) (Mikania micrantha) (Mikania cordata) 8~32 12~28 20 6 28~32 68% 25%3.5% ph5.5~7.5-0.8mpa 2.5 5~8 4 11 1.82.17.913.1 0.5, 0.75 95% 80% 2,4-D 90% 20 92~98% 112 1986 (10) 2000 5 苷 (7, 10) (Mikania

More information

untitled

untitled 01 1-1 1-2 1-3 Chapter 1-1 (statistics) (uncertainty) 1. (1) (descriptive statistics) (2) (inferential statistics) (statistical inference) (inductive statistics) (parametric statistics) (nonparametric

More information

廉政课堂

廉政课堂 廉 政 课 堂 第 72 课 宜 昌 市 夷 陵 区 工 商 局 党 风 廉 政 建 设 领 导 小 组 宜 昌 市 夷 陵 区 工 商 行 政 管 理 局 二 0 一 三 年 十 一 月 一 日 本 期 导 读 勤 廉 采 风 区 工 商 局 商 标 发 展 工 作 建 议 获 评 全 区 建 我 城 乡 统 筹 发 展 示 范 区 金 点 子 凡 人 良 言 郭 勇 谢 青 严 政 汪 润 潇

More information

untitled

untitled 版 權 所 有 亞 潮 潛 水 http://subtidal.divers.com.tw 前 言 奇 妙 的 寶 藏 生 命 的 肇 始 有 趣 的 共 生 無 脊 椎 動 物 海 綿 動 物 海 綿 腔 腸 動 物 珊 瑚 水 母 水 螅 海 葵 環 節 動 物 旋 毛 管 蟲 扁 形 動 物 扁 蟲 軟 體 動 物 貝 類 章 魚 烏 賊 芋 螺 海 麒 麟 節 肢 動 物 藤 壺 清 潔 蝦

More information

李 老 他 自 己 却 老 是 自 称 科 员, 老 说 我 李 科 员 怎 样 怎 样, 倒 好 像 这 是 一 个 值 得 他 夸 耀 的 什 么 官 衔 一 样 他 是 我 们 这 个 衙 门 里 资 格 最 老 的 科 员, 他 自 己 却 说 是 这 个 衙 门 里 最 没 有 出 息 的

李 老 他 自 己 却 老 是 自 称 科 员, 老 说 我 李 科 员 怎 样 怎 样, 倒 好 像 这 是 一 个 值 得 他 夸 耀 的 什 么 官 衔 一 样 他 是 我 们 这 个 衙 门 里 资 格 最 老 的 科 员, 他 自 己 却 说 是 这 个 衙 门 里 最 没 有 出 息 的 ------------ PDF 小 说 下 载 网 - PDF 下 载 网 http://www.pdfxz.com ------------ 夜 谭 十 记 作 者 : 马 识 途 姜 文 导 演 电 影 让 子 弹 飞 的 原 著 小 说, 让 子 弹 飞 系 改 变 自 本 书 的 盗 官 记 一 节 第 一 部 分 第 1 节 : 冷 板 凳 会 缘 起 (1) 冷 板 凳 会 缘 起 不

More information

目 录 第 一 部 分 档 案 局 概 况 一 主 要 职 责 二 部 门 决 算 单 位 构 成 第 二 部 分 档 案 局 2016 年 度 部 门 预 算 表 一 2016 年 度 市 级 部 门 收 支 预 算 总 表 二 2016 年 度 市 级 部 门 支 出 预 算 表 三 2016

目 录 第 一 部 分 档 案 局 概 况 一 主 要 职 责 二 部 门 决 算 单 位 构 成 第 二 部 分 档 案 局 2016 年 度 部 门 预 算 表 一 2016 年 度 市 级 部 门 收 支 预 算 总 表 二 2016 年 度 市 级 部 门 支 出 预 算 表 三 2016 档 案 局 2016 年 度 部 门 预 算 1 目 录 第 一 部 分 档 案 局 概 况 一 主 要 职 责 二 部 门 决 算 单 位 构 成 第 二 部 分 档 案 局 2016 年 度 部 门 预 算 表 一 2016 年 度 市 级 部 门 收 支 预 算 总 表 二 2016 年 度 市 级 部 门 支 出 预 算 表 三 2016 年 度 市 级 部 门 财 政 拨 款 支 出 预

More information

2015 年 度 收 入 支 出 决 算 总 表 单 位 名 称 : 北 京 市 朝 阳 区 卫 生 局 单 位 : 万 元 收 入 支 出 项 目 决 算 数 项 目 ( 按 功 能 分 类 ) 决 算 数 一 财 政 拨 款 168738.36 一 一 般 公 共 服 务 支 出 53.83 二

2015 年 度 收 入 支 出 决 算 总 表 单 位 名 称 : 北 京 市 朝 阳 区 卫 生 局 单 位 : 万 元 收 入 支 出 项 目 决 算 数 项 目 ( 按 功 能 分 类 ) 决 算 数 一 财 政 拨 款 168738.36 一 一 般 公 共 服 务 支 出 53.83 二 2015 年 度 部 门 决 算 报 表 ( 含 三 公 经 费 决 算 ) 2015 年 度 收 入 支 出 决 算 总 表 单 位 名 称 : 北 京 市 朝 阳 区 卫 生 局 单 位 : 万 元 收 入 支 出 项 目 决 算 数 项 目 ( 按 功 能 分 类 ) 决 算 数 一 财 政 拨 款 168738.36 一 一 般 公 共 服 务 支 出 53.83 二 上 级 补 助 收 入

More information