public class CSForecaster extends AbstractRForecaster
MIN_TS_SIZE_DEFAULT| Constructor and Description |
|---|
CSForecaster(ITimeSeries<java.lang.Double> historyTimeseries) |
CSForecaster(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.
|
createNaNForecast, forecast, forecastOperationOnResult, lowerOperationOnResult, removeNullValues, satisfiesInputTSRequirements, upperOperationOnResultgetConfidenceLevel, getTsOriginal, prepareForecastTS, supportsConfidencepublic CSForecaster(ITimeSeries<java.lang.Double> historyTimeseries)
historyTimeseries - timeseries used by forecating algopublic CSForecaster(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 AbstractRForecasterCopyright 2017 Kieker Project, http://kieker-monitoring.net