|
Kieker 1.10 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The type of the forecaster.public interface IForecaster<T>
Method Summary | |
---|---|
IForecastResult |
forecast(int numForecastSteps)
Performs a time series forecast for the given number of steps in the future. |
int |
getConfidenceLevel()
Returns the confidence level to be computed for the forecast. |
ITimeSeries<T> |
getTsOriginal()
Returns the original time series used for the forecast. |
Method Detail |
---|
IForecastResult forecast(int numForecastSteps)
numForecastSteps
- number of steps which will be forecated
ITimeSeries<T> getTsOriginal()
int getConfidenceLevel()
|
Kieker 1.10 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |