Scilab 5.4.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
harmean
調和平均
呼び出し手順
hm=harmean(x) hm=harmean(x,'r')(or, equivalently, hm=harmean(x,1)) hm=harmean(x,'c')(or, equivalently, hm=harmean(x,2))
パラメータ
- x
実数または複素数のベクトルまたは行列
説明
この関数は,ベクトルまたは行列x
の
調和平均を計算します.
あるベクトルまたは行列x
について,
hm=harmean(x)
はスカラーhm
に
x
の全エントリの調和平均を返します.
hm=harmean(x,'r')
(または等価な
hm=harmean(x,1)
) は,
行ベクトルhm
の各要素に
x
の各列の調和平均を返します.
hm=harmean(x,'c')
(または等価な
hm=harmean(x,2)
) は,
列ベクトルhm
の各エントリに
x
の各行の調和平均を返します.
参考文献
Wonacott, T.H. & Wonacott, R.J.; Introductory Statistics, fifth edition, J.Wiley & Sons, 1990.
Report an issue | ||
<< geomean | Central Tendency | mean >> |