time series analysis -凯发k8网页登录
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
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.
functions
topics
about time series models
a time series model, also called a signal model, is a dynamic system that is identified to fit data that includes only output channels and no input channels.
learn how to analyze time series models.
estimate models
simulate a time series and use parametric and nonparametric methods to estimate and compare time-series models.
estimate polynomial ar and arma models for time series data at the command line and in the app.
estimate autoregressive integrated moving average (arima) models.
estimate state-space models for time series data at the command line.
estimate power spectra for time series data at the command line and in the app.
estimate model parameters using linear and nonlinear grey-box modeling.
forecast model output
workflow for forecasting time series data and input-output data using linear and nonlinear models.
create a time series model and use the model for prediction, forecasting, and state estimation.
understand the concept of forecasting data using linear and nonlinear models.