作者cyndilin (cyndi)
站内Statistics
标题[问题] 合并群组变异数的问题
时间Thu Sep 30 09:45:40 2010
Sample 1 consists of 4 individuals, and the sample mean = 50K, and the sample
standard deviation = 10K.
Sample 2 consists of 8 individuals, and the sample mean = 50K, and the sample
standard deviation = 5K.
Now you want to merge the two samples to obtain the sample mean and the sample
standard deviation of the merged sample of 12 individuals. What are the
sample mean and the sample standard deviation of the merged sample?
(Hint: What is the definition of sample variances?)
a. Sample mean = 50K, sample stdev = 15K
b. Sample mean = 50K, sample stdev = 6.571K
c. Sample mean = 100k, sample stdev = 15K
d. Sample mean = 50K, but insufficient information is given for the sample
standard deviation.
e. Sample mean = 50K, sample stdev = 11.18K
可是我算出来的答案是7.0711(以上皆非)
我的算法
variance1 = 1/4 [ SUM (X_1i- 50)^2] = 100
variance2 = 1/8 [ SUM (X_2i- 50)^2] = 25
variance 1&2 = 1/12 [SUM (X_1i- 50)^2 + SUM (X_2i- 50)^2]
= 50
stdev = 7.0711
这样的想法哪里错了
谢谢指教
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 70.225.182.82
1F:推 andrew43:sample的标准差或变方要n-1, 其它没错. 09/30 10:58
2F:→ cyndilin:谢谢… 09/30 11:31