hawkular / hawkular-datamining

Real-time time series prediction library with standalone server
36 stars 22 forks source link

Automatic model selection #45

Closed pavolloffay closed 8 years ago

pavolloffay commented 8 years ago

State is initialized as follows:

This implementations of exp. smoothing give lower MSE than R's ets(). Model selection and parameters estimation is much faster than OpenForecast

pavolloffay commented 8 years ago

Tests for continual learning needs to be added, then it is ready to merge.

pavolloffay commented 8 years ago

@Jiri-Kremser could you please review?