Re: [Gretl-users] confidence intervals

2012-12-08 Thread Allin Cottrell
On Sat, 8 Dec 2012, Miviam wrote: > I have tried what you suggested me and every change I imagined and I keep > getting the same. > > This is what I have in the script: > arima 0 1 1 ; 0 1 1 ; y --nc > addobs 12 > smpl --full > fcast --out-of-sample > matrix yhat = $fcast > matrix se=$fcerr > mat

Re: [Gretl-users] confidence intervals

2012-12-08 Thread Miviam
Allin I have tried what you suggested me and every change I imagined and I keep getting the same. This is what I have in the script: arima 0 1 1 ; 0 1 1 ; y --nc addobs 12 smpl --full fcast --out-of-sample matrix yhat = $fcast matrix se=$fcerr matrix ci = (yhat - 1.9

Re: [Gretl-users] confidence intervals

2012-12-05 Thread Miviam
Thank you very much Allin. I'll try it Message: 2 List-Post: gretl-users@gretlml.univpm.it Date: Tue, 4 Dec 2012 18:10:32 -0500 (EST) From: Allin Cottrell Subject: Re: [Gretl-users] confidence intervals To: Gretl list Message-ID: Content-Type: TEXT/PLAIN; charset=US-ASCII; f

Re: [Gretl-users] confidence intervals

2012-12-04 Thread Allin Cottrell
On Tue, 4 Dec 2012, Miviam wrote: > I'm trying to write an script to save the confidence intervals after a > forecast for an ARIMA model but the confidence intervals all have the same > size. I read that someone experimented the same problem some time ago. How > can I get the correct values? which

[Gretl-users] confidence intervals

2012-12-04 Thread Miviam
Hi everyone I'm trying to write an script to save the confidence intervals after a forecast for an ARIMA model but the confidence intervals all have the same size. I read that someone experimented the same problem some time ago. How can I get the correct values? which are supposed to increase over

[Gretl-users] confidence intervals in NLS

2008-12-31 Thread John Paravantis
Allin, Please see PRISM 4 manual that may be downloaded for free from http://www.graphpad.com/manuals/prism4/regressionbook.pdf In it (pp. 97 to 103), you will find references to asymptotic standard errors and confidence intervals in the case of STATIC models estimated via NLS. I have also at