trendtests options not working
Posted: Fri May 09, 2025 3:51 am
Hello and good day to you,
The options for trend test (.trendtests) do not seem to work very well. An output matrix with results is not saved while using the 'out' option. The documentation also seems to be incorrect. Bootstrapped probabilities are still shown even though the 'noboot' option is applied. I've noted that 'bopt=none' is the correct syntax?
Eviews 14 Enterprise edition - April 8 2025 build
Regards,
Erik Glans,
NIER, Sweden.
The options for trend test (.trendtests) do not seem to work very well. An output matrix with results is not saved while using the 'out' option. The documentation also seems to be incorrect. Bootstrapped probabilities are still shown even though the 'noboot' option is applied. I've noted that 'bopt=none' is the correct syntax?
Code: Select all
WfCreate C:\temp\temp.wf1 m 1990 2020
Series x = @Rnorm
x.trendtests(noboot, out=mR)
Show mR
Regards,
Erik Glans,
NIER, Sweden.