WebCab Probability and Statistics for COM v3.3 Demo

LogNormalProbabilityDistribution.Inverse Method (Double)

Evaluates the inverse of the Lognormal probability distribution represented by this instance.

public double Inverse(
   double probability
);

Parameters

probability
The probability with respect to the Normal Probability distribution.

Remarks

That is, the upper bound on the interval from 0, such that the probability function takes a given value.

For further explanation please see the accompanying PDF documentation.

See Also

LogNormalProbabilityDistribution Class | WebCab.COM.Statistics.PDistributions Namespace | LogNormalProbabilityDistribution.Inverse Overload List