WebCab Probability and Statistics for COM v3.3 Demo

ParetoProbabilityDistribution.Inverse Method (Double, Double, Int32)

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

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

Parameters

probability
The value of the probability for this Pareto distribution, between 0 and 1.
accuracy
The precision of the solution which is returned. For example, if this parameter is set to 0.01, then the returned result will be accurate to three decimal places.
maximumSteps
The maximum number of steps which the method can perform.

Remarks

This method returns the upper bound of the interval for which the probability function takes a given value. Within this method the accuracy and the maximum number of steps which the method can perform can be set.

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

See Also

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