scalation.random.RandomSetS
The RandomSetS
class generates a random set/subset of strings.
Value parameters
count
the size of the set (number of strings)
stream
the random number stream
Attributes
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 set for the particular distribution.
Determine the next random double set for the particular distribution.
Attributes
Determine the next random integer set for the particular distribution. It is only valid for discrete random variates.
Determine the next random integer set for the particular distribution. It is only valid for discrete random variates.
Attributes
Compute the mean for the particular distribution.
Compute the 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/set whose probability is sought
Attributes
Determine whether the distribution is discrete or continuous.
Determine whether the distribution is discrete or continuous.
Attributes
Inherited from:
VariateSet
Attributes
Inherited from:
Product
Attributes
Inherited from:
Product