Class LogNormalRVRV

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

public class LogNormalRVRV extends DoubleRandomVariableRV<LogNormalRV>
Class to generate a sequence of LogNormal Random Variables.
  • Constructor Details

    • LogNormalRVRV

      public LogNormalRVRV(DoubleRandomVariable muRV, DoubleRandomVariable sigmaRV)
      Constructor.
      Parameters:
      muRV - a random variable that determines the mean of the distribution for the logarithm of a LogNormal random variable
      sigmaRV - a random variable that determines the standard deviation of the distribution for the logarithm of a LogNormal random variable
  • Method Details