|
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 a realization of a stochastic process is constructed.
| Method Summary | |
|---|---|
Realization |
realization(double x0)
Construct a realization of the stochastic process. |
void |
seed(long seed)
Seed the construction process so that we may generate the same realizations. |
| Method Detail |
|---|
Realization realization(double 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 | |||||||