Why can't I loop through a filter? What am I doing wrong?
for !j=1 to 100
var.bpf(type=cfasym,low=20,high=21+!j,iorder=0,detrend=t,W=CCFX1) bpfilter1
next
Thank you.
Filter Loop
Moderators: EViews Gareth, EViews Moderator
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13604
- Joined: Tue Sep 16, 2008 5:38 pm
Re: Filter Loop
Try:
Code: Select all
for !j=1 to 100
!i = !j+21
var.bpf(type=cfasym,low=20,high=!i,iorder=0,detrend=t,W=CCFX1) bpfilter1
next
Who is online
Users browsing this forum: No registered users and 2 guests
