|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface Construction
This interface defines how to construct a realization for a stochastic process.
| Method Summary | |
|---|---|
MultiVariateRealization |
realization(Vector x0)
Construct a realization of a stochastic process. |
void |
seed(long seed)
Seed the construction process so that we may generate the same realizations. |
| Method Detail |
|---|
MultiVariateRealization realization(Vector x0)
x0 - the starting point of the trajectory
void seed(long seed)
seed - seeding the same seed gives arise to the same realization
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||