[数] 中位数
...但它不见得是出现次数最多的值(甚至也可能不是观测值中的一个)。所以有必要研究表示集中位置的其它的特征数。中位数(Median):算术平均数作为集中位置的特征还有一缺点,就是受观测值中极端值的影响很大,而一组观测值中的极端值常常没有代表性。
中线
纹理(Grain)、中线( Median)、锐化(Sharpening)、浮雕(Embossing)、边缘探测(Edge Detection)、辐射状模糊(Radial Blur)和基于 Z 轴深度的模糊效果
中数
中数(median) 对一组数进行排序后,正中间的一个数(数字个数为奇数), 或者中间两个数的平均数(数字个数为偶数)。
中间值
中间值(Median):以所有非透明像素的中间通道值渲染。能从画面中移除多余的内容,有效减少杂色和噪点,但有合成的痕迹。
电子 中值滤波器 ; 中值滤波 ; 滤波器 ; 中位数滤波
半数致死量 ; 半数致死剂量 ; 半致死剂量 ; 致死中量
中间选民理论 ; 中位投票者定律 ; 定理 ; 中间投票人定理
In statistics and probability theory, the median is the numerical value separating the higher half of a data sample, a population, or a probability distribution, from the lower half. The median of a finite list of numbers can be found by arranging all the observations from lowest value to highest value and picking the middle one (e.g., the median of {3, 3, 5, 9, 11} is 5). If there is an even number of observations, then there is no single middle value; the median is then usually defined to be the mean of the two middle values (the median of {3, 5, 7, 9} is (5 + 7) / 2 = 6), which corresponds to interpreting the median as the fully trimmed mid-range. The median is of central importance in robust statistics, as it is the most resistant statistic, having a breakdown point of 50%: so long as no more than half the data is contaminated, the median will not give an arbitrarily large result. A median is only defined on ordered one-dimensional data, and is independent of any distance metric. A geometric median, on the other hand, is defined in any number of dimensions.In a sample of data, or a finite population, there may be no member of the sample whose value is identical to the median (in the case of an even sample size); if there is such a member, there may be more than one so that the median may not uniquely identify a sample member. Nonetheless, the value of the median is uniquely determined with the usual definition. A related concept, in which the outcome is forced to correspond to a member of the sample, is the medoid. At most, half the population have values strictly less than the median, and, at most, half have values strictly greater than the median. If each group contains less than half the population, then some of the population is exactly equal to the median. For example, if a < b < c, then the median of the list {a, b, c} is b, and, if a < b < c < d, then the median of the list {a, b, c, d} is the mean of b and c; i.e., it is (b + c)/2.The median can be used as a measure of location when a distribution is skewed, when end-values are not known, or when one requires reduced importance to be attached to outliers, e.g., because they may be measurement errors.In terms of notation, some authors represent the median of a variable x either as or as sometimes also M. There is no widely accepted standard notation for the median, so the use of these or other symbols for the median needs to be explicitly defined when they are introduced.The median is the 2nd quartile, 5th decile, and 50th percentile.