| Interface | Description |
|---|---|
| RandomVectorGenerator |
A (pseudo) multivariate random number generator samples a random vector from a multivariate distribution.
|
| Class | Description |
|---|---|
| BurnInRVG |
A burn-in random number generator discards the first M samples.
|
| HypersphereRVG |
Generates uniformly distributed points on a unit 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.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.