|
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 TimeGrid
This interface represents the discrete time points in [t1, tn = T] for a stochastic process.
| Method Summary | |
|---|---|
int |
size()
the number of time points |
double |
T()
the last time point available |
double |
t(int i)
the i-th time point in the time grid discretization |
| Method Detail |
|---|
int size()
double t(int i)
i - the index to the grid point
double T()
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||