IBM InfoSphere Streams Version 4.1.0

Namespace com.ibm.streams.timeseries.modeling

Operators

  • ARIMA: DEPRECATED: The com.ibm.streams.timeseries.modeling.ARIMA operator is deprecated and is replaced by the com.ibm.streams.timeseries.modeling.ARIMA2 operator. The deprecated operator might be removed in a future release. The ARIMA operator implements the autoregressive integrated moving average (ARIMA) modeling algorithm.
  • ARIMA2: The ARIMA2 operator implements the autoregressive integrated moving average (ARIMA) modeling algorithm.
  • AutoForecaster: DEPRECATED: The com.ibm.streams.timeseries.modeling.AutoForecaster operator is deprecated and is replaced by the com.ibm.streams.timeseries.modeling.AutoForecaster2 operator. The deprecated operator might be removed in a future release. The AutoForecaster operator is a forecasting operator, which detects the algorithm that best suits the input time series data in real time and forecasts future time series.
  • AutoForecaster2: The AutoForecaster2 operator is a forecasting operator, which detects the algorithm that best suits the input time series data in real time and forecasts future time series.
  • FMPFilter: The FMPFilter operator is an adaptive faded-memory polynomial filter.
  • GAMLearner: The GAMLearner operator applies the generalized additive model (GAM) algorithm to categorical or continuous time series data.
  • GAMScorer: The GAMScorer operator applies a generalized additive model to score the input time series values.
  • GMM: The GMM operator uses a Gaussian mixture model to estimate the probability density function (a smoothed histogram) of a time series.
  • HoltWinters: DEPRECATED: The com.ibm.streams.timeseries.modeling.HoltWinters operator is deprecated and is replaced by the com.ibm.streams.timeseries.modeling.HoltWinters2 operator. The deprecated operator might be removed in a future release. The HoltWinters operator is a forecasting operator, which uses the Holt-Winters algorithm to do long-term forecasting.
  • HoltWinters2: The HoltWinters2 operator is a forecasting operator, which uses the Holt-Winters algorithm to do long-term forecasting.
  • KMeansClustering: Cluster analysis is a popular technique used to find natural grouping of a set of objects.
  • Kalman: The Kalman operator runs an adaptive filter on a time series and can used for tracking, smoothing, adaptation.
  • LPC: The Linear Predictive Coding (LPC) operator uses an autoregressive (AR) model to predict values in a time series.
  • RLSFilter: The Recursive Least Squares (RLS) is linear regression estimation algorithm that learns to predict a target time series, given inputs.
  • VAR: DEPRECATED: The com.ibm.streams.timeseries.modeling.VAR operator is deprecated and is replaced by the com.ibm.streams.timeseries.modeling.VAR2 operator. The deprecated operator might be removed in a future release.
  • VAR2: The VAR2 operator tracks data movement and predicts the next expected time series by using a multivariate autoregressive model.