WebCab Probability and Statistics for COM v3.3 Demo

StandardNormalProbabilityDistribution.GetRandomValues Method 

Generates an array of random numbers from the Standard Normal Probability function.

public double[] GetRandomValues(
   int numberOfRandomValues
);

Parameters

numberOfRandomValues
The number of ramdom values returned by the method.

Remarks

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

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

StandardNormalProbabilityDistribution Class | WebCab.COM.Statistics.PDistributions Namespace