cyrilou242 / mockseries

Easy and intuitive generation of synthetic timeseries for Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Default to flat trend

cyrilou242 opened this issue · comments

default the timseries generator to a flat trend

not relevant anymore with the implementation of the algebra of timeseries

maybe work on the transtyping.
eg (java like) something like my_timeseries = (Signal) 3 should be equivalent to my_timeseries = FlatTrend(3)

or implement a default signal of zeroes