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, upperOperationOnResult
getConfidenceLevel, getTsOriginal, prepareForecastTS
public 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()
AbstractRForecaster
getModelFuncParams
in class AbstractRForecaster
protected java.lang.String[] getForecastFuncParams()
AbstractRForecaster
getForecastFuncParams
in class AbstractRForecaster
protected boolean supportsConfidence()
supportsConfidence
in class AbstractForecaster<java.lang.Double>
Copyright 2017 Kieker Project, http://kieker-monitoring.net