| BurnInRVG |
A burn-in random number generator discards the first M samples.
|
| HypersphereRVG |
Generates uniformly distributed points on the surface of a hypersphere.
|
| IID |
An i.i.d.
|
| MultinomialRVG |
A multinomial distribution puts N objects into K bins according
to the bins' probabilities.
|
| NormalRVG |
A multivariate Normal random vector is said to be p-variate normally
distributed if every linear combination of its p components has a univariate
normal distribution.
|
| ThinRVG |
Thinning is a scheme that returns every m-th item, discarding the last m-1 items for each draw.
|
| UniformDistributionOverBox |
This random vector generator uniformly samples points over a box region.
|