|
Kieker 1.10 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ForecastMethod | |
---|---|
kieker.tools.tslib | |
kieker.tools.tslib.forecast |
Uses of ForecastMethod in kieker.tools.tslib |
---|
Methods in kieker.tools.tslib that return ForecastMethod | |
---|---|
static ForecastMethod |
ForecastMethod.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ForecastMethod[] |
ForecastMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of ForecastMethod in kieker.tools.tslib.forecast |
---|
Methods in kieker.tools.tslib.forecast that return ForecastMethod | |
---|---|
ForecastMethod |
IForecastResult.getFcStrategy()
Returns the forecasting strategy that has been used for this forecast. |
ForecastMethod |
ForecastResult.getFcStrategy()
|
Constructors in kieker.tools.tslib.forecast with parameters of type ForecastMethod | |
---|---|
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,
int tsconfidenceLevel,
double tsmeanAbsoluteScaledError,
ITimeSeries<Double> tsLower,
ITimeSeries<Double> tsUpper,
ForecastMethod fcStrategy)
|
|
Kieker 1.10 | |||||||||
PREV NEXT | FRAMES NO FRAMES |