Kieker 1.12

kieker.tools.opad.timeseries.forecast
Interface IForecastResult

All Known Implementing Classes:
ForecastResult

public interface IForecastResult

Since:
1.10
Author:
Andre van Hoorn

Method Summary
 int getConfidenceLevel()
          Returns the confidence level for the forecast interval.
 ForecastMethod getFcStrategy()
          Returns the forecasting strategy that has been used for this forecast.
 ITimeSeries<java.lang.Double> getForecast()
          Returns the point forecasts.
 ITimeSeries<java.lang.Double> getLower()
          Returns the lower limits for forecast interval with respect to the confidence level getConfidenceLevel().
 double getMeanAbsoluteScaledError()
          Returns the MeanAbsoluteScaledError.
 ITimeSeries<java.lang.Double> getOriginal()
          Returns the original time series that was the basis for the forecast.
 ITimeSeries<java.lang.Double> getUpper()
          Returns the upper limits for forecast interval with respect to the confidence level getConfidenceLevel().
 boolean isPlausible()
          Returns whether the result is plausible - mean forecast bigger than 0 and smaller than 1.5*maximum.
 

Method Detail

getForecast

ITimeSeries<java.lang.Double> getForecast()
Returns the point forecasts.

Since:
1.10

getConfidenceLevel

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

Since:
1.10

getUpper

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

Since:
1.10

getLower

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

Since:
1.10

getOriginal

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

Returns:
orginal Timeseries
Since:
1.10

getMeanAbsoluteScaledError

double getMeanAbsoluteScaledError()
Returns the MeanAbsoluteScaledError.

Returns:
MASE
Since:
1.10

getFcStrategy

ForecastMethod getFcStrategy()
Returns the forecasting strategy that has been used for this forecast.

Returns:
ForecastMethod
Since:
1.10

isPlausible

boolean isPlausible()
Returns whether the result is plausible - mean forecast bigger than 0 and smaller than 1.5*maximum.

Returns:
if result is plausible
Since:
1.10

Kieker 1.12

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