@livefolio/sdk / Series
Type Alias: Series
Series =
ReadonlyArray<{t:Date;v:number; }>
Defined in: interfaces/types.ts:133
An ordered time series of scalar values. Used as the output type of feature computations and as the storage unit in FeatureCache.
Each element pairs a timestamp t with a numeric value v. The array is ReadonlyArray, so implementations must not mutate it after construction.