Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: English - Français - Português - Русский -
Scilabヘルプ >> Statistics > Measures of Dispersion > mad

mad

平均絶対偏差

呼び出し手順

s2=mad(x)
s2=mad(x,'r') or s2=mad(x,1)
s2=mad(x,'c') or s2=mad(x,2)

パラメータ

x

実数または複素数のベクトルまたは行列

説明

この関数は,実数または複素数のベクトルまたは行列x の平均絶対偏差を計算します.

あるベクトルまたは行列xについて, s2=mad(x)は, xの全エントリの平均絶対偏差を スカラーs2にを返します.

s2=mad(x,'r') (または等価なs2=mad(x,1)) は,列ベクトルs2の各要素に xの各列の平均絶対偏差を返します.

s2=mad(x,'c') (または等価なs2=mad(x,2)) は,列ベクトルs2の各要素に xの各行の平均絶対偏差を返します.

参考文献

Reference: Wonacott T.H.& Wonacott R.J. .- Introductory Statistics, 5th edition, John Wiley, 1990.

Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:35:27 CEST 2016