|
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.stochasticprocess.univariate.integration.sde.RandomWalk.Realization
public class RandomWalk.Realization
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.numericalmethod.suanshu.stats.stochasticprocess.univariate.Realization |
|---|
Realization.Iterator |
| Nested classes/interfaces inherited from interface com.numericalmethod.suanshu.stats.timeseries.univariate.realtime.Realization |
|---|
Realization.Entry |
| Field Summary | |
|---|---|
long |
id
the ID of this particular realization |
double |
x0
the initial value of the realization |
| Method Summary | |
|---|---|
Realization.Iterator |
iterator()
Get an Iterator to read this real number -indexed univariate time series. |
double |
lastValue()
Get the ending value of a realization, i.e., the value at the end of the time interval, e.g., ω(T). |
int |
size()
the length of the time series |
double[] |
toArray()
Convert this time series into an array. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final long id
public final double x0
| Method Detail |
|---|
public int size()
TimeSeries
size in interface TimeSeries<java.lang.Double,java.lang.Double>public Realization.Iterator iterator()
Realization
iterator in interface TimeSeries<java.lang.Double,java.lang.Double>iterator in interface Realizationpublic double[] toArray()
TimeSeries
public double lastValue()
Realization
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||