You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add a test that generates some series with known trend + seasonal and noise / anomalies, then see if we can decompose and get something similar w/in error bounds.
We should add a test that generates some series with known trend + seasonal and noise / anomalies, then see if we can decompose and get something similar w/in error bounds.
Something similar to this but maybe less simplistic: https://github.com/brandtg/stl-java/blob/master/src/test/java/com/github/brandtg/TestStlDecomposition.java#L42
Alternatively, we could find some good public time series data sets with noise (e.g. the CO2 level data from R that is in
sample-timeseries.json
).The text was updated successfully, but these errors were encountered: