Class PoissonLongRVRV

All Implemented Interfaces:
Cloneable, RandomVariableOps<PoissonLongRV>, RandomVariableRVNOps<Long,PoissonLongRV>, RandomVariableRVOps<Long,PoissonLongRV>

public class PoissonLongRVRV extends LongRandomVariableRV<PoissonLongRV>
Class to generate a sequence of long-integer-valued Poisson Random Variables.
  • Constructor Details

    • PoissonLongRVRV

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

      public PoissonLongRVRV(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 PoissonLongRV is created; false otherwise
      See Also:
  • Method Details