Advanced-excel-functions-advanced-excel-statistical-finvrt-function

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

統計-F.INV.RT関数

説明

F.INV.RT関数は、(右側)F確率分布の逆を返します。

p = F.DIST.RT(x、…​)の場合、F.INV.RT(p、…​)= x。

F分布は、2つのデータセットのばらつきの程度を比較するF検定で使用できます。

構文

F.INV.RT (probability,deg_freedom1,deg_freedom2)

引数

Argument Description Required/Optional
Probability A probability associated with the F cumulative distribution. Required
Deg_freedom1 The numerator degrees of freedom. Required
Deg_freedom2 The denominator degrees of freedom. Required

ノート

  • Deg_freedom1またはDeg_freedom2が整数でない場合、切り捨てられます。
  • 引数が非数値の場合、F.INV.RTは#VALUE!を返します。 エラー値
  • 引数が非数値の場合、F.INV.RTは#VALUE!を返します。 エラー値
  • 確率が<0または確率が> 1の場合、F.INV.RTは#NUM!を返します。 エラー値
  • Deg_freedom1が1未満、またはDeg_freedom2が1未満の場合、F.INV.RTは#NUM!を返します。 エラー値
  • Deg_freedom2が<1またはDeg_freedom2が≥10 ^ 10の場合、F.INV.RTは#NUM!を返します。 エラー値
  • 確率の値が与えられると、F.INV.RTは次のような値xを求めます。 + F.DIST.RT(x、deg_freedom1、deg_freedom2)=確率
  • したがって、F.INV.RTの精度はF.DIST.RTの精度に依存します。
  • F.INV.RTは、反復検索手法を使用します。 64回の反復後に検索が収束しない場合、関数は#N/Aエラー値を返します。

適用範囲

Excel 2010、Excel 2013、Excel 2016

F.Inv.Rt Function