Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
strange
レンジ
呼び出し手順
[r]=strange(x) [r]=strange(x,'r') (または等価な, [r]=strange(x,1)) [r]=strange(x,'c') (または等価な, [r]=strange(x,2))
パラメータ
- x
実数または複素数のベクトルまたは行列
説明
range は最大値と最小値の距離で, [r]=strange(x) は ベクトルまたは行列 x のレンジを計算します.
[r]=strange(x,'r') (または等価な, [r]=strange(x,1)) は各列のレンジを有する行ベクトルを出力します.
[r]=strange(x,'c') (または等価な, [r]=strange(x,2)) は各行のレンジを有する列ベクトルを出力します.
参考文献
Wonacott, T.H. & Wonacott, R.J.; Introductory Statistics, J.Wiley & Sons, 1990.
Report an issue | ||
<< stdevf | Dispersion widths | variance >> |