Advanced-excel-functions-advanced-excel-statistical-chisqdist-function

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

統計-CHISQ.DIST関数

説明

CHISQ.DIST関数は、カイ2乗分布を返します。 カイ2乗分布は、一般に、人々がテレビの視聴に費やす時間の割合など、サンプル全体の何かの割合の変動を調べるために使用されます。

構文

CHISQ.DIST(x,deg_freedom,cumulative)

引数

Argument Description Required/Optional
X The value at which you want to evaluate the distribution. Required
Deg_freedom The number of degrees of freedom Required
Cumulative

A logical value that determines the form of the function. If cumulative is TRUE, CHISQ.DIST returns the cumulative distribution function.

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

Required

ノート

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

適用範囲

Excel 2010、Excel 2013、Excel 2016

ChisqDist関数