NTU-Exam 板


LINE

課程名稱︰統計學與計量經濟學暨實習上 課程性質︰必修 課程教師︰張勝凱 開課學院:社會科學院 開課系所︰經濟系 考試日期(年月日)︰2013/10/16 考試時限(分鐘):180分鐘 試題 : Econ 2013 Statistics and Econometrics I First Midterm Exam (10/16/2013) Problem 1. (15 points (7,8)) A candy maker produces mints that have a label weight of 20.4 grams. Assume that the distribution of the weight of these mints is N(21.37,0.16). (a) Let denote the weight of a single mint selected at random from the production line. Find P(X > 22.07). (b) Suppose that 5 mints are selected independently and weighted. Let Y equal the numberr of these mints that weigh less than 20.857 grams. Find P(Y ≦ 2). Sol: (a) P(X > 22.07) = P([x-μ]/σ > [22.07-21.37]/√0.16) = P(Z > 1.75) = 0.5 - P(0 < Z < 1.75) = 0.5 - 0.46 = 0.04 (b) P(Y ≦ 2) = P(Y = 0) + P(Y = 1) + P(Y = 2) ╭5╮ P(Y = 0) =│ │((X < 20.857)^0 [P(X≧20.857)]^5) = [(0.1)^0][(0.9)^5]≒0.59 ╰0╯ ╭5╮ 5! P(Y = 1) =│ │P(X<20.857)[P(X≧20.857]^4 = ──P(X<20.857)[P(X≧20.857)]^4 ╰1╯ 1!4! P((x<20.857)) = P(Z < [20.857-21.37]/0.4) = P(Z<-1.2825) = P(Z>1.2825) ≒ 0.5 - P(0<Z<1.2825) ≒ 0.5 - 0.4 = 0.1 P(Y = 1) ≒ 5˙0.1˙(0.9)^4 = 0.32805 ╭5╮ 5! P(Y = 2) = │ │[P(X<20.857)]^2 [P(X≧20.857]^3 = ──(0.1)^2˙(0.9)^3 ╰2╯ 2!3! = 10˙0.01˙0.729 = 0.0729 P(Y ≦ 2) = 0.59 + 0.32805 + 0.0729 ≒ 0.99 Problem 2. (15 points (5,5,5)) Suppose P(A) = 0.3, P(B) = 0.5, P(C) = 0.4, and A is mutually exclusive with C; A and B are independent; P(B ∩ C) = 0.1. Find the following probabilities. c (a) P(A ∪ C). c (b) P(C ∩ B). c (c) P(B |A). Sol: c c (a) P(A ∪ C) = P(A ) = 1 - P(A) = 1 - 0.3 = 0.7. c (b) P(C ∩ B) = P(B) - P(B ∩ C) = 0.5 - 0.1 = 0.4. c c P(B ∩ A) (P(A) - P(A ∩ B)) (c) P(B |A) = ───── =──────────= 1-P(B|A) = 1-P(B) = 1-0.5 = 0.5 P(A) P(A) Problem 3. (10 points (5,5)) Given the following probability distribution, ──────────────── Y = 0 Y = 1 Y = 2 ──────────────── X = 0 0.1 0.1 0.15 X = 1 0.1 r 0.05 X = 2 q 0.1 0.1 ──────────────── (a) If P(Y > 1|X ≦ 1) = 1/3, find q and r. (b) Find P(X ≦ 1|Y < 1). Sol: P(Y > 1, X ≦ 1) P(Y=2,X=1)+P(Y=2,X=0) 0.05+0.15 (a) P(Y > 1|X ≦ 1) =─────────=───────────= ───── =1/3 P(X ≦ 1) P(X=1) + P(X=0) 0.5+r r = 0.1; and since P(S) = 1, P(X = 0) + P(X = 1) + P(X = 2) = 0.35 + 0.25 + (0.2 + q) = 0.8 + q, q = 0.2 P(X≦1, Y<1) 0.2 (b) P(X ≦ 1|Y < 1) = ─────── = ─── = 0.5. P(Y<1) 0.4 Problem 4. (10 points) X and Y are two random variables which only take two values, 1 and -1. From the following joint probability table, calculate E[X], Var(X), Cov(X,Y),and E[X^3]. ───┬──────── │ Y = 1 Y = -1 ───┼──────── X = 1│ 0.3 0.2 │ X =-1│ 0.2 0.3 ───┴──────── Sol: E[X] = 1˙P(X = 1) + (-1)˙P(X = -1) = 0 Var(X) = E[X^2] - (E[X] )^2 = 1^2˙P(X = 1) + (-1)^2˙P(X = -1) + 0^2 = 1 Cor(X,Y) = E[XY] - E[X]E[Y] = 1˙[P(X=1,Y=1)+P(X=-1,Y=-1)]+(-1)˙[P(X=-1,Y=1)+P(X=1,Y=-1)] = 0.2 E[X^3] = 1^3˙P(X = 1) + (-1)^3˙P(X = -1) = 0. Problem 5. (20 points (5,5,5,5)) The salaries of the employees of a corporation are normally distributed with a mean of 25,000 and a standard deviation of 5,000. (a) What is the probability that a randomly selected employee will have a starting salary of at least 31,000? (b) What percentage of employees has salaries of less than 12,200? (c) What are the minimum and the maximum salaries of the middle 95% of the employees? (d) If sixty-eight of the employees have incomes of at least 35,600, how many individuals are employed in the corporation? Sol: Let X be amount of salaty. X_i~N(25000,500^2). (a) P(X_i ≧ 31000) = P([X_i-μ]/σ ≧ [31000-25000]/5000) = P(Z ≧ 1.2) ≒ 0.5 - 0.3849 = 0.1151 (b) P(X < 12200) = P(Z < -2.56) = 0.5 - 0.4948 = 0.0052 95% (c) ── = 0.475, P(0 ≦ Z ≦ z) = 0.475, z ≒ 1.96, -z = -1.96; 2 P(0 ≦ Z ≦ 1.96) = P(0≦Z≦[X*-25000]/5000), [X*-25000]/5000 = 1.96, X* = 34800; P(-1.96 ≦ Z ≦ 0) = P([X*-2500]/5000≦Z≦0), [X*-25000]/5000 = -1.96, X* = 15200 minimum: 15000; maximum: 348000 (d) If there are N employees in the corporation. P(X ≧ 35600) = P(Z≧[35600-25000]/5000) = P(Z ≧2.12) = 0.5-0.483 = 0.017 Problem 6. (20 points (5,5,5,5)) i.i.d. Let X_i ~ N(μ,σ^2), we are interested in estimating σ^2. Suppose we know i.i.d. μ. Moreover, if Z_i ~ N(0,1), then n C_n = Σ(Z_i)^2 ~ Χ^2(n). i=1 We know that if C_n ~ Χ^2(n), then E[C_n] = n and Var(C_n) = 2n. Let n V_n = (1/n)Σ (X_i - μ)^2 i=1 and n W_n = (1/[n-1])Σ (X_i - μ)^2 i=1 (Χ^2(n) denotes Chi-square distribution) (a) Is V_n an unbiased estimator of σ^2? If not, what is the bias of V_n? (b) Is V_n a consistent estimator of σ^2? (c) Is W_n an unbiased estimator of σ^2? If not, what is the bias of W_n? (d) Is W_n a consistent estimator of σ^2? Sol: n (a) E[V_n] = E[(1/n)Σ (X_i-μ)^2] = (1/n)E[(X_1-μ)^2 + … + (X_n-μ)^2] i=1 = (1/n)nσ^2 = σ^2. V_n is an unbiased estimator of σ^2. (b) We see if MSE(V_n) will converge to zero or not when n goes to infinity. n (X_i-μ)/σ = Z_i~N(0,1), Σ [(X_i-μ)^2/σ^2] ~ Χ^2(n), i=1 Var({Σ[(X_i-μ)^2]/σ^2}) = 2n, → Var(Σ(X_i-μ)^2) = 2nσ^2 → Var([1/n]Σ(X_i-μ)^2) = (2σ^2)/n MSE(V_n) = (2σ^4)/n + 0^2, lim MSE(V_n) = 0, V_n is a consistent estimator of σ^2. n→∞ n (c) E[W_n] = E[(1/[n-1])Σ (X_i-μ)^2] = [1/(n-1)]nσ^2 = nσ^2/[(n-1)^2] i=1 W_n is not an unbiased estimator of σ^2, bias = nσ^2/[(n-1)^2] - σ^2 = (-n^2+3n-1)σ^2/[(n-1)^2]. (d) Var(Σ(X_i-μ)^2) = 2nσ^4 → Var([1/(n-1)]Σ(X_i-μ)^2) = 2nσ^4/[(n-1)^2] MSE(W_n) = 2nσ^4/[(n-1)^2] + {[nσ^2/(n-1)]-σ^2}^2 lim MSE(W_n) = 0, V_n is a consistent estimator of σ^2. n→∞ Problem 7. (20 points (5,5,5,5)) i.i.d. X_i ~ N(μ,σ^2), _ μ_1 = (1/4)(X_1 + 2X_2 + X_3) _ μ_2 = X_5 _ μ_3 = (1/n)(X_1 + … +X_n) (a) Which estimator(s) is an unbiased estimator(s) of μ? Explain. (b) Which estimator(s) is relatively efficient? Explain. (c) Which estimator(s) has the smallest mean squared errors (MSE)? Explain. (d) Which estimator(s) is a consistent estimator(s) of μ? Explain. Sol: (a) Three of them. _ _ _ (b) Var(μ_1) = (3/8)σ^2, Var(μ_2) = σ^2, Var(μ_3) = σ^2/n, _ _ so μ_3 has the smallest variance (as long as n ≧ 3), μ_3 is relative efficient. _ _ (c) MSE(μ) = Var(μ) + (Bias)^2, since three of them has Bias = 0, so we only _ compare variance. From (b), we know μ_3 has the smallest mean squared errors (MSE). _ _ _ (d) lim MSE(μ_1) = (3/8)σ^2, lim MSE(μ_2) = σ^2, lim MSE(μ_3) = 0, n→∞ n→∞ n→∞ _ so μ_3 is a consistent estimator of μ. --



※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 118.166.208.34
※ 文章網址: https://webptt.com/m.aspx?n=bbs/NTU-Exam/M.1423906296.A.74D.html ※ 編輯: Malzahar (118.166.208.34), 02/14/2015 18:13:20
1F:推 t0444564 : 已收錄 02/14 19:58
2F:→ t0444564 : 原來不是數學系的orz 02/14 20:04
3F:→ Malzahar : XD 02/14 20:05
4F:推 hsuzchan : 已收入經濟系 (樓上上讓我笑了好久... 02/15 09:10







like.gif 您可能會有興趣的文章
icon.png[問題/行為] 貓晚上進房間會不會有憋尿問題
icon.pngRe: [閒聊] 選了錯誤的女孩成為魔法少女 XDDDDDDDDDD
icon.png[正妹] 瑞典 一張
icon.png[心得] EMS高領長版毛衣.墨小樓MC1002
icon.png[分享] 丹龍隔熱紙GE55+33+22
icon.png[問題] 清洗洗衣機
icon.png[尋物] 窗台下的空間
icon.png[閒聊] 双極の女神1 木魔爵
icon.png[售車] 新竹 1997 march 1297cc 白色 四門
icon.png[討論] 能從照片感受到攝影者心情嗎
icon.png[狂賀] 賀賀賀賀 賀!島村卯月!總選舉NO.1
icon.png[難過] 羨慕白皮膚的女生
icon.png閱讀文章
icon.png[黑特]
icon.png[問題] SBK S1安裝於安全帽位置
icon.png[分享] 舊woo100絕版開箱!!
icon.pngRe: [無言] 關於小包衛生紙
icon.png[開箱] E5-2683V3 RX480Strix 快睿C1 簡單測試
icon.png[心得] 蒼の海賊龍 地獄 執行者16PT
icon.png[售車] 1999年Virage iO 1.8EXi
icon.png[心得] 挑戰33 LV10 獅子座pt solo
icon.png[閒聊] 手把手教你不被桶之新手主購教學
icon.png[分享] Civic Type R 量產版官方照無預警流出
icon.png[售車] Golf 4 2.0 銀色 自排
icon.png[出售] Graco提籃汽座(有底座)2000元誠可議
icon.png[問題] 請問補牙材質掉了還能再補嗎?(台中半年內
icon.png[問題] 44th 單曲 生寫竟然都給重複的啊啊!
icon.png[心得] 華南紅卡/icash 核卡
icon.png[問題] 拔牙矯正這樣正常嗎
icon.png[贈送] 老莫高業 初業 102年版
icon.png[情報] 三大行動支付 本季掀戰火
icon.png[寶寶] 博客來Amos水蠟筆5/1特價五折
icon.pngRe: [心得] 新鮮人一些面試分享
icon.png[心得] 蒼の海賊龍 地獄 麒麟25PT
icon.pngRe: [閒聊] (君の名は。雷慎入) 君名二創漫畫翻譯
icon.pngRe: [閒聊] OGN中場影片:失蹤人口局 (英文字幕)
icon.png[問題] 台灣大哥大4G訊號差
icon.png[出售] [全國]全新千尋侘草LED燈, 水草

請輸入看板名稱,例如:Soft_Job站內搜尋

TOP