Click or drag to resize
Accord.NET (logo)

NegativeBinomialDistributionNumberOfFailures Property

Gets the number of failures.

Namespace:  Accord.Statistics.Distributions.Univariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double NumberOfFailures { get; }
Request Example View Source

Property Value

Type: Double
The number of failures.
See Also