kieker.tools.opad.timeseries.forecast.ets
Class ETSForecaster
java.lang.Object
kieker.tools.opad.timeseries.forecast.AbstractForecaster<java.lang.Double>
kieker.tools.opad.timeseries.forecast.AbstractRForecaster
kieker.tools.opad.timeseries.forecast.ets.ETSForecaster
- All Implemented Interfaces:
- IForecaster<java.lang.Double>
public class ETSForecaster
- extends AbstractRForecaster
An R-based time series forecaster which computes a forecast based on exponential smoothing.
- Since:
- 1.10
- Author:
- Andre van Hoorn
Method Summary |
protected java.lang.String[] |
getForecastFuncParams()
Returns additional parameters to be appended to the call of the R forecast function. |
protected java.lang.String[] |
getModelFuncParams()
Returns additional parameters to be appended to the call of the R forecast model. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ETSForecaster
public ETSForecaster(ITimeSeries<java.lang.Double> historyTimeseries)
- Parameters:
historyTimeseries
- Time Series
ETSForecaster
public ETSForecaster(ITimeSeries<java.lang.Double> historyTimeseries,
int confidenceLevel)
- Parameters:
historyTimeseries
- Time SeriesconfidenceLevel
- value of confidence level (0-100)
getModelFuncParams
protected java.lang.String[] getModelFuncParams()
- Description copied from class:
AbstractRForecaster
- Returns additional parameters to be appended to the call of the R forecast model.
- Specified by:
getModelFuncParams
in class AbstractRForecaster
- Returns:
- the parameters or null if none
getForecastFuncParams
protected java.lang.String[] getForecastFuncParams()
- Description copied from class:
AbstractRForecaster
- Returns additional parameters to be appended to the call of the R forecast function.
- Specified by:
getForecastFuncParams
in class AbstractRForecaster
- Returns:
- the parameters or null if none
Copyright 2015 Kieker Project, http://kieker-monitoring.net