WebCab Probability and Statistics for .NET v3.3 Demo

ParetoProbabilityDistribution.Inverse Method

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

Overload List

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

public double Inverse(double);

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

public double Inverse(double,double,int);

See Also

ParetoProbabilityDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace