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

LogNormalProbabilityDistribution.InverseFromRange Method 

Evaluates the inverse of the Lognormal Probability distribution represented by this XML Web service proxy instance when the lower bound of the solution is known.

public double InverseFromRange(
   double probability,
   double lowerBound
);

Parameters

probability
The probability with respect to the Normal Probability distribution.
lowerBound
The lower bound on the real line over which the result is searched over.

Remarks

That is, the value required of the probability density function's variable in order to achieve a given value of probability is evaluated.

This method allows the lower bound of the set over which a solution can be found. By setting the lower bound the result to be found with less iterations and hence faster than the inverse method.

For further explanation please see the accompanying PDF documentation.

See Also

LogNormalProbabilityDistribution Class | ProbabilityDistributions Namespace