array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'ja', ), 'this' => array ( 0 => 'function.stats-dens-f.php', 1 => 'stats_dens_f', 2 => 'Probability density function of the F distribution', ), 'up' => array ( 0 => 'ref.stats.php', 1 => 'Statistic 関数', ), 'prev' => array ( 0 => 'function.stats-dens-exponential.php', 1 => 'stats_dens_exponential', ), 'next' => array ( 0 => 'function.stats-dens-gamma.php', 1 => 'stats_dens_gamma', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/stats/functions/stats-dens-f.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

stats_dens_f

(PECL stats >= 1.0.0)

stats_dens_fProbability density function of the F distribution

説明

stats_dens_f(float $x, float $dfr1, float $dfr2): float

Returns the probability density at x, where the random variable follows the F distribution of which the degree of freedoms are dfr1 and dfr2.

パラメータ

x

The value at which the probability density is calculated

dfr1

The degree of freedom of the distribution

dfr2

The degree of freedom of the distribution

戻り値

The probability density at x or false for failure.