|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.numericalmethod.suanshu.stats.random.multivariate.IID
public class IID
Generate a random vector of which the elements are i.i.d. drawn from the same distribution.
| Constructor Summary | |
|---|---|
IID(RandomNumberGenerator rng,
int length)
|
|
| Method Summary | |
|---|---|
double[] |
nextVector()
Get the next random vector. |
void |
seed(long... seeds)
Seed the random number generator to produce repeatable sequences. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IID(RandomNumberGenerator rng,
int length)
| Method Detail |
|---|
public void seed(long... seeds)
RandomVectorGenerator
seed in interface RandomVectorGeneratorseeds - the seedspublic double[] nextVector()
RandomVectorGenerator
nextVector in interface RandomVectorGenerator
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||