Change log entry 40943 | |
---|---|
Processed by: | ycandau (2012-04-22 17:06:16 UTC) |
Comment: |
<< review queue entry 39186 - submitted by 'alanwatson' >> In maths/stats there are five "statistics of central tendency": arithmetic mean (eg average weight), geometric mean (eg average growth rate), harmonic mean (eg average speed), median (eg average voter) and mode (most common). You can find them all in Juku and Wikipedia. We have 2 1/2 of them. This entry is to add the other two and enhance the 1/2. |
Diff: |
= 算術平均數 算术平均数 [suan4 shu4 ping2 jun1 shu4] /arithmetic mean/ + 幾何平均數 几何平均数 [ji3 he2 ping2 jun1 shu4] /geometric mean/ # Juku 返回一正数数组或数值区域的几何平均数 Returns the geometric mean of an array or range of positive numeric data + 調和平均數 调和平均数 [tiao2 he2 ping2 jun1 shu4] /harmonic mean/ # see http://zh.wikipedia.org/wiki/%E8%AA%BF%E5%92%8C%E5%B9%B3%E5%9D%87%E6%95%B8 = 中位數 中位数 [zhong1 wei4 shu4] /median/ - 眾數 众数 [zhong4 shu4] /plural/ + 眾數 众数 [zhong4 shu4] /plural/mode (statistics)/ # Juku 众数是资料中重复出现次数最多的那个数值。The mode is that value that is repeated most often in the data set. |