Main Content

Time Series Analysis

Analyze time series data by identifying linear and nonlinear models such as AR, ARMA, state-space, and grey-box models, performing spectral analysis, and forecasting model outputs

A time series is data that contains one or more measured output channels but no measured input. A time series model, also called a signal model, is a dynamic system that is identified to fit a given signal or time series data. The time series can be multivariate, which leads to multivariate models. You can identify time series models in the System Identification app or at the command line. System Identification Toolbox™ enables you to create and estimate four general types of time series model.

  • Linear parametric models — Estimate parameters in structures such as autoregressive models and state-space models.

  • Frequency-response models — Estimate spectral models using spectral analysis.

  • Nonlinear ARX models — Estimate parameters in the nonlinear ARX structure.

  • Grey-box models — Estimate the coefficients of the ordinary differential or difference equations that represent your system dynamics.

Parametric time series model identification requires uniformly sampled time-domain data, except for the ARX model, which can handle frequency-domain signals. Spectral analysis algorithms support time-domain and frequency-domain data. Your data can have one or more output channels and must have no input channel. For more information on time series models, see What Are Time Series Models?

You can use the identified models to predict model output at the command line, in the app, or in Simulink®. At the command line, you can also forecast model outputs beyond the time range of the measured data.

Funzioni

espandi tutto

arEstimate parameters when identifying AR model or ARI model for scalar time series
arOptionsOption set for ar
arxEstimate parameters of ARX, ARIX, AR, or ARI model
armaxEstimate parameters of ARMAX, ARIMAX, ARMA, or ARIMA model using time-domain data
ivarAR model estimation using instrumental variable method
ssestEstimate state-space model using time-domain or frequency-domain data
n4sidEstimate state-space model using subspace method with time-domain or frequency-domain data
spaEstimate frequency response with fixed frequency resolution using spectral analysis
spafdrEstimate frequency response and spectrum using spectral analysis with frequency-dependent resolution
etfeEstimate empirical transfer functions and periodograms
nlarxEstimate parameters of nonlinear ARX model
greyestEstimate ODE parameters of linear grey-box model
nlgreyestEstimate nonlinear grey-box model parameters
idpolyPolynomial model with identifiable parameters
idssState-space model with identifiable parameters
idfrdFrequency response data or model
idnlarxNonlinear ARX model
idgreyLinear ODE (grey-box model) with identifiable parameters
idnlgreyNonlinear grey-box model
spectrumPlot or return output power spectrum of time series model or disturbance spectrum of linear input/output model
forecastForecast identified model output
predictPredict identified model K-step-ahead output

Argomenti

About Time Series Models

Estimate Models

Forecast Model Output