|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IForecastResult
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 |
---|
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()
|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |