You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2020. It is now read-only.
Forgive me if I am misusing the library, but I can't seem to get out the expected result.
For the NBD, with a number-of-successes of 71, and a probability of success of 0.9712 and a value of 1, I would expect the 'DistributionFunction' method to return approx 0.382....
However with your library, doing the following:
var distribution = new NegativeBinomialDistribution(71, 0.9712);
var X = distribution.DistributionFunction(1);