WebCab Probability and Statistics Web Services for .NET v3.3 Demo

LogNormalProbabilityDistribution.Inverse Method (Double)

Evaluates the inverse of the Lognormal probability distribution represented by this XML Web service proxy 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 | ProbabilityDistributions Namespace | LogNormalProbabilityDistribution.Inverse Overload List