Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (11 loc) · 1.08 KB

README.md

File metadata and controls

19 lines (11 loc) · 1.08 KB

Known Vulnerabilities

fc-timeseries

Basic timeseries library for managing simple time-variant datatypes of different flavours. Pluggable functions and calculators.

Useful for representing a time series curve composed of multiple, variable duration time segments, with each it's own value function.

Use cases:

The libary implements timeseries as a segquence of timesegments, emphasizing a simple, basic solution but with flexibility in calculation on values.

For larger timeseries (10k-100k or more points) and for timeseries with constant intervals (e.g millisecond precision), this will not be the most efficient.