WebCab Probability and Statistics for .NET v3.3 Demo

PoissonProbabilityDistribution.GetRandomNumbers Method 

Generated a string of random numbers from the Poisson distribution.

public int[] GetRandomNumbers(
   int numberOfRandomValues
);

Parameters

numberOfRandomValues
The number of random values generated from the Poisson distribution.

Remarks

For a array of random numbers within the range [0,1] (i.e. an array of probabilities), we return a array of INTEGER values for which n-th value the cumulative Poisson distribution function is greater than or equal to the n-th randomly generated number.

See Also

PoissonProbabilityDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace