scalation.random.PermutedVecD
The PermutedVecD
class generates random permutations of a vector of doubles.
Value parameters
stream
the random number stream
x
the vector of doubles to permute
Attributes
See also
maths-people.anu.edu.au/~brent/pd/Arndt-thesis.pdf
Graph
Reset zoom Hide graph Show graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Members list
Determine the next random double vector for the particular distribution.
Determine the next random double vector for the particular distribution.
Attributes
Determine the next random integer vector for the particular distribution. It is only valid for discrete random variates.
Determine the next random integer vector for the particular distribution. It is only valid for discrete random variates.
Attributes
Compute the vector mean for the particular distribution.
Compute the vector mean for the particular distribution.
Attributes
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.
Value parameters
z
the mass point/vector whose probability is sought
Attributes
Determine whether the distribution is discrete or continuous.
Determine whether the distribution is discrete or continuous.
Attributes
Inherited from:
VariateVec
Attributes
Inherited from:
Product
Attributes
Inherited from:
Product