Kieker 1.9

kieker.tools.tslib.forecast
Interface IForecaster<T>

Type Parameters:
T -
All Known Implementing Classes:
AbstractForecaster, MeanForecasterJava, WindowStartForecaster

public interface IForecaster<T>

Since:
1.9
Author:
Andre van Hoorn

Method Summary
 IForecastResult<T> forecast(int numForecastSteps)
          Performs a time series forecast for the given number of steps in the future.
 int getConfidenceLevel()
          Returns the confidence level to be computed for the forecast.
 ITimeSeries<T> getTsOriginal()
          Returns the original time series used for the forecast.
 

Method Detail

forecast

IForecastResult<T> forecast(int numForecastSteps)
Performs a time series forecast for the given number of steps in the future.

Parameters:
numForecastSteps -
Since:
1.9

getTsOriginal

ITimeSeries<T> getTsOriginal()
Returns the original time series used for the forecast.

Since:
1.9

getConfidenceLevel

int getConfidenceLevel()
Returns the confidence level to be computed for the forecast.

Since:
1.9

Kieker 1.9

Copyright 2014 Kieker Project, http://kieker-monitoring.net