模糊时间序列matlab,Matlab如何消除时间序列的自相关

Step three is as follows:

1. use function 'aic' to identify the order of AR process

2. according to the order of AR process, use function 'ar' to estimate the parameters of AR process, for example variable r in your paper.

3. Whitening the AR process: use function 'filter',

for example, for AR(1) in your paper, Yt' = filter([1 r1],1,Xt);

The above mechanism is simple, take the AR(1) as an example, Yt' = Xt'-r1Xt';

Using z transform, the equation can be transformed as Yt' = Xt'(1-r1*(z^-1)), because Xt-1' = Xt'*(z^-1);

4. After calculating the Yt', and the Tt (which you know how to deal with),

Yt is simply the sum of whitened noise Yt' and the linear trend Tt .

The difference between Xt and Yt is just Xt with color noise and Yt with white noise.

Actually, I would recommend you estimate the b in the linear trend associated with AR process, if you are interested in exploiting that, the published paper I wrote as follows explains that in details.

"Long run surface temperature dynamics of an A-OGCM: the HadCM3 4×CO2 forcing experiment revisited" (link: http://www.springerlink.com/content/r07p33551lq854mn/).

Hope this would help

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值