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

stats_dens_weibull

(PECL stats >= 1.0.0)

stats_dens_weibullProbability density function of the Weibull distribution

説明

stats_dens_weibull(float $x, float $a, float $b): float

Returns the probability density at x, where the random variable follows the Weibull distribution of which the shape parameter is a and the scale parameter is b.

パラメータ

x

The value at which the probability density is calculated

a

The shape parameter of the distribution

b

The scale parameter of the distribution

戻り値

The probability density at x or false for failure.