public interface Construction
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
Realization |
nextRealization(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.
|
Realization nextRealization(double x0)
x0 - the starting point of the trajectoryvoid seed(long seed)
seed - seeding the same seed gives arise to the same realization