Created
May 31, 2012 19:10
-
-
Save Shreyes2010/2845540 to your computer and use it in GitHub Desktop.
Results from the adf.test()
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Augmented Dickey-Fuller Test | |
data: Full sample | |
Dickey-Fuller = -2.4901, Lag order = 4, p-value = 0.3734 | |
alternative hypothesis: stationary | |
Augmented Dickey-Fuller Test | |
data: First 80 obs | |
Dickey-Fuller = -2.9479, Lag order = 4, p-value = 0.1882 | |
alternative hypothesis: stationary | |
Augmented Dickey-Fuller Test | |
data: From 80 to the end of sample | |
Dickey-Fuller = -1.9367, Lag order = 2, p-value = 0.5965 | |
alternative hypothesis: stationary |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment