Main Content

Time Series Analysis

通过识别线性和非线性模型,例如AR,ARMA,州空间和灰色盒模型,进行光谱分析以及预测模型输出来分析时间序列数据

一个时间序列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 theSystem Identification应用程序或命令行。系统标识Toolbox™使您可以创建和估计四种一般类型的时间序列模型。

  • 线性参数模型 - 诸如自回旋模型和状态空间模型之类的结构中的估计参数。

  • 频率响应模型 - 使用光谱分析估算光谱模型。

  • 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.

参数时间序列模型标识需要均匀采样的时间域数据,除了可以处理频域信号的ARX模型。光谱分析算法支持时间域和频域数据。金宝app您的数据可以具有一个或多个输出通道,并且必须没有输入通道。有关时间序列模型的更多信息,请参阅什么是时间序列模型?

You can use the identified models to predict model output at the command line, in the app, or in Simulink®。在命令行,您还可以预测超出测量数据的时间范围的模型输出。

功能

展开全部

ar Estimate parameters when identifying AR model or ARI model for scalar time series
arOptions 选项设置为ar
arx 估计ARX,ARIX,AR或ARI模型的参数
Armax Estimate parameters of ARMAX, ARIMAX, ARMA, or ARIMA model using time-domain data
伊瓦 使用仪器变量方法的AR模型估计
ssest 使用时域或频域数据估算状态空间模型
n4sid 使用子空间方法估算状态空间模型与时域或频域数据
spa 使用光谱分析估算频率分辨率的频率响应
spafdr Estimate frequency response and spectrum using spectral analysis with frequency-dependent resolution
etfe Estimate empirical transfer functions and periodograms
nlarx Estimate parameters of nonlinear ARX model
灰色 线性灰色框模型估计
nlgreyest 估计非线性灰色框模型参数
idpoly 具有可识别参数的多项式模型
IDSS 具有可识别参数的状态空间模型
idfrd 频率响应数据或模型
idnlarx Nonlinear ARX model
艾德格里 Linear ODE (grey-box model) with identifiable parameters
idnlgrey Nonlinear grey-box model
光谱 时间序列模型的情节或返回输出功率谱或线性输入/输出模型的干扰谱
预报 预测确定的模型输出
predict 预测k-step-pead模型输出

话题

关于时间序列模型

估计模型

预测模型输出