全部版块 我的主页
论坛 数据科学与人工智能 数据分析与数据科学 SAS专版
3023 1
2007-04-08

在输入 estimate p=3;

后 ,发现部分参数不显著,比如ar(2)。

那么如何实现ar(1,3)模型?

谢谢!

二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

全部回复
2007-4-8 20:39:00

自己回答得了,刚找的帮助。

Subset Models

You can control which lags have parameters by specifying the P= or Q= option as a list of lags in parentheses. A model like this that includes parameters for only some lags is sometimes called a subset or additive model. For example, consider the following two ESTIMATE statements:

 identify var=sales; estimate p=4; estimate p=(1 4); 

Both specify AR(4) models, but the first has parameters for lags 1, 2, 3, and 4, while the second has parameters for lags 1 and 4, with the coefficients for lags 2 and 3 constrained to 0.

二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

相关推荐
栏目导航
热门文章
推荐文章

说点什么

分享

扫码加好友,拉您进群
各岗位、行业、专业交流群