Skip to content

NegativeBinomialDistribution


final class NegativeBinomialDistribution<Arg1, Arg2>(k:Arg1, ρ:Arg2) < DiscreteDistribution

Negative binomial distribution.

Member Variables

Name Description
k:Arg1 Number of successes before the experiment is stopped.
ρ:Arg2 Success probability.