Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.0.2 - 日本語

Change language to:
English - Français - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilabヘルプ >> Statistics > Measures of Dispersion > strange

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
<< mad Measures of Dispersion Measures of Shape >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Thu Feb 14 15:02:13 CET 2019