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

stats_dens_uniform

(PECL stats >= 1.0.0)

stats_dens_uniformProbability density function of the uniform distribution

Açıklama

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

Returns the probability density at x, where the random variable follows the uniform distribution of which the lower bound is a and the upper bound is b.

Bağımsız Değişkenler

x

The value at which the probability density is calculated

a

The lower bound of the distribution

b

The upper bound of the distribution

Dönen Değerler

The probability density at x or false for failure.