T
- The type of the forecaster.public interface IForecaster<T>
Modifier and Type | Method and Description |
---|---|
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.
|
IForecastResult forecast(int numForecastSteps)
numForecastSteps
- number of steps which will be forecatedITimeSeries<T> getTsOriginal()
int getConfidenceLevel()
Copyright 2017 Kieker Project, http://kieker-monitoring.net