TSA Exponential Prediction (Array) VI
- Updated2024-07-30
- 3 minute(s) read
Predicts the values of a univariate time series based on exponential smoothing.

Inputs/Outputs
number of points
—
number of points specifies the length of the predicted time series. The default is 1.
Xt
—
Xt specifies the univariate time series.
exponential type
—
exponential type specifies the type of exponential smoothing scheme to use in the prediction.
exponential factors
—
exponential factors specifies the weighting factors for exponential smoothing.
error in (no error)
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
season period
—
season period specifies the length of the seasonal pattern in the input time series. The default is 1. This option is available only when exponential type is Triple.
season type
—
season type specifies the way in which this VI models the seasonality. This option is available only when exponential type is Triple.
predicted series
—
predicted series returns the predicted univariate time series.
error out
—
error out contains error information. This output provides standard error out functionality. |
TSA Exponential Prediction Details
This VI computes the future values of a time series based on one of the following exponential smoothing schemes: single, double, and triple (Holt-Winters). You can specify the type of exponential smoothing scheme using the exponential type parameter. Each exponential smoothing scheme has a corresponding forecasting formula that uses the computed level cumulant, trend cumulant, and season cumulant vector.
Examples
Refer to the Exponential Prediction VI in the labview\examples\Time Series Analysis\TSAGettingStarted directory for an example of using the TSA Exponential Prediction VI.
number of points
—
Xt
—
exponential type
—
exponential factors
—
level
—
error in (no error)
—
predicted series
—
error out
—