Page 1 of 1

DETREND="D" is an unrecognized option for BANDPASS

Posted: Fri Aug 03, 2012 4:19 am
by cgalindo
Hi,

I'm having trouble with the "bpf" function.

Here is a particular instance:

C223GPI_SAL.bpf(type=cfasym, low=6,high=32, iorder=1, detrend="d", noncyc="t") "cc"

The above line willl yield the following error:

DETREND="D" is an unrecognized option for BANDPASS in "DO_ C223PCA_SA.BPF(TYPE=CFASYM, LOW=6,HIGH=32, IORDER=1, DETREND="D",

I think the rest of the detrend options will work fine with the function...Guessing you forgot to overload the function with the argument DETREND="D", when IORDER=1?

In any case, please let me know.

Kind regards,
Calros

Re: DETREND="D" is an unrecognized option for BANDPASS

Posted: Fri Aug 03, 2012 6:35 am
by EViews Gareth

Code: Select all

C223GPI_SAL.bpf(type=cfasym, low=6,high=32, iorder=1, detrend=d, noncyc=t) cc