|
Kieker 1.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IForecastResult | |
---|---|
kieker.tools.tslib.anomalycalculators | |
kieker.tools.tslib.forecast | |
kieker.tools.tslib.forecast.mean | |
kieker.tools.tslib.forecast.windowstart |
Uses of IForecastResult in kieker.tools.tslib.anomalycalculators |
---|
Methods in kieker.tools.tslib.anomalycalculators with parameters of type IForecastResult | |
---|---|
AnomalyScore |
SimpleAnomalyCalculator.calculateAnomaly(IForecastResult<Double> forecast,
ITimeSeriesPoint<Double> current)
|
AnomalyScore |
IAnomalyCalculator.calculateAnomaly(IForecastResult<T> forecast,
ITimeSeriesPoint<T> current)
|
Uses of IForecastResult in kieker.tools.tslib.forecast |
---|
Classes in kieker.tools.tslib.forecast that implement IForecastResult | |
---|---|
class |
ForecastResult<T>
Result of a time series forecast, e.g., computed by IForecaster . |
Methods in kieker.tools.tslib.forecast that return IForecastResult | |
---|---|
IForecastResult<T> |
IForecaster.forecast(int numForecastSteps)
Performs a time series forecast for the given number of steps in the future. |
Uses of IForecastResult in kieker.tools.tslib.forecast.mean |
---|
Methods in kieker.tools.tslib.forecast.mean that return IForecastResult | |
---|---|
IForecastResult<Double> |
MeanForecasterJava.forecast(int numForecastSteps)
|
Uses of IForecastResult in kieker.tools.tslib.forecast.windowstart |
---|
Methods in kieker.tools.tslib.forecast.windowstart that return IForecastResult | |
---|---|
IForecastResult<Double> |
WindowStartForecaster.forecast(int numForecastSteps)
|
|
Kieker 1.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |