|
Kieker 1.11 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ForecastMethod | |
|---|---|
| kieker.tools.opad.timeseries | |
| kieker.tools.opad.timeseries.forecast | |
| Uses of ForecastMethod in kieker.tools.opad.timeseries |
|---|
| Methods in kieker.tools.opad.timeseries that return ForecastMethod | |
|---|---|
static ForecastMethod |
ForecastMethod.valueOf(java.lang.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.opad.timeseries.forecast |
|---|
| Methods in kieker.tools.opad.timeseries.forecast that return ForecastMethod | |
|---|---|
ForecastMethod |
ForecastResult.getFcStrategy()
|
ForecastMethod |
IForecastResult.getFcStrategy()
Returns the forecasting strategy that has been used for this forecast. |
| Constructors in kieker.tools.opad.timeseries.forecast with parameters of type ForecastMethod | |
|---|---|
AbstractRForecaster(ITimeSeries<java.lang.Double> historyTimeseries,
java.lang.String modelFunc,
java.lang.String forecastFunc,
ForecastMethod strategy)
|
|
AbstractRForecaster(ITimeSeries<java.lang.Double> historyTimeseries,
java.lang.String modelFunc,
java.lang.String forecastFunc,
int confidenceLevel,
ForecastMethod strategy)
|
|
ForecastResult(ITimeSeries<java.lang.Double> tsForecast,
ITimeSeries<java.lang.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<java.lang.Double> tsForecast,
ITimeSeries<java.lang.Double> tsOriginal,
int tsconfidenceLevel,
double tsmeanAbsoluteScaledError,
ITimeSeries<java.lang.Double> tsLower,
ITimeSeries<java.lang.Double> tsUpper,
ForecastMethod fcStrategy)
|
|
|
Kieker 1.11 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||