필터 지우기
필터 지우기

How to set up a ARMAX model with more than one exogenous time series?

조회 수: 2 (최근 30일)
Fred
Fred 2014년 9월 2일
I am trying to forecast Y1 with using Y2 and Y3 as exogenous time series I have written the following code for one input, one output. How can I write it for two inputs (Y2 and Y3)?
tseries = iddata(Y1, Y2,1)
m1 = armax(tseries, [1 1 0 0])

답변 (0개)

카테고리

Help CenterFile Exchange에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by