Kieker 1.10

Uses of Interface
kieker.tools.tslib.forecast.IForecaster

Packages that use IForecaster
kieker.tools.tslib   
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 IForecaster in kieker.tools.tslib
 

Methods in kieker.tools.tslib that return IForecaster
 IForecaster<Double> ForecastMethod.getForecaster(ITimeSeries<Double> history)
           
 IForecaster<Double> ForecastMethod.getForecaster(ITimeSeries<Double> history, int alpha)
           
 

Uses of IForecaster in kieker.tools.tslib.forecast
 

Classes in kieker.tools.tslib.forecast that implement IForecaster
 class AbstractForecaster<T>
           
 class AbstractRForecaster
          Convenience class to implement an IForecaster with R.
 

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

Classes in kieker.tools.tslib.forecast.arima that implement IForecaster
 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 IForecaster in kieker.tools.tslib.forecast.croston
 

Classes in kieker.tools.tslib.forecast.croston that implement IForecaster
 class CrostonForecaster
          Intermittent Demand Forecasting.
 

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

Classes in kieker.tools.tslib.forecast.cs that implement IForecaster
 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 IForecaster in kieker.tools.tslib.forecast.ets
 

Classes in kieker.tools.tslib.forecast.ets that implement IForecaster
 class ETSForecaster
          An R-based time series forecaster which computes a forecast based on exponential smoothing.
 

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

Classes in kieker.tools.tslib.forecast.mean that implement IForecaster
 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 IForecaster in kieker.tools.tslib.forecast.naive
 

Classes in kieker.tools.tslib.forecast.naive that implement IForecaster
 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 IForecaster in kieker.tools.tslib.forecast.ses
 

Classes in kieker.tools.tslib.forecast.ses that implement IForecaster
 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