Kieker 1.9

Uses of Interface
kieker.tools.tslib.ITimeSeries

Packages that use ITimeSeries
kieker.tools.tslib   
kieker.tools.tslib.forecast   
kieker.tools.tslib.forecast.mean   
kieker.tools.tslib.forecast.windowstart   
 

Uses of ITimeSeries in kieker.tools.tslib
 

Classes in kieker.tools.tslib that implement ITimeSeries
 class TimeSeries<T>
           
 

Methods in kieker.tools.tslib with parameters of type ITimeSeries
 IForecaster<Double> ForecastMethod.getForecaster(ITimeSeries<Double> history)
           
 

Uses of ITimeSeries in kieker.tools.tslib.forecast
 

Methods in kieker.tools.tslib.forecast that return ITimeSeries
 ITimeSeries<T> IForecastResult.getForecast()
          Returns the point forecasts.
 ITimeSeries<T> ForecastResult.getForecast()
           
 ITimeSeries<T> IForecastResult.getLower()
          Returns the lower limits for forecast interval with respect to the confidence level IForecastResult.getConfidenceLevel().
 ITimeSeries<T> ForecastResult.getLower()
           
 ITimeSeries<T> IForecastResult.getOriginal()
          Returns the original time series that was the basis for the forecast.
 ITimeSeries<T> ForecastResult.getOriginal()
           
 ITimeSeries<T> AbstractForecaster.getTsOriginal()
           
 ITimeSeries<T> IForecaster.getTsOriginal()
          Returns the original time series used for the forecast.
 ITimeSeries<T> IForecastResult.getUpper()
          Returns the upper limits for forecast interval with respect to the confidence level IForecastResult.getConfidenceLevel().
 ITimeSeries<T> ForecastResult.getUpper()
           
 

Constructors in kieker.tools.tslib.forecast with parameters of type ITimeSeries
AbstractForecaster(ITimeSeries<T> historyTimeseries)
           
AbstractForecaster(ITimeSeries<T> historyTimeseries, int confidenceLevel)
           
ForecastResult(ITimeSeries<T> tsForecast, ITimeSeries<T> tsOriginal)
          Constructs a ForecastResult with confidence level 0, where the time series returned ForecastResult.getLower() by ForecastResult.getUpper() are the forecast series.
ForecastResult(ITimeSeries<T> tsForecast, ITimeSeries<T> tsOriginal)
          Constructs a ForecastResult with confidence level 0, where the time series returned ForecastResult.getLower() by ForecastResult.getUpper() are the forecast series.
ForecastResult(ITimeSeries<T> tsForecast, ITimeSeries<T> tsOriginal, int confidenceLevel, ITimeSeries<T> tsLower, ITimeSeries<T> tsUpper)
           
ForecastResult(ITimeSeries<T> tsForecast, ITimeSeries<T> tsOriginal, int confidenceLevel, ITimeSeries<T> tsLower, ITimeSeries<T> tsUpper)
           
ForecastResult(ITimeSeries<T> tsForecast, ITimeSeries<T> tsOriginal, int confidenceLevel, ITimeSeries<T> tsLower, ITimeSeries<T> tsUpper)
           
ForecastResult(ITimeSeries<T> tsForecast, ITimeSeries<T> tsOriginal, int confidenceLevel, ITimeSeries<T> tsLower, ITimeSeries<T> tsUpper)
           
 

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

Constructors in kieker.tools.tslib.forecast.mean with parameters of type ITimeSeries
MeanForecasterJava(ITimeSeries<Double> historyTimeseries)
           
 

Uses of ITimeSeries in kieker.tools.tslib.forecast.windowstart
 

Constructors in kieker.tools.tslib.forecast.windowstart with parameters of type ITimeSeries
WindowStartForecaster(ITimeSeries<Double> historyTimeseries)
           
 


Kieker 1.9

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