Class LognormalDistributionFromMomentsImpl

java.lang.Object
org.apache.commons.math.distribution.AbstractDistribution
org.apache.commons.math.distribution.AbstractContinuousDistribution
org.apache.commons.math.distribution.NormalDistributionImpl
de.uka.ipd.sdq.probfunction.math.apache.distribution.LognormalDistributionImpl
de.uka.ipd.sdq.probfunction.math.apache.distribution.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:
  • Constructor Details

    • LognormalDistributionFromMomentsImpl

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