Interface TimeseriesWindow<T>

A window of points from a timeseries, represented as a new timeseries. Returned by windowed.

Type Parameters

  • T

Hierarchy

  • TimeseriesWindow

Properties

days: number

The number of days in window (endDate - startDate).

endDate: Date

The ending date of the window.

startDate: Date

The starting date of the window.

windowTimeseries: Timeseries<T>

The points in the window, represented as a new timeseries.

Generated using TypeDoc