Main Content

時系列解析

AR、ARMA、状態空間、グレーボックス モデルなどの線形モデルと非線形モデルを同定し、スペクトル解析を実行して、モデル出力を予測することにより、時系列データを解析します。

"時系列"は 1 つ以上の測定された出力チャネルが含まれますが、測定された入力は含まれないデータです。時系列モデルは信号モデルとも呼ばれ、与えられた信号または時系列データを適合するように同定される動的システムです。時系列は多変数にすることができ、それにより多変量モデルになります。時系列モデルはSystem Identificationアプリまたはコマンド ラインで同定できます。System Identification Toolbox™ により、4 種類の一般的な時系列モデルの作成と推定が可能になります。

  • 線形パラメトリック モデル — 自己回帰モデルや状態空間モデルなど、構造体内のパラメーターを推定する。

  • 周波数応答モデル — スペクトル解析を使用してスペクトル モデルを推定する。

  • 非線形 ARX モデル — 非線形 ARX 構造体内のパラメーターを推定する。

  • グレーボックス モデル — システム ダイナミクスを表す常微分方程式または差分方程式の係数を推定する。

パラメトリック時系列モデルの同定には、周波数領域信号を処理できる ARX モデルを除いて、等間隔にサンプリングされた時間領域データが必要です。スペクトル解析アルゴリズムは時間領域データと周波数領域データをサポートします。データは 1 つ以上の出力チャネルをもつことができ、入力チャネルをもつことはできません。時系列モデルの詳細については、What Are Time Series Models?を参照してください。

同定されたモデルを使用して,コマンドラインやアプリ,あるいは仿真金宝app软件®でモデルの出力を予測することができます。コマンド ラインで、測定されたデータの時間範囲を超えてモデルの出力を予測することもできます。

関数

すべて展開する

ar 估计parameters when identifying AR model or ARI model for scalar time series
arOptions Option set forar
arx 估计parameters of ARX, ARIX, AR, or ARI model
armax 估计parameters of ARMAX, ARIMAX, ARMA, or ARIMA model using time-domain data
ivar AR model estimation using instrumental variable method
ssest 估计state-space model using time-domain or frequency-domain data
n4sid 估计state-space model using subspace method with time-domain or frequency-domain data
spa 估计frequency response with fixed frequency resolution using spectral analysis
spafdr 估计frequency response and spectrum using spectral analysis with frequency-dependent resolution
etfe 估计empirical transfer functions and periodograms
nlarx 估计parameters of nonlinear ARX model
greyest Linear grey-box model estimation
nlgreyest 估计nonlinear grey-box model parameters
idpoly Polynomial model with identifiable parameters
idss State-space model with identifiable parameters
idfrd Frequency response data or model
idnlarx Nonlinear ARX model
idgrey Linear ODE (grey-box model) with identifiable parameters
idnlgrey Nonlinear grey-box model
spectrum Plot or return output power spectrum of time series model or disturbance spectrum of linear input/output model
forecast Forecast identified model output
predict Predict K-step-ahead model output

トピック

時系列モデルについて

モデルの推定

モデル出力の予測