TSA ARMA Prediction (Waveform) VI
- Updated2024-07-30
- 3 minute(s) read
Predicts the values of a univariate or multivariate (vector) time series based on the autoregressive-moving average (ARMA) model. Wire data to the Xt input to determine the polymorphic instance to use or manually select the instance.

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.
AR coefficients
—
AR coefficients specifies the AR coefficients of the autoregressive-moving average model. You can obtain the AR coefficients using the TSA ARMA Modeling VI.
MA coefficients
—
MA coefficients specifies the MA coefficients of the autoregressive-moving average model. You can obtain the MA coefficients using the TSA ARMA Modeling VI.
error in (no error)
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
noise variance
—
noise variance specifies the variance of the white noise series of the autoregressive-moving average model.
predicted series
—
predicted series returns the predicted univariate time series.
standard deviation
—
standard deviation returns the standard deviation of each predicted value.
error out
—
error out contains error information. This output provides standard error out functionality. |
Examples
Refer to the ARMA Prediction VI in the labview\examples\Time Series Analysis\TSAGettingStarted directory for an example of using the TSA ARMA Prediction VI.
number of points
—
Xt
—
AR coefficients
—
error in (no error)
—
noise variance
—
predicted series
—
error out
—