Kieker 1.9

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

Type Parameters:
T -
All Known Implementing Classes:
ForecastResult

public interface IForecastResult<T>

Since:
1.9
Author:
Andre van Hoorn

Method Summary
 int getConfidenceLevel()
          Returns the confidence level for the forecast interval.
 ITimeSeries<T> getForecast()
          Returns the point forecasts.
 ITimeSeries<T> getLower()
          Returns the lower limits for forecast interval with respect to the confidence level getConfidenceLevel().
 ITimeSeries<T> getOriginal()
          Returns the original time series that was the basis for the forecast.
 ITimeSeries<T> getUpper()
          Returns the upper limits for forecast interval with respect to the confidence level getConfidenceLevel().
 

Method Detail

getForecast

ITimeSeries<T> getForecast()
Returns the point forecasts.

Since:
1.9

getConfidenceLevel

int getConfidenceLevel()
Returns the confidence level for the forecast interval.

Since:
1.9

getUpper

ITimeSeries<T> getUpper()
Returns the upper limits for forecast interval with respect to the confidence level getConfidenceLevel().

Since:
1.9

getLower

ITimeSeries<T> getLower()
Returns the lower limits for forecast interval with respect to the confidence level getConfidenceLevel().

Since:
1.9

getOriginal

ITimeSeries<T> getOriginal()
Returns the original time series that was the basis for the forecast.

Since:
1.9

Kieker 1.9

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