public interface Realization extends Realization
According to the Lévy–Khintchine representation, for a stochastic process, we have
| Modifier and Type | Interface and Description |
|---|---|
static class |
Realization.Iterator
This Iterator support lazy evaluation/generation of a realization from a stochastic process.
|
Realization.Entry| Modifier and Type | Method and Description |
|---|---|
Realization.Iterator |
iterator() |
double |
lastValue()
Get the ending value of a realization,
i.e., the value at the end of the time interval, e.g., ω(T).
|
toArraysizeRealization.Iterator iterator()
iterator in interface java.lang.Iterable<Realization.Entry>double lastValue()