<< Hypothesis Testing Hypothesis Testing ftuneq >>

Scilab Help >> Statistics > Hypothesis Testing > ftest

ftest

フィッシャー比

呼び出し手順

f=ftest(samples)
[f,p]=ftest(samples)

パラメータ

samples

nr行nc列の実数または複素数の行列

説明

f=ftest(samples) は, 行列samplesの各列の値である nc個の標本のフィッシャー比を計算します. これらの各標本の各々は,nr個の値から構成されます (フィッシャー比はnrと標本の平均の分散の積と各標本の分散の平均の比です).

[f,p]=ftest(samples) は, p 個のフィッシャー比 fの計算値をpに出力します.

参考文献

Wonacott, T.H. & Wonacott, R.J.; Introductory Statistics, J.Wiley & Sons, 1990.

samples=[46 55 54;
         53 54 50;
         49 58 51;
         50 61 51;
         46 52 49]
[f,p]=ftest(samples)

参照


Report an issue
<< Hypothesis Testing Hypothesis Testing ftuneq >>