ChaseDream
搜索
返回列表 发新帖
查看: 779|回复: 8
打印 上一主题 下一主题

请教关于median的定义

[复制链接]
楼主
发表于 2005-7-27 11:37:00 | 只看该作者

请教关于median的定义

今天做了一套模拟考试题,多次见到median这个词,请教它的定义,谢谢!

沙发
发表于 2005-7-27 12:12:00 | 只看该作者
median(中数)
将一堆数排序之后,正中间的一个数(奇数个数字), 或者中间两个数的平均数(偶数个数字)( e.g. median of 1,7,4,9,2,2,2,2,2,5,8 is 2 // median of 1,7,4,9,2,5 is (5+7)/2=6 )
板凳
发表于 2005-7-27 18:30:00 | 只看该作者
以下是引用芙蓉菜菜在2005-7-27 12:12:00的发言:
median(中数)
将一堆数排序之后,正中间的一个数(奇数个数字), 或者中间两个数的平均数(偶数个数字)( e.g. median of 1,7,4,9,2,2,2,2,2,5,8 is 2 // median of 1,7,4,9,2,5 is (5+7)/2=6 )


我怎么觉得median of 1, 7, 4, 9, 2, 5是(4+5)/2阿
地板
 楼主| 发表于 2005-7-27 20:01:00 | 只看该作者

thx

5#
发表于 2005-7-27 21:08:00 | 只看该作者
以下是引用guru77在2005-7-27 18:30:00的发言:


我怎么觉得median of 1, 7, 4, 9, 2, 5是(4+5)/2阿

恩~你对...菜菜眼花了...

6#
发表于 2005-7-27 23:11:00 | 只看该作者

feifei第四部分31题,如果按照“median(中数)
将一堆数排序之后,正中间的一个数(奇数个数字), 或者中间两个数的平均数(偶数个数字)”的说法,怎么会得出两个答案呢?


很弱的问!

7#
发表于 2005-7-28 01:46:00 | 只看该作者
我也觉得不应该是中间两个数的平均;我们书上不是这样讲的;说如果偶数个,那种数就是中间那两个。
8#
发表于 2005-7-28 09:44:00 | 只看该作者

http://forum.chasedream.com/dispbbs.asp?BoardID=22&id=233


我是看了上面那个链接里的阿


现在偶也晕了

9#
发表于 2005-7-28 12:11:00 | 只看该作者

我们书上的定义:


For each random variable X, a median of the distribution of X is defined as a number m such that Pr(X<=m)>=1/2 and Pr(X>=m)>=1/2.


In other words, a median is a point m that satisfies the following two requirements:


First,if m is included with the values of X to the left of m,then


Pr(X>=m)>=Pr(X>m).


Second,if m is included with the values of X to the right of m,then


Pr(X>=m)>=Pr(X<m).


Accroding to the definition, every distribution must have at least one median,and for some distribution every number in some interval can be a median. If there is a number m such that Pr(X<m)=Pr(X>m),that is,if the number m does actually divide the total probability into two equal parts, then m will of course be a median of the distribution of X.


引自:Probability and Statistics(THIRD EDITION) Morris H. DeGroot and Mark J. Schervish


这是从概率上面解释的,一个参考吧。

您需要登录后才可以回帖 登录 | 立即注册

Mark一下! 看一下! 顶楼主! 感谢分享! 快速回复:

手机版|ChaseDream|GMT+8, 2025-9-26 14:04
京公网安备11010202008513号 京ICP证101109号 京ICP备12012021号

ChaseDream 论坛

© 2003-2025 ChaseDream.com. All Rights Reserved.

返回顶部