Re: [Gretl-users] highlighting syntax

2014-03-30 Thread Alessandro Astuti
I just typed sudo apt-get install gretl on the terminal Il 29/03/2014 23:52, Allin Cottrell ha scritto: > On Sat, 29 Mar 2014, Alessandro Astuti wrote: > >> I had this: >> >>ldd /usr/bin/gretl_x11 | grep gtk >> libgtksourceview-2.0.so.0 => /usr/lib/libgtksourceview-2.0.so.0 >>(0x00

[Gretl-users] X12-ARMA failing

2014-03-30 Thread GOO Creations
Hi, I'm trying to estimate an ARMA model using X12. I'm linking the gretl libraries to my program and these are the errors I'm getting: //.spc: Permission denied// //Failed to execute x12arima// / So I tried to execute my program as super user, and then the errors change as follow

Re: [Gretl-users] highlighting syntax

2014-03-30 Thread Allin Cottrell
On Sun, 30 Mar 2014, Alessandro Astuti wrote: > I just typed sudo apt-get install gretl on the terminal Ah, then it seems there's something wrong with the build on Debian testing. Can you check if gretl.lang is installed? For highlighting to work, it should be in /usr/share/gtksourceview-2.0/l

Re: [Gretl-users] X12-ARMA failing

2014-03-30 Thread Allin Cottrell
On Sun, 30 Mar 2014, GOO Creations wrote: > I'm trying to estimate an ARMA model using X12. I'm linking the gretl > libraries to my program and these are the errors I'm getting: > > //.spc: Permission denied// > //Failed to execute x12arima// Calling x-12-arima via libgretl is not going to b

Re: [Gretl-users] X12-ARMA failing

2014-03-30 Thread GOO Creations
Hi, Not that important. Thought it was something I'm doing wrong. Will use another method. thanks anyway. Chris On 2014/03/30 11:03 AM, Allin Cottrell wrote: > On Sun, 30 Mar 2014, GOO Creations wrote: > >> I'm trying to estimate an ARMA model using X12. I'm linking the gretl >> libraries to m

[Gretl-users] Possible bug in richardson_gradient

2014-03-30 Thread GOO Creations
Hi, I think this might be a bug. When using the ARMA model, I sometimes get a message "numerical gradient: switching to Richardson". However, once I get this message, nothing else happens, but the CPU stays at 100%. After closer inspection, I've noticed that the richardson_gradient function in

Re: [Gretl-users] Possible bug in richardson_gradient

2014-03-30 Thread Allin Cottrell
On Sun, 30 Mar 2014, GOO Creations wrote: > I think this might be a bug. When using the ARMA model, I sometimes get a > message "numerical gradient: switching to Richardson". However, once I get > this message, nothing else happens, but the CPU stays at 100%. After closer > inspection, I've not

Re: [Gretl-users] Possible bug in richardson_gradient

2014-03-30 Thread GOO Creations
Hi, Sorry about that, I was using an old version. On 2014/03/30 03:44 PM, Allin Cottrell wrote: > On Sun, 30 Mar 2014, GOO Creations wrote: > >> I think this might be a bug. When using the ARMA model, I sometimes get a >> message "numerical gradient: switching to Richardson". However, once I ge

Re: [Gretl-users] vectorized form of the following loop

2014-03-30 Thread Artur T .
Thank you both Jack and Hélio for your suggestions! Both example work well. Jack's nice version is about 10% less time consuming than my original example (at least in my procedure here). Best, Artur 2014-03-29 16:08 GMT+01:00 Hélio Guilherme : > This was my attempt (but results are the expect o

Re: [Gretl-users] vectorized form of the following loop

2014-03-30 Thread Jack
On Sun, 30 Mar 2014, Artur T. wrote: > Thank you both Jack and Hélio for your suggestions! Both example work well. > Jack's nice version is about 10% less time consuming than my original > example (at least in my procedure here). The "varsimul" function is especially useful when generating multiv

Re: [Gretl-users] vectorized form of the following loop

2014-03-30 Thread Hélio Guilherme
I must be having some memory problems! My example is wrong if you test it you will see that the results differ. I ment to warn you of that but wrote exactly the opposite (missed the "not" word): (but results are NOT the expectED ones) Please double check the script. Hélio On Sun, Mar 30, 2014

Re: [Gretl-users] highlighting syntax

2014-03-30 Thread Alessandro Astuti
There's no gretl.lang in none of the folder you mentioned. Is this the problem? -- Alessandro Astuti Il 30/03/2014 10:46, Allin Cottrell ha scritto: > On Sun, 30 Mar 2014, Alessandro Astuti wrote: > >> I just typed sudo apt-get install gretl on the terminal > Ah, then it seems there's something

Re: [Gretl-users] X12-ARMA failing

2014-03-30 Thread Allin Cottrell
On Sun, 30 Mar 2014, GOO Creations wrote: > Not that important. Thought it was something I'm doing wrong. Will use > another method. OK, but it turns out it's not excessively difficult to enable x12-arima in third-party code. Including and calling a function such as the following, before trying

Re: [Gretl-users] highlighting syntax

2014-03-30 Thread Allin Cottrell
On Sun, 30 Mar 2014, Alessandro Astuti wrote: > There's no gretl.lang in none of the folder you mentioned. Is this the > problem? It's a sufficient cause, yes. If gretl.lang is not installed (in the right place) then the gtksourceview library can't do highlighting for gretl. We'll try to work