public class MeanForecasterJava extends AbstractForecaster<java.lang.Double>
| Constructor and Description |
|---|
MeanForecasterJava(ITimeSeries<java.lang.Double> historyTimeseries) |
| Modifier and Type | Method and Description |
|---|---|
IForecastResult |
forecast(int numForecastSteps)
Performs a time series forecast for the given number of steps in the future.
|
static java.lang.Double[] |
removeNullValues(java.util.List<java.lang.Double> allHistory) |
protected boolean |
supportsConfidence() |
getConfidenceLevel, getTsOriginal, prepareForecastTSpublic MeanForecasterJava(ITimeSeries<java.lang.Double> historyTimeseries)
historyTimeseries - TimeSeriespublic IForecastResult forecast(int numForecastSteps)
IForecasternumForecastSteps - number of values the forecaster is going to forecastpublic static java.lang.Double[] removeNullValues(java.util.List<java.lang.Double> allHistory)
allHistory - List there null values should deltet in this functionprotected boolean supportsConfidence()
supportsConfidence in class AbstractForecaster<java.lang.Double>Copyright 2017 Kieker Project, http://kieker-monitoring.net