kieker.tools.tslib.forecast.mean
Class MeanForecaster
java.lang.Object
kieker.tools.tslib.forecast.AbstractForecaster<Double>
kieker.tools.tslib.forecast.AbstractRForecaster
kieker.tools.tslib.forecast.mean.MeanForecaster
- All Implemented Interfaces:
- IForecaster<Double>
public class MeanForecaster
- extends AbstractRForecaster
An R-based time series forecaster which computes a forecast based on the mean value of the historic values.
- Since:
- 1.10
- Author:
- Andre van Hoorn
MeanForecaster
public MeanForecaster(ITimeSeries<Double> historyTimeseries)
- Parameters:
historyTimeseries
- timeseries used by forecating algo
MeanForecaster
public MeanForecaster(ITimeSeries<Double> historyTimeseries,
int confidenceLevel)
- Parameters:
historyTimeseries
- timeseries used by forecating algoconfidenceLevel
- value of confidence
Copyright 2014 Kieker Project, http://kieker-monitoring.net>