You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm interested in performing an ADF test to confirm that my transformations ended up with a stationary time series.
I couldn't find a function to let me perform the test by itself, so I was wondering if this approach is appropriate:
library(forecast)
wineind |> ndiffs(test = "adf")
Basically I'm trying to get the answer to "how many times should this series be differenced to be considered stationary" and expecting the answer to be 0 to consider this stationary per ADF test. So if I already differenced a non-stationary series and used that inside ndiffs(), the result should be 0.
Am I correct in this interpretation? Is there another way to conduct an ADF test I missed?
The text was updated successfully, but these errors were encountered:
Thank you!
I didn't really get how to interpret ur.df() results (mainly how to get p value) and parameters, guess I'll stick to the originally proposed method
Hi, I'm interested in performing an ADF test to confirm that my transformations ended up with a stationary time series.
I couldn't find a function to let me perform the test by itself, so I was wondering if this approach is appropriate:
Basically I'm trying to get the answer to "how many times should this series be differenced to be considered stationary" and expecting the answer to be 0 to consider this stationary per ADF test. So if I already differenced a non-stationary series and used that inside ndiffs(), the result should be 0.
Am I correct in this interpretation? Is there another way to conduct an ADF test I missed?
The text was updated successfully, but these errors were encountered: