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

ParetoProbabilityDistribution.InverseFromValue Method 

Returns the inverse of the Pareto distribution represented by this XML Web service proxy instance, for a given level of probability.

public double InverseFromValue(
   double probability,
   double lowerBound
);

Parameters

probability
The value of the probability for this Pareto distribution, between 0 and 1.
lowerBound
The lower bound of the real line over which the solution is searched for.

Remarks

This method evaluates the upper bound of an interval of the real line when the lower bound of the interval and the value of the probability is known.

This method allows the lower bound over which the solution will be search for to be set. By choosing a suitable lower bound of the interval the inverse of the Pareto distribution will be able to found using less iterations and hence more quickly than the inverse method.

For further explanation and explicit formulae please see the accompanying PDF documentation.

See Also

ParetoProbabilityDistribution Class | ProbabilityDistributions Namespace