Class PoissonIntegerRVRV

All Implemented Interfaces:
Cloneable, RandomVariableOps<PoissonIntegerRV>, RandomVariableRVNOps<Integer,PoissonIntegerRV>, RandomVariableRVOps<Integer,PoissonIntegerRV>

public class PoissonIntegerRVRV extends IntegerRandomVariableRV<PoissonIntegerRV>
Class to generate a sequence of integer-valued Poisson Random Variables.
  • Constructor Details

    • PoissonIntegerRVRV

      public PoissonIntegerRVRV(DoubleRandomVariable lambdaRV)
      Constructor.
      Parameters:
      lambdaRV - a random variable that determines the parameter λ which gives the mean of the distribution for a Poisson random variable
    • PoissonIntegerRVRV

      public PoissonIntegerRVRV(DoubleRandomVariable lambdaRV, boolean mode)
      Constructor with a mode to allow tables to be allocated.
      Parameters:
      lambdaRV - a random variable that determines the parameter λ which gives the mean of the distribution for a Poisson random variable
      mode - true if tables should be allocated to improve execution speed when a PoissonIntegerRV is created; false otherwise
      See Also:
  • Method Details