Generates an array of random numbers from the Exponential Probability function.
That is, for sequence of given 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.
ExponentialProbabilityDistribution Class | WebCab.COM.Statistics.PDistributions Namespace