ผมใช้ R, ฉันค้นหาใน Google และได้เรียนรู้ว่าkpss.test()
, PP.test()
และadf.test()
มีการใช้ความรู้เกี่ยวกับ stationarity ของอนุกรมเวลา
แต่ฉันไม่ใช่นักสถิติที่สามารถตีความผลลัพธ์ของพวกเขาได้
> PP.test(x)
Phillips-Perron Unit Root Test
data: x
Dickey-Fuller = -30.649, Truncation lag parameter = 7, p-value = 0.01
> kpss.test(b$V1)
KPSS Test for Level Stationarity
data: b$V1
KPSS Level = 0.0333, Truncation lag parameter = 3, p-value = 0.1
Warning message:
In kpss.test(b$V1) : p-value greater than printed p-value
> adf.test(x)
Augmented Dickey-Fuller Test
data: x
Dickey-Fuller = -9.6825, Lag order = 9, p-value = 0.01
alternative hypothesis: stationary
Warning message:
In adf.test(x) : p-value smaller than printed p-value
ฉันกำลังจัดการกับอนุกรมเวลาหลายพันครั้งฉันขอบอกวิธีตรวจสอบเชิงปริมาณเกี่ยวกับความคงที่ของอนุกรมเวลา