EXAM
Ex1,共有58名學生成績統計如下:
49.8333333333333
73.3333333333333
81.5
61.3333333333333
20.8333333333333
86.5
70.8333333333333
19.1666666666667
83.8333333333333
55.6666666666667
51.5
82.5
80.6666666666667
86.5
78.1666666666667
68.1666666666667
59
65.6666666666667
68.5
74
34.8333333333333
68.1666666666667
52.5
60.6666666666667
65
77.6666666666667
62.3333333333333
7.66666666666667
90.6666666666667
36.6666666666667
0.83333333333333
76.6666666666667
80.6666666666667
46.8333333333333
66.3333333333333
72.3333333333333
31.6666666666667
95.6666666666667
87.3333333333333
84.8333333333333
41.5
90
69.8333333333333
78.1666666666667
70.6666666666667
68.3333333333333
48.1666666666667
83.1666666666667
45.6666666666667
73.3333333333333
47.3333333333333
46.6666666666667
30.6666666666667
19.1666666666667
98.1666666666667
49
35.1666666666667
44.1666666666667
請利用統計課所教的方法分析這筆資料,計算母體的期望值、標準差、中位數....
描繪直方圖....
是否分佈近似常態分佈?利用Pearson公式計算偏態係數。
請問你的成績是否大於平均值?請建立假說H0, H1,並請檢定。
Ex2. 請完成課本作業Ex12, Ex37, Ex40, Ex41
herrDeng網內搜尋

自訂搜尋
Ads
2010年6月17日 星期四
熱門文章
-
請用CPU-Z軟體檢測Cache & Memory 註:快取(L1-L3: SRAM) 第一級快取(L1)–通常存取只需要幾個週期,通常是幾十個KB。 第二級快取(L2)–比L1約有2到10倍較高延遲性,通常是幾百個KB或更多。 第三級快取(L3)(不...
-
C++ DP速解難題leetcode 3363 Find the Maximum Number of Fruits Collected [Python解請進]
-
計算gcd(123456789,999999999)
-
需要練習的Java程式:
-
輸入字串s 輸入int x 輸出 x個s
-
Leetcode 342 Power of Four幾個C++一行解 [codes on Leetcode] https://leetcode.com/problems/power-of-four/solutions/7081839/9-ways-of-bit-manipula...
-
問int怎麼存-689這個數字。 int用4個bytes。 答案請用16進位表達。