Package | Description |
---|---|
kieker.tools.opad.timeseries.anomalycalculators | |
kieker.tools.opad.timeseries.forecast | |
kieker.tools.opad.timeseries.forecast.mean |
Modifier and Type | Method and Description |
---|---|
AnomalyScore |
SimpleAnomalyScoreCalculator.calculateAnomalyScore(IForecastResult forecast,
ITimeSeriesPoint<java.lang.Double> current) |
AnomalyScore |
IAnomalyScoreCalculator.calculateAnomalyScore(IForecastResult forecast,
ITimeSeriesPoint<T> current)
Calculates an anomaly score based on the given values.
|
Modifier and Type | Class and Description |
---|---|
class |
ForecastResult
Result of a time series forecast, e.g., computed by
IForecaster . |
Modifier and Type | Method and Description |
---|---|
protected IForecastResult |
AbstractRForecaster.createNaNForecast(ITimeSeries<java.lang.Double> timeseries,
int numForecastSteps) |
IForecastResult |
IForecaster.forecast(int numForecastSteps)
Performs a time series forecast for the given number of steps in the future.
|
IForecastResult |
AbstractRForecaster.forecast(int numForecastSteps) |
Modifier and Type | Method and Description |
---|---|
IForecastResult |
MeanForecasterJava.forecast(int numForecastSteps) |
Copyright 2017 Kieker Project, http://kieker-monitoring.net