public interface IForecastResult
Modifier and Type | Method and Description |
---|---|
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.
|
ITimeSeries<java.lang.Double> getForecast()
int getConfidenceLevel()
ITimeSeries<java.lang.Double> getUpper()
getConfidenceLevel()
.ITimeSeries<java.lang.Double> getLower()
getConfidenceLevel()
.ITimeSeries<java.lang.Double> getOriginal()
double getMeanAbsoluteScaledError()
ForecastMethod getFcStrategy()
boolean isPlausible()
Copyright 2017 Kieker Project, http://kieker-monitoring.net