|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- public interface IForecastResult<T>
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 |
---|
ITimeSeries<T> getForecast()
int getConfidenceLevel()
ITimeSeries<T> getUpper()
getConfidenceLevel()
.
ITimeSeries<T> getLower()
getConfidenceLevel()
.
ITimeSeries<T> getOriginal()
|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |