why my arima model is unstable?

7 次查看(过去 30 天)
jinfeng tang
jinfeng tang 2021-11-28
回答: Udit06 2024-10-1
AR4 = arima();
AR4.Constant = 0;
AR4.Variance = 1;
[hz,hp] = zplane(1, [1 cell2mat({-1.352 1.338 -0.662 0.240})]);
AR4.AR = {-1.352 1.338 -0.662 0.240};
Nonseasonal autoregressive polynomial is unstable.
why error: nonseasonal autoregressive polynomial is unstable....
but, the zplane display all pole points is in the unit circle.

回答(1 个)

Udit06
Udit06 2024-10-1
Hi,
You can refer to the following MATLAB answer which describes a similar issue. The error indicates that there are eigenvalues outside the unit circle and lowering the order of MA terms may help.

类别

Help CenterFile Exchange 中查找有关 Conditional Mean Models 的更多信息

标签

产品


版本

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by