Page 1 of 1

bds test

Posted: Thu Jun 06, 2013 1:58 pm
by coder_79
First, in the manual book, the series views should be "bdstest(options)" instead of "bds(options)".

Second, is there any way to save the bootstrapped p value?

Third, how to hide the test result window? For example, I use a loop to do the test for N series and would not like the N windows to pup up.

Thank you!

Re: bds test

Posted: Thu Jun 06, 2013 2:14 pm
by EViews Gareth
Thanks for the correction.

Put a "do" in front of the command to stop the window from popping up:

Code: Select all

do myseries.bdstest
For retrieving the p-values, you'll have to freeze the output into a table.

Re: bds test

Posted: Fri Jun 07, 2013 7:00 am
by coder_79
Thanks, but is there any way to save the bootstrapped p value?

Re: bds test

Posted: Fri Jun 07, 2013 9:34 am
by EViews Gareth
Only the method I mentioned

Re: bds test

Posted: Fri Jun 07, 2013 9:35 am
by EViews Gareth
Only the method I mentioned