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
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)
参照
- ftuneq — 大きさが等しくない標本のフィッシャー比 .
Report an issue | ||
<< Hypothesis Testing | Hypothesis Testing | ftuneq >> |