Page 1 of 1

Mixed frequency graphs bugg?

Posted: Mon Aug 31, 2015 2:40 am
by johansamuelsson
Hi

I have some problem using graphs with two different frequencies in Eviews 9 that worked fine in 8. When running the example below the two graphs get the exact same appearance in Eviews 8. But when running the code in Eviews 9 the series "tmp2", "tmp3" and "tmp4" in the graph "g2" are incorrect. Note that the series "tmp1" is correct in "g2".

I have the same options under "General Options" / "Series and Alphas" / "Frequency conversion" in 9 and 8 (don't think it matters).

Any ideas?

Versions:
Eviews 9: Standard Edition - Aug 25 2015 build
Eviews 8: Standard Edition - Aug 18 2015 build

Regards Johan

Code: Select all

WfCreate(page=d5) d5 2010 2015 PageCreate(page=m) m 2010 2015 PageSelect d5 Series tmp1 Series tmp2 Series tmp3 Series tmp4 tmp1.adjust = 1 .. 10 tmp2.adjust = 1 .. 15 tmp3.adjust = 1 .. 20 tmp4.adjust = 1 .. 25 PageSelect m Series tmp5 tmp5.adjust = 1 .. 30 Smpl 2010 2015 Graph g1.line M\tmp5 D5\tmp1 D5\tmp2 D5\tmp3 D5\tmp4 Graph g2.line D5\tmp1 D5\tmp2 D5\tmp3 D5\tmp4 M\tmp5 Show g1 g2

Re: Mixed frequency graphs bugg?

Posted: Thu Sep 03, 2015 12:25 pm
by EViews Jason
It will be fixed in the next patch

Re: Mixed frequency graphs bugg?

Posted: Wed Sep 16, 2015 11:05 pm
by johansamuelsson
Hi

Is there any patch soon that will fix this, we have some problem with our external (and internal) presentations (graph with mixed frequencies), and we'd rather not reinstall Eviews 8?

Regards Johan

Re: Mixed frequency graphs bugg?

Posted: Thu Sep 17, 2015 8:27 am
by EViews Jason
Should be fixed in the 9.14.15 patch. Are you not seeing that?

Re: Mixed frequency graphs bugg?

Posted: Fri Sep 18, 2015 2:02 pm
by johansamuelsson
It works now, thanks

Regards Johan