Class | Description |
---|---|
LimitedTreeMap<K,V> |
A
TreeMap limited in upper size... |
LimitedTreeSet<E> |
A
TreeSet with an upper bound on size (if an element will be inserted, the lowest value will be removed) |
TimeSeriesConfiguration | |
TimeseriesPredictor |
Enum | Description |
---|---|
TimeSeriesConfiguration.AvailableScripts | |
TimeSeriesConfiguration.MissingDataHandling |
Different strategies to try for handling missing data (replacement almost always introduces a bias (mean replacement underestimates the variance)
It might be better to keep them as missing values and let R figure out how to deal with them...
|
TimeSeriesConfiguration.TimeSeriesType |