array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'function.stats-rand-gen-ibinomial-negative.php', 1 => 'stats_rand_gen_ibinomial_negative', 2 => 'Generates a random deviate from the negative binomial distribution', ), 'up' => array ( 0 => 'ref.stats.php', 1 => 'Statistic 函数', ), 'prev' => array ( 0 => 'function.stats-rand-gen-ibinomial.php', 1 => 'stats_rand_gen_ibinomial', ), 'next' => array ( 0 => 'function.stats-rand-gen-int.php', 1 => 'stats_rand_gen_int', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/stats/functions/stats-rand-gen-ibinomial-negative.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

stats_rand_gen_ibinomial_negative

(PECL stats >= 1.0.0)

stats_rand_gen_ibinomial_negativeGenerates a random deviate from the negative binomial distribution

说明

stats_rand_gen_ibinomial_negative(int $n, float $p): int

Returns a random deviate from a negative binomial distribution where the number of success is n and the success rate is p.

参数

n

The number of success

p

The success rate

返回值

A random deviate, which is the number of failure.