Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 531 Bytes

File metadata and controls

13 lines (8 loc) · 531 Bytes

TimeSeriesCumulativeAggregate

The cumulative aggregate is calculated progressively for each point in the input time series, considering all preceding points up to and including the current point.

Properties

Name Type Required Description
type Literal["cumulative"] Yes None

[Back to Model list] [Back to API list] [Back to README]