|
Kieker 1.10 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ITimeSeries in kieker.tools.tslib |
---|
Classes in kieker.tools.tslib that implement ITimeSeries | |
---|---|
class |
TimeSeries<T>
|
Methods in kieker.tools.tslib with parameters of type ITimeSeries | |
---|---|
IForecaster<Double> |
ForecastMethod.getForecaster(ITimeSeries<Double> history)
|
IForecaster<Double> |
ForecastMethod.getForecaster(ITimeSeries<Double> history,
int alpha)
|
Uses of ITimeSeries in kieker.tools.tslib.forecast |
---|
Methods in kieker.tools.tslib.forecast that return ITimeSeries | |
---|---|
ITimeSeries<Double> |
IForecastResult.getForecast()
Returns the point forecasts. |
ITimeSeries<Double> |
ForecastResult.getForecast()
|
ITimeSeries<Double> |
IForecastResult.getLower()
Returns the lower limits for forecast interval with respect to the confidence level IForecastResult.getConfidenceLevel() . |
ITimeSeries<Double> |
ForecastResult.getLower()
|
ITimeSeries<Double> |
IForecastResult.getOriginal()
Returns the original time series that was the basis for the forecast. |
ITimeSeries<Double> |
ForecastResult.getOriginal()
|
ITimeSeries<T> |
AbstractForecaster.getTsOriginal()
|
ITimeSeries<T> |
IForecaster.getTsOriginal()
Returns the original time series used for the forecast. |
ITimeSeries<Double> |
IForecastResult.getUpper()
Returns the upper limits for forecast interval with respect to the confidence level IForecastResult.getConfidenceLevel() . |
ITimeSeries<Double> |
ForecastResult.getUpper()
|
Constructors in kieker.tools.tslib.forecast with parameters of type ITimeSeries | |
---|---|
AbstractForecaster(ITimeSeries<T> historyTimeseries)
|
|
AbstractForecaster(ITimeSeries<T> historyTimeseries,
int confidenceLevel)
|
|
AbstractRForecaster(ITimeSeries<Double> historyTimeseries,
String modelFunc,
String forecastFunc,
ForecastMethod strategy)
|
|
AbstractRForecaster(ITimeSeries<Double> historyTimeseries,
String modelFunc,
String forecastFunc,
int confidenceLevel,
ForecastMethod strategy)
|
|
ForecastResult(ITimeSeries<Double> tsForecast,
ITimeSeries<Double> tsOriginal,
ForecastMethod fcStrategy)
Constructs a ForecastResult with confidence level 0 , where the time series returned ForecastResult.getLower() by ForecastResult.getUpper() are the
forecast series. |
|
ForecastResult(ITimeSeries<Double> tsForecast,
ITimeSeries<Double> tsOriginal,
ForecastMethod fcStrategy)
Constructs a ForecastResult with confidence level 0 , where the time series returned ForecastResult.getLower() by ForecastResult.getUpper() are the
forecast series. |
|
ForecastResult(ITimeSeries<Double> tsForecast,
ITimeSeries<Double> tsOriginal,
int tsconfidenceLevel,
double tsmeanAbsoluteScaledError,
ITimeSeries<Double> tsLower,
ITimeSeries<Double> tsUpper,
ForecastMethod fcStrategy)
|
|
ForecastResult(ITimeSeries<Double> tsForecast,
ITimeSeries<Double> tsOriginal,
int tsconfidenceLevel,
double tsmeanAbsoluteScaledError,
ITimeSeries<Double> tsLower,
ITimeSeries<Double> tsUpper,
ForecastMethod fcStrategy)
|
|
ForecastResult(ITimeSeries<Double> tsForecast,
ITimeSeries<Double> tsOriginal,
int tsconfidenceLevel,
double tsmeanAbsoluteScaledError,
ITimeSeries<Double> tsLower,
ITimeSeries<Double> tsUpper,
ForecastMethod fcStrategy)
|
|
ForecastResult(ITimeSeries<Double> tsForecast,
ITimeSeries<Double> tsOriginal,
int tsconfidenceLevel,
double tsmeanAbsoluteScaledError,
ITimeSeries<Double> tsLower,
ITimeSeries<Double> tsUpper,
ForecastMethod fcStrategy)
|
Uses of ITimeSeries in kieker.tools.tslib.forecast.arima |
---|
Constructors in kieker.tools.tslib.forecast.arima with parameters of type ITimeSeries | |
---|---|
ARIMA101Forecaster(ITimeSeries<Double> historyTimeseries)
|
|
ARIMA101Forecaster(ITimeSeries<Double> historyTimeseries,
int confidenceLevel)
|
|
ARIMAForecaster(ITimeSeries<Double> historyTimeseries)
|
|
ARIMAForecaster(ITimeSeries<Double> historyTimeseries,
int confidenceLevel)
|
Uses of ITimeSeries in kieker.tools.tslib.forecast.croston |
---|
Constructors in kieker.tools.tslib.forecast.croston with parameters of type ITimeSeries | |
---|---|
CrostonForecaster(ITimeSeries<Double> historyTimeseries)
|
|
CrostonForecaster(ITimeSeries<Double> historyTimeseries,
int confidenceLevel)
|
Uses of ITimeSeries in kieker.tools.tslib.forecast.cs |
---|
Constructors in kieker.tools.tslib.forecast.cs with parameters of type ITimeSeries | |
---|---|
CSForecaster(ITimeSeries<Double> historyTimeseries)
|
|
CSForecaster(ITimeSeries<Double> historyTimeseries,
int confidenceLevel)
|
Uses of ITimeSeries in kieker.tools.tslib.forecast.ets |
---|
Constructors in kieker.tools.tslib.forecast.ets with parameters of type ITimeSeries | |
---|---|
ETSForecaster(ITimeSeries<Double> historyTimeseries)
|
|
ETSForecaster(ITimeSeries<Double> historyTimeseries,
int confidenceLevel)
|
Uses of ITimeSeries in kieker.tools.tslib.forecast.mean |
---|
Constructors in kieker.tools.tslib.forecast.mean with parameters of type ITimeSeries | |
---|---|
MeanForecaster(ITimeSeries<Double> historyTimeseries)
|
|
MeanForecaster(ITimeSeries<Double> historyTimeseries,
int confidenceLevel)
|
|
MeanForecasterJava(ITimeSeries<Double> historyTimeseries)
|
Uses of ITimeSeries in kieker.tools.tslib.forecast.naive |
---|
Constructors in kieker.tools.tslib.forecast.naive with parameters of type ITimeSeries | |
---|---|
NaiveForecaster(ITimeSeries<Double> historyTimeseries)
|
|
NaiveForecaster(ITimeSeries<Double> historyTimeseries,
int confidenceLevel)
|
Uses of ITimeSeries in kieker.tools.tslib.forecast.ses |
---|
Constructors in kieker.tools.tslib.forecast.ses with parameters of type ITimeSeries | |
---|---|
SESRForecaster(ITimeSeries<Double> historyTimeseries)
|
|
SESRForecaster(ITimeSeries<Double> historyTimeseries,
int confidenceLevel)
|
|
Kieker 1.10 | |||||||||
PREV NEXT | FRAMES NO FRAMES |