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

ParetoProbabilityDistribution.Inverse Method (Double)

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

public double Inverse(
   double probability
);

Parameters

probability
The value of the probability for this Pareto distribution, between 0 and 1.

Remarks

This method returns the upper bound of the interval for which the probability function takes a given value.

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

See Also

ParetoProbabilityDistribution Class | ProbabilityDistributions Namespace | ParetoProbabilityDistribution.Inverse Overload List