kieker.tools.tslib.forecast.mean
Class MeanForecasterJava
java.lang.Object
kieker.tools.tslib.forecast.AbstractForecaster<Double>
kieker.tools.tslib.forecast.mean.MeanForecasterJava
- All Implemented Interfaces:
- IForecaster<Double>
public class MeanForecasterJava
- extends AbstractForecaster<Double>
A Java-based time series forecaster which computes a forecast based on the
mean value of the historic values.
- Since:
- 1.9
- Author:
- Andre van Hoorn
MeanForecasterJava
public MeanForecasterJava(ITimeSeries<Double> historyTimeseries)
forecast
public IForecastResult<Double> forecast(int numForecastSteps)
- Description copied from interface:
IForecaster
- Performs a time series forecast for the given number of steps in the future.
removeNullValues
public static Double[] removeNullValues(List<Double> allHistory)
Copyright 2014 Kieker Project, http://kieker-monitoring.net>