matlab vgxma函数,Convert VARMA model to VMA model

这篇博客探讨了如何将一个2维的VARMA(2,2)模型转换为纯VMA(2)模型,并进一步扩展到VMA(4)模型。内容包括模型的稳定性、可逆性以及参数对比。通过vgxma函数进行转换并使用vgxdisp展示不同模型的详细结构。
摘要由CSDN通过智能技术生成

Start with a 2-dimensional VARMA(2, 2) specification structure in Spec:

load Data_VARMA22

Convert Spec into a pure VMA(2) model in SpecMA:

SpecMA = vgxma(Spec);

Display the original specification structure in Spec and compare with the new specification structure in SpecMA:

vgxdisp(Spec, SpecMA)

Model 1: 2-D VARMA(2,2) with No Additive Constant

Conditional mean is AR-stable and is MA-invertible

Model 2: 2-D VMA(2) with No Additive Constant

Conditional mean is AR-stable and is MA-invertible

Parameter Model 1 Model 2

-------------- -------------- --------------

AR(1)(1,1) 0.373935

(1,2) 0.124043

(2,1) 0.375488

(2,2) 0.259077

AR(2)(1,1) 0.0754758

(1,2) -0.0972418

(2,1) 0.0687406

(2,2) 0.0155532

MA(1)(1,1) 0.205242 0.579177

(1,2) -0.239925 -0.115882

(2,1) -0.0881847 0.287303

(2,2) -0.0617094 0.197368

MA(2)(1,1) -0.0682232 0.259465

(1,2) 0.0107276 -0.105364

(2,1) -0.155213 0.205435

(2,2) -0.0040213 0.0191531

Q(1,1) 0.08 0.08

Q(2,1) 0.01 0.01

Q(2,2) 0.03 0.03

Obtain the first 4 MA lags in SpecMA:

SpecMA = vgxma(Spec, 4);

vgxdisp(Spec, SpecMA);

Model 1: 2-D VARMA(2,2) with No Additive Constant

Conditional mean is AR-stable and is MA-invertible

Model 2: 2-D VMA(4) with No Additive Constant

Conditional mean is AR-stable and is MA-invertible

Parameter Model 1 Model 2

-------------- -------------- --------------

AR(1)(1,1) 0.373935

(1,2) 0.124043

(2,1) 0.375488

(2,2) 0.259077

AR(2)(1,1) 0.0754758

(1,2) -0.0972418

(2,1) 0.0687406

(2,2) 0.0155532

MA(1)(1,1) 0.205242 0.579177

(1,2) -0.239925 -0.115882

(2,1) -0.0881847 0.287303

(2,2) -0.0617094 0.197368

MA(2)(1,1) -0.0682232 0.259465

(1,2) 0.0107276 -0.105364

(2,1) -0.155213 0.205435

(2,2) -0.0040213 0.0191531

MA(3)(1,1) [] 0.138282

(1,2) [] -0.0649623

(2,1) [] 0.194931

(2,2) [] -0.039497

MA(4)(1,1) [] 0.0754946

(1,2) [] -0.039006

(2,1) [] 0.123456

(2,2) [] -0.0415703

Q(1,1) 0.08 0.08

Q(2,1) 0.01 0.01

Q(2,2) 0.03 0.03

Obtain just the 99th lag and display the result:

SpecMA = vgxma(Spec, 1, 99);

vgxdisp(SpecMA);

Model : 2-D VMA(1) with No Additive Constant

Conditional mean is AR-stable and is MA-invertible

Moving average lags: 99

MA(99) Moving Average Matrix:

2.09723e-30 -1.03631e-30

3.16333e-30 -8.85453e-31

Q Innovations Covariance:

0.08 0.01

0.01 0.03

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值