Class ExpDistrRVRV

All Implemented Interfaces:
Cloneable, RandomVariableOps<ExpDistrRV>, RandomVariableRVNOps<Double,ExpDistrRV>, RandomVariableRVOps<Double,ExpDistrRV>

public class ExpDistrRVRV extends DoubleRandomVariableRV<ExpDistrRV>
Class to generate a sequence of random variables, each of which generates exponentially distributed values.
  • Constructor Details

    • ExpDistrRVRV

      public ExpDistrRVRV(DoubleRandomVariable meanRV)
      Constructor.
      Parameters:
      meanRV - a random variable that determines the mean of the distribution for a random variable that generates exponentially distributed values
  • Method Details