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,
The function ndiffs uses a specific number of lags for the ur.kpss test
use.lag = trunc(3 * sqrt(length(x)) / 13)
Questions:
(a) why is this lag used ? would it make sense regardless of the periodicity of the series ?
(b) why not pick lags for the other two tests ? (ur.df and ur.pp)
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
The function
ndiffs
uses a specific number of lags for theur.kpss
testuse.lag = trunc(3 * sqrt(length(x)) / 13)
Questions:
(a) why is this lag used ? would it make sense regardless of the periodicity of the series ?
(b) why not pick lags for the other two tests ? (
ur.df
andur.pp
)Thanks!
The text was updated successfully, but these errors were encountered: