IntervalsIterable
Methods
| Method | Description |
|---|
collect | Collect intervals between each history's consecutive timestamps in milliseconds into a NumPy array. |
to_list | Collect intervals between each history's consecutive timestamps in milliseconds into a list. |
Method Details
Collect intervals between each history's consecutive timestamps in milliseconds into a NumPy array.
Returns
| Type | Description |
|---|
list[NDArray[np.int64]] | NumPy NDArray of intervals per history. |
Collect intervals between each history's consecutive timestamps in milliseconds into a list.
Returns
| Type | Description |
|---|
| list[list[int]] | List of intervals per history. |