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

Class LognormalDistFromMoments

  • All Implemented Interfaces:
    Distribution


    public class LognormalDistFromMoments
    extends LognormalDist
    Extends the LognormalDist class with a constructor accepting the mean m and the variance v of the distribution as arguments. The mean and variance of a lognormal random variable with parameters μ and σ are eμ+σ2/2 and e2μ+σ2(eσ2 - 1) respectively, so the parameters are given by σ2 = ln(v/m2+1) and μ = ln(m) - σ2/2.
    • Constructor Detail

      • LognormalDistFromMoments

        public LognormalDistFromMoments(double mean,
                                        double var)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.