Click or drag to resize

IntRandomPoissonDistributionGenerationMethod Enumeration

Enumeration specifying different methods of random number generation.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public enum GenerationMethod
Members
Member nameValueDescription
PTPE0 For Lambda >= 27, uses decomposition into four regions (2 parallelograms, triangle, left expontential tail, and right exponetial tail); otherwise, table lookup.
POISNORM1 For Lambda >= 1, uses Poisson inverse CDF approximation by Gaussian inverse CDF; otherwise, table lookup.
See Also