Package | Description |
---|---|
kieker.tools.opad.timeseries | |
kieker.tools.opad.timeseries.forecast |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ForecastMethod |
IForecastResult.getFcStrategy()
Returns the forecasting strategy that has been used for this forecast.
|
ForecastMethod |
ForecastResult.getFcStrategy() |
Constructor and Description |
---|
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) |
Copyright 2017 Kieker Project, http://kieker-monitoring.net