scalation.random.VariateTen
Value parameters
stream
the random number stream (0 until N_STREAMS)
Attributes
Graph
Reset zoom Hide graph Show graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Members list
Determine the next random double tensor for the particular distribution.
Determine the next random double tensor for the particular distribution.
Attributes
Determine the next random integer tensor for the particular distribution. It is only valid for discrete random variates.
Determine the next random integer tensor for the particular distribution. It is only valid for discrete random variates.
Attributes
Compute the tensor mean for the particular distribution.
Compute the tensor mean for the particular distribution.
Attributes
Compute the probability function (pf): The probability density function (pdf) for continuous RVT's or the probability mass function (pmf) for discrete RVT's.
Compute the probability function (pf): The probability density function (pdf) for continuous RVT's or the probability mass function (pmf) for discrete RVT's.
Value parameters
z
the mass point/tensor whose probability is sought
Attributes
Determine whether the distribution is discrete or continuous.
Determine whether the distribution is discrete or continuous.
Attributes