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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LognormalDistributionFromMomentsImpl(double mean, double variance)
-
Method Summary
-
Methods inherited from class de.uka.ipd.sdq.probfunction.math.apache.distribution.LognormalDistributionImpl
cumulativeProbability, cumulativeProbability, density, getDomainLowerBound, getDomainUpperBound, getInitialDomain, getMean, getStandardDeviation, inverseCumulativeProbability
-
Methods inherited from class org.apache.commons.math.distribution.NormalDistributionImpl
density, getSolverAbsoluteAccuracy, setMean, setStandardDeviation
-
-