Determine the next random double vector for the particular distribution.
Determine the next random integer vector for the particular distribution.
Determine the next random integer vector for the particular distribution. It is only valid for discrete random variates.
Compute the vector mean for the particular distribution.
Compute the probability function (pf): The probability density function (pdf) for continuous RVV's or the probability mass function (pmf) for discrete RVV's.
Compute the probability function (pf): The probability density function (pdf) for continuous RVV's or the probability mass function (pmf) for discrete RVV's.
the mass point/vector whose probability is sought
Indicates whether the distribution is discrete or continuous (default)
Indicates whether the distribution is discrete or continuous (default)
Determine whether the distribution is discrete or continuous.
Show the flaw by printing the error message.
Show the flaw by printing the error message.
the method where the error occurred
the error message
Random number stream selected by the stream number
Random number stream selected by the stream number
The
VariateVec
abstract class serves as a base class for all the random variate vector (RVV) generators. They use one of the Random Number Generators (RNG's) from Random.scala to generate numbers following their particular multivariate distribution.