WebCab Probability and Statistics for COM v3.3 Demo

LogNormalProbabilityDistribution.Inverse Method (Double, Double, Int32)

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

public double Inverse(
   double probability,
   double accuracy,
   int maximumSteps
);

Parameters

probability
The probability with respect to the Normal Probability distribution.
accuracy
The precision required of the return result. For example, if the accuracy is set to 0.001, then assuming that the computation finishes the returned result will be accuracy to three decimal places.
maximumSteps
The maximum number of steps which can be performed by the search.

Remarks

That is, the upper bound of the interval from 0, such that the probability function takes a given value. Within this method we allow the accuracy and the maximum number of iterations to be set.

For further explanation please see the accompanying PDF documentation.

See Also

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