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

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 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)

参照

  • ftuneq — 大きさが等しくない標本のフィッシャー比 .
Report an issue
<< Hypothesis Testing Hypothesis Testing ftuneq >>

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:
Mon Oct 01 17:40:31 CEST 2012