【问题标题】:Understanding the output of durbinWatsonTest() in r了解 r 中 durbinWatsonTest() 的输出
【发布时间】:2019-06-24 07:24:00
【问题描述】:

所以我在durbinWatsonTest 中传递了我的lm 模型并得到了这个结果,

lag Autocorrelation D-W Statistic p-value
1      -0.3068183      2.444027   0.278
 Alternative hypothesis: rho != 0

我知道 Durbin Watson 检验用于查找数据中是否存在自相关。但是有人可以解释一下我的结果,特别是“D-W Statistic = 2.444”、“p-value = 0.278”和“rho != 0”。

谢谢。

【问题讨论】:

    标签: r statistics time-series


    【解决方案1】:

    它不测试任何类型的自相关,而只是测试滞后 1 的自相关。特别是,在 Xt = rho Xt-1 + e t 它测试是否 rho = 0(零假设)。因此,计算D-W statistic 会导致统计值 2.444 和 p 值 0.27,对于后者,您通常会说不能拒绝 null。也就是说,我们不能拒绝没有一阶自相关的空值。

    【讨论】:

    • @javan.rajpopat,这能回答你的问题吗?
    猜你喜欢
    • 2016-02-05
    • 2018-08-08
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-05-25
    • 2019-02-13
    • 2012-10-21
    • 2018-09-22
    相关资源
    最近更新 更多