Search found 13 matches

by marend
Tue May 07, 2019 8:41 pm
Forum: Programming
Topic: Python Integration problem - Eviews 11 Enterprise Edition
Replies: 15
Views: 27182

Re: Python Integration problem - Eviews 11 Enterprise Edition

I was able to do it. I had to reinstall Pyhton in my computer and create a Path in a new location (I thought it might had been an issue of whitespaces in the folder where the packages were installed). I am not certain of what it was, but know is working. Thank you
by marend
Tue May 07, 2019 5:20 pm
Forum: Programming
Topic: Python Integration problem - Eviews 11 Enterprise Edition
Replies: 15
Views: 27182

Re: Python Integration problem - Eviews 11 Enterprise Edition

I have never had any problem in working with Pandas and Numpy, actually tboth packages work perfectrly in Spyder Jupyternotebook.
by marend
Tue May 07, 2019 3:23 pm
Forum: Programming
Topic: Python Integration problem - Eviews 11 Enterprise Edition
Replies: 15
Views: 27182

Re: Python Integration problem - Eviews 11 Enterprise Edition

I installed numpy and pandas in the home directory and changed in Eviews the COM ProgID for Python Home Path to the home directory (C:\Users\HP Z800 in my case), but I still have the same problem, with the following error message: Traceback (most recent call last): File "<string>", line 1,...
by marend
Tue May 07, 2019 8:05 am
Forum: Programming
Topic: Python Integration problem - Eviews 11 Enterprise Edition
Replies: 15
Views: 27182

Python Integration problem - Eviews 11 Enterprise Edition

Hello, I am trying to use Python in Eviews. I followed the instructions using xopen(p), which opens a python command console, but then when trying to import the pandas package ( import pandas as pd) I get the following error message: Traceback (most recent call last): File "<string>", line...
by marend
Fri Apr 19, 2019 6:36 am
Forum: Data Manipulation
Topic: Create a series based on other series as indicator
Replies: 0
Views: 3279

Create a series based on other series as indicator

Hi, I need to create a new series y2 based on the data of series y1, but also based on the information (not data, used as an indicator) of series x1. To be more clear, suppose that y1 is a time series reflecting performance (numbers from 1 to 10) and that x1 is the series with an ID number (identifi...
by marend
Tue Apr 25, 2017 5:47 am
Forum: Suggestions and Requests
Topic: EViews 10
Replies: 16
Views: 35866

Re: EViews 10

Seasonal-and-calendar adjusted procedure: In the seasonal adjustment methods I would make available a diolog box to add the calendar series. This should be incorporated very easily and is extremely useful and necesary to analyze the data. Actually I created an add-in program to seasonally-and-calend...
by marend
Mon Aug 22, 2016 1:45 pm
Forum: Programming
Topic: Eviews Python - pyeviews
Replies: 1
Views: 2575

Eviews Python - pyeviews

Hello, I am working with pyeviews in Python and I am struggling to keep data in the same page of a workfile, but I haven't been able to do it. Can you help me with this (thank you!). My code is: import numpy as np import pandas as pa dtsq2 = pa.date_range('1998q1', periods = 12, freq = 'Q') benchmar...
by marend
Fri Oct 25, 2013 11:39 am
Forum: Programming
Topic: flead option for x12 forecasts
Replies: 7
Views: 6780

Re: flead option for x12 forecasts

by the way is already working with x13.

Thanks Gareth!
by marend
Fri Oct 25, 2013 11:34 am
Forum: Programming
Topic: flead option for x12 forecasts
Replies: 7
Views: 6780

Re: flead option for x12 forecasts

Thanks Gareth, do you know if its possible to simply change the x12a.exe for a newer version in the Eviews file, so I can obtained the same results that I get in my excel macro (3 years ahead forecasts for the seasonal factor).

Thanks!

Mario
by marend
Fri Oct 25, 2013 10:56 am
Forum: Programming
Topic: flead option for x12 forecasts
Replies: 7
Views: 6780

Re: flead option for x12 forecasts

Dear Gareth, In my understanding X12 does allow you to forecast more than one year (I usually run X12 using an excel Macro and I am able to forecast the seasonal factor and calendar effect up yo three years ahead using maxlead=36 in the forecast line of my .spc file). If this is the case and I am ri...
by marend
Fri Jul 19, 2013 1:22 pm
Forum: Programming
Topic: Running VEC - string and scalar recognition problems
Replies: 3
Views: 3984

Re: Running VEC - string and scalar recognition problems

I used %s=@str(datostrings(1,8)) and then log(a{%s}_sa) and it worked. Thank you.
by marend
Fri Jul 19, 2013 1:11 pm
Forum: Programming
Topic: Running VEC - string and scalar recognition problems
Replies: 3
Views: 3984

Re: Running VEC - string and scalar recognition problems

Thank you Gareth, it is working now. One more question: In my specification var eval1.ec({%b},!bbbb) 1 2 log(a0_sa) log(a1_sa) log(a2_sa) ' log(a"@str(datostrings(1,8))"_sa) as you can see I am trying to add as an explanatory variable log(a"@str(datostrings(1,8))"_sa) which I pre...
by marend
Fri Jul 19, 2013 12:36 pm
Forum: Programming
Topic: Running VEC - string and scalar recognition problems
Replies: 3
Views: 3984

Running VEC - string and scalar recognition problems

I am trying to run a VEC regression in a program, but it doesn't recognize the options trend and n coming from a chosen string and scalar, respectively. I am using the specification var_name.ec(trend,n) lags_pair endog_list [@ exog_list] in the folowwing form: var eval1.ec(%b,datostrings(1,3)) 1 2 l...

Go to advanced search