 | IntRandomPoissonDistribution Constructor (Double) |
Constructs a random number generator for a discrete Poisson distribution
using the specified mean.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.4
Syntaxpublic IntRandomPoissonDistribution(
double lambda
)
Public Sub New (
lambda As Double
)
public:
IntRandomPoissonDistribution(
double lambda
)
new :
lambda : float -> IntRandomPoissonDistribution
Parameters
- lambda
- Type: SystemDouble
Mean.
See Also