Class EvenlySpacedGrid
- java.lang.Object
-
- dev.nm.stat.stochasticprocess.timegrid.EvenlySpacedGrid
-
-
Constructor Summary
Constructors Constructor Description EvenlySpacedGrid(double T0, double T, int N)
Construct an evenly spaced time grid.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<Double>
iterator()
int
size()
Get the number of time points.double
T()
Get the end time.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
size
public int size()
Description copied from interface:TimeGrid
Get the number of time points.
-
T
public double T()
Get the end time.- Returns:
- the end time
-
-