Documentation of 'umontreal.iro.lecuyer.probdist.ExponentialDistFromMean' Java class
ExponentialDistFromMean
umontreal.iro.lecuyer.probdist

Class ExponentialDistFromMean

  • All Implemented Interfaces:
    Distribution


    public class ExponentialDistFromMean
    extends ExponentialDist
    Extends the ExponentialDist class with a constructor accepting as argument the mean 1/λ instead of the rate λ.
    • Constructor Detail

      • ExponentialDistFromMean

        public ExponentialDistFromMean(double mean)
        Constructs a new exponential distribution with mean mean.
        Parameters:
        mean - the required mean.
    • Method Detail

      • setMean

        public void setMean(double mean)
        Calls setLambda with argument 1/mean to change the mean of this distribution.
        Parameters:
        mean - the new mean.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.