signaflo / java-timeseries

Time series analysis in Java
MIT License
195 stars 49 forks source link

Decide what Type of item a StreamingSeries should emit to subscribers #31

Open signaflo opened 5 years ago

signaflo commented 5 years ago

Should the StreamingSeries emit a Double, an Observation, or an entire static TimeSeries?