WebCab Probability and Statistics for .NET v3.3 Demo

ParetoProbabilityDistribution.GetRandomValues Method 

Generates an array of random numbers from the Pareto Probability function.

public double[] GetRandomValues(
   int numberOfRandomValues
);

Remarks

That is, for sequence of randomly generated numbers within the interval [0,1], we return an array of values for which the inverse distribution equals the given random generated numbers.

Remark: This method is identical to the methods getRandomValue(), except that here we apply the procedure to an array rather than an individual number.

See Also

ParetoProbabilityDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace