Advanced-excel-functions-advanced-excel-statistical-betadist-function

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

統計-BETA.DIST関数

説明

BETA.DIST関数は、ベータ分布を返します。 ベータ分布は、一般的に、サンプル全体の何かの割合の変動を調べるために使用されます。

構文

BETA.DIST(x,alpha,beta,cumulative,[A],[B])

引数

Argument Description Required/Optional
X The value between A and B at which to evaluate the function. Required
Alpha A parameter of the distribution. Required
Beta A parameter of the distribution. Required
Cumulative

A logical value that determines the form of the function.

BETA.DISTは-を返します

  • 累積がTRUEの場合、累積分布関数
  • 累積がFALSEの場合の確率密度関数
Required
A A lower bound to the interval of x. Optional
B An upper bound to the interval of x. Optional

ノート

  • AおよびBの値を省略すると、BETA.DISTは標準の累積ベータ分布を使用するため、A = 0およびB = 1になります。
  • 引数が数値でない場合、BETA.DISTは#VALUE!を返します。 エラー値
  • alpha≤0またはbeta≤0の場合、BETA.DISTは#NUM!を返します。 エラー値
  • x <A、x> B、またはA = Bの場合、BETA.DISTは#NUM!を返します。 エラー値

適用範囲

Excel 2010、Excel 2013、Excel 2016

BetaDist関数