WebCab Probability and Statistics for .NET v3.3 Demo

ParetoProbabilityDistribution.GetRandomValue Method 

Generates a random number from the Pareto Probability function.

public double GetRandomValue();

Remarks

That is, for a randomly selected number from the interval [0,1], we return the value for which the inverse distribution equals the given ramdomly generated number.

See Also

ParetoProbabilityDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace