public class CrostonForecaster extends AbstractRForecaster
MIN_TS_SIZE_DEFAULT| Constructor and Description |
|---|
CrostonForecaster(ITimeSeries<java.lang.Double> historyTimeseries) |
CrostonForecaster(ITimeSeries<java.lang.Double> historyTimeseries,
int confidenceLevel) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected boolean |
supportsConfidence() |
createNaNForecast, forecast, forecastOperationOnResult, lowerOperationOnResult, removeNullValues, satisfiesInputTSRequirements, upperOperationOnResultgetConfidenceLevel, getTsOriginal, prepareForecastTSpublic CrostonForecaster(ITimeSeries<java.lang.Double> historyTimeseries)
historyTimeseries - timeseries used by forecating algopublic CrostonForecaster(ITimeSeries<java.lang.Double> historyTimeseries, int confidenceLevel)
historyTimeseries - timeseries used by forecating algoconfidenceLevel - value of confidenceprotected java.lang.String[] getModelFuncParams()
AbstractRForecastergetModelFuncParams in class AbstractRForecasterprotected java.lang.String[] getForecastFuncParams()
AbstractRForecastergetForecastFuncParams in class AbstractRForecasterprotected boolean supportsConfidence()
supportsConfidence in class AbstractForecaster<java.lang.Double>Copyright 2017 Kieker Project, http://kieker-monitoring.net