public class MeanForecaster extends AbstractRForecaster
MIN_TS_SIZE_DEFAULT
Constructor and Description |
---|
MeanForecaster(ITimeSeries<java.lang.Double> historyTimeseries) |
MeanForecaster(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, upperOperationOnResult
getConfidenceLevel, getTsOriginal, prepareForecastTS, supportsConfidence
public MeanForecaster(ITimeSeries<java.lang.Double> historyTimeseries)
historyTimeseries
- timeseries used by forecating algopublic MeanForecaster(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
Copyright 2017 Kieker Project, http://kieker-monitoring.net