Class LognormalDistributionFromMomentsImpl

  • All Implemented Interfaces:
    Serializable, org.apache.commons.math.distribution.ContinuousDistribution, org.apache.commons.math.distribution.Distribution, org.apache.commons.math.distribution.HasDensity<Double>, org.apache.commons.math.distribution.NormalDistribution

    public class LognormalDistributionFromMomentsImpl
    extends LognormalDistributionImpl
    SDQ implementation of LogNormalDistFromMoments based on apache.commons.math
    See Also:
    Serialized Form
    • Constructor Detail

      • LognormalDistributionFromMomentsImpl

        public LognormalDistributionFromMomentsImpl​(double mean,
                                                    double variance)
                                             throws org.apache.commons.math.MathException
        Throws:
        org.apache.commons.math.MathException