FRML Creation and Sampling

For questions regarding the import, export and manipulation of data in EViews, including graphing and basic statistics.

Moderators: EViews Gareth, EViews Jason, EViews Steve, EViews Moderator

kcaron
Posts: 89
Joined: Wed Mar 04, 2015 11:46 am

FRML Creation and Sampling

Postby kcaron » Sun Jan 27, 2019 8:52 am

Could someone please help with a simple question?

Each time I create a formula using:

frml z_autos = @qnorm(@ranks(autos)/(@obs(autos)+1))

It saves the formula as:

@qnorm(@ranks(autos,"A","A","1999m12 2019m12")/(@obs(autos,"1999m12 2019m12")+1))

Why is EViews forcing a sample range into the formula? What if I want the range to change as more data is added over time?

I know this is probably a very easy question, but I can't seem to find an answer.

Thank you!

Kevin

EViews Gareth
Fe ddaethom, fe welon, fe amcangyfrifon
Posts: 13312
Joined: Tue Sep 16, 2008 5:38 pm

Re: FRML Creation and Sampling

Postby EViews Gareth » Sun Jan 27, 2019 9:51 am

Formulas have a fixed sample. There is no way around that
Follow us on Twitter @IHSEViews

startz
Non-normality and collinearity are NOT problems!
Posts: 3775
Joined: Wed Sep 17, 2008 2:25 pm

Re: FRML Creation and Sampling

Postby startz » Sun Jan 27, 2019 1:19 pm

Can you edit the frml smpl to be @pagesmpl ?

EViews Gareth
Fe ddaethom, fe welon, fe amcangyfrifon
Posts: 13312
Joined: Tue Sep 16, 2008 5:38 pm

Re: FRML Creation and Sampling

Postby EViews Gareth » Sun Jan 27, 2019 4:07 pm

frmls only update when an underlying series changes, not when things like workfile ranges, samples, or matrix objects change. So, yes, you can set a frml to be based upon @pagesmpl, but it will never update itself automatically, since @pagesmpl is not a series.
Follow us on Twitter @IHSEViews

startz
Non-normality and collinearity are NOT problems!
Posts: 3775
Joined: Wed Sep 17, 2008 2:25 pm

Re: FRML Creation and Sampling

Postby startz » Sun Jan 27, 2019 4:27 pm

But won't any output based on a frml reflect the current smpl anyway? So using @pagesmpl prevents an invisible conflict between changing the smpl globally and what's buried in the frml.

EViews Gareth
Fe ddaethom, fe welon, fe amcangyfrifon
Posts: 13312
Joined: Tue Sep 16, 2008 5:38 pm

Re: FRML Creation and Sampling

Postby EViews Gareth » Sun Jan 27, 2019 4:56 pm

Oh, I see what you mean. No.

The @ranks and @obs functions won't accept @pagesmpl as an argument.
Follow us on Twitter @IHSEViews

kcaron
Posts: 89
Joined: Wed Mar 04, 2015 11:46 am

Re: FRML Creation and Sampling

Postby kcaron » Sun Jan 27, 2019 9:02 pm

Got it. Thank you all!


Return to “Data Manipulation”

Who is online

Users browsing this forum: No registered users and 22 guests