Kieker 1.10

Uses of Class
kieker.tools.tslib.forecast.AbstractForecaster

Packages that use AbstractForecaster
kieker.tools.tslib.forecast   
kieker.tools.tslib.forecast.arima   
kieker.tools.tslib.forecast.croston   
kieker.tools.tslib.forecast.cs   
kieker.tools.tslib.forecast.ets   
kieker.tools.tslib.forecast.mean   
kieker.tools.tslib.forecast.naive   
kieker.tools.tslib.forecast.ses   
 

Uses of AbstractForecaster in kieker.tools.tslib.forecast
 

Subclasses of AbstractForecaster in kieker.tools.tslib.forecast
 class AbstractRForecaster
          Convenience class to implement an IForecaster with R.
 

Uses of AbstractForecaster in kieker.tools.tslib.forecast.arima
 

Subclasses of AbstractForecaster in kieker.tools.tslib.forecast.arima
 class ARIMA101Forecaster
          An R-based time series forecaster which computes a forecast based on exponential smoothing.
 class ARIMAForecaster
          An R-based time series forecaster, auto-arima model selection.
 

Uses of AbstractForecaster in kieker.tools.tslib.forecast.croston
 

Subclasses of AbstractForecaster in kieker.tools.tslib.forecast.croston
 class CrostonForecaster
          Intermittent Demand Forecasting.
 

Uses of AbstractForecaster in kieker.tools.tslib.forecast.cs
 

Subclasses of AbstractForecaster in kieker.tools.tslib.forecast.cs
 class CSForecaster
          This is one of the forecasters used in the research paper on Self-adaptive workload classification and forecasting for proactive resource provisioning (http://dx.doi.org/10.1002/cpe.3224), authored by Herbst et al.
 

Uses of AbstractForecaster in kieker.tools.tslib.forecast.ets
 

Subclasses of AbstractForecaster in kieker.tools.tslib.forecast.ets
 class ETSForecaster
          An R-based time series forecaster which computes a forecast based on exponential smoothing.
 

Uses of AbstractForecaster in kieker.tools.tslib.forecast.mean
 

Subclasses of AbstractForecaster in kieker.tools.tslib.forecast.mean
 class MeanForecaster
          An R-based time series forecaster which computes a forecast based on the mean value of the historic values.
 class MeanForecasterJava
          A Java-based time series forecaster which computes a forecast based on the mean value of the historic values.
 

Uses of AbstractForecaster in kieker.tools.tslib.forecast.naive
 

Subclasses of AbstractForecaster in kieker.tools.tslib.forecast.naive
 class NaiveForecaster
          This is one of the forecasters used in the research paper on Self-adaptive workload classification and forecasting for proactive resource provisioning (http://dx.doi.org/10.1002/cpe.3224), authored by Herbst et al.
 

Uses of AbstractForecaster in kieker.tools.tslib.forecast.ses
 

Subclasses of AbstractForecaster in kieker.tools.tslib.forecast.ses
 class SESRForecaster
          This is one of the forecasters used in the research paper on Self-adaptive workload classification and forecasting for proactive resource provisioning (http://dx.doi.org/10.1002/cpe.3224), authored by Herbst et al.
 


Kieker 1.10

Copyright 2014 Kieker Project, http://kieker-monitoring.net