Click or drag to resize

IntRandomPoissonVaryingMeanDistribution Class

Class IntRandomPoissonVaryingMeanDistribution generates random numbers from a discrete Poisson distribution with varying mean.
Inheritance Hierarchy
SystemObject
  CenterSpace.NMath.CoreIntRandomPoissonVaryingMeanDistribution

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public class IntRandomPoissonVaryingMeanDistribution : IRandomNumberDistribution<int>, 
	ICloneable

The IntRandomPoissonVaryingMeanDistribution type exposes the following members.

Constructors
 NameDescription
Public methodIntRandomPoissonVaryingMeanDistribution Constructs a random number generator for a discrete Poisson distribution using the default array of means ([1.0]).
Public methodIntRandomPoissonVaryingMeanDistribution(Double) Constructs a random number generator for a discrete Poisson distribution using the specified array of means.
Public methodIntRandomPoissonVaryingMeanDistribution(DoubleVector) Constructs a random number generator for a discrete Poisson distribution using the specified vector of means.
Top
Properties
 NameDescription
Public propertyLambdas Gets the array of means.
Top
Methods
 NameDescription
Public methodClone Creates a deep copy of this random number generator.
Public methodFill Uses the given random number stream to fill the given array of integers with random values.
Top
See Also