Advanced-excel-functions-advanced-excel-statistical-fdist-function

提供:Dev Guides
移動先:案内検索

高度なExcel統計-F.DIST関数

説明

F.DIST関数は、F確率分布を返します。 この関数を使用して、2つのデータセットの多様性の程度が異なるかどうかを判断できます。

構文

F.DIST(x,deg_freedom1,deg_freedom2,cumulative)

引数

Argument Description Required/Optional
X The value at which to evaluate the function. Required
Deg_freedom1 The numerator degrees of freedom. Required
Deg_freedom2 The denominator degrees of freedom. Required
Cumulative

A logical value that determines the form of the function.

累積がTRUEの場合、F.DISTは累積分布関数を返します。

累積がFALSEの場合、F.DISTは確率密度関数を返します。

Required

ノート

  • deg_freedom1またはdeg_freedom2が整数でない場合、切り捨てられます。
  • 引数が非数値の場合、F.DISTは#VALUE!を返します。 エラー値
  • xが負の場合、F.DISTは#NUM!を返します。 エラー値
  • deg_freedom1 <1の場合、F.DISTは#NUM!を返します。 エラー値
  • deg_freedom2 <1の場合、F.DISTは#NUM!を返します。 エラー値

適用範囲

Excel 2010、Excel 2013、Excel 2016

F.Dist Function