Search found 14 matches

by pcruzd
Wed Nov 16, 2022 7:21 am
Forum: Installation and Registration
Topic: Problems with updates
Replies: 1
Views: 3147

Problems with updates

Hi, when trying to update eviews, I always get the 'This feature has been disabled by your administrator' message. I contacted the IT guys and confirmed they dissabled this option but that there is no problem to update in the future. Is any way to enable this option again by the administrator?
by pcruzd
Wed Apr 28, 2021 10:47 am
Forum: Programming
Topic: optimization function
Replies: 2
Views: 2612

Re: optimization function

This is awesome, thanks!
by pcruzd
Wed Apr 28, 2021 9:22 am
Forum: Programming
Topic: optimization function
Replies: 2
Views: 2612

optimization function

Hi, is there any optimization function in Eviews (im using eviews 9.5) such as fminsearch in matlab?
by pcruzd
Mon Jul 29, 2019 12:02 pm
Forum: Programming
Topic: Kalman Filter: Asymmetric covariance matrix
Replies: 2
Views: 3021

Re: Kalman Filter: Asymmetric covariance matrix

you are right, already modelled the errors explicitly. Thanks!
by pcruzd
Mon Jul 29, 2019 10:46 am
Forum: Programming
Topic: Kalman Filter: Asymmetric covariance matrix
Replies: 2
Views: 3021

Kalman Filter: Asymmetric covariance matrix

Hi I am estimating a State Space model that has two state variables x and y, with errors res_x and res_y. res_x variance is not affected by res_y, but the variance of res_y is affected by res_x. However, i am not sure how to estimate such a structure in Eviews. What I am looking is to specify the mo...
by pcruzd
Wed May 29, 2019 1:44 pm
Forum: Programming
Topic: simple question on stom and @convert
Replies: 6
Views: 4464

Re: simple question on stom and @convert

It worked perfect, thanks!
by pcruzd
Wed May 29, 2019 1:02 pm
Forum: Programming
Topic: simple question on stom and @convert
Replies: 6
Views: 4464

Re: simple question on stom and @convert

It didn't. It turns out its not the stom comand which is causing the window to prompt but the matrix.cov comand that follows in the loop. Is there any way to mute it? Check the program below: create u 10 group gr for !i=1 to 5 series x!i=nrnd gr.add x!i stom(x!i, y!i) next stom(gr, mat) mat.cov(out=...
by pcruzd
Wed May 29, 2019 9:51 am
Forum: Programming
Topic: simple question on stom and @convert
Replies: 6
Views: 4464

Re: simple question on stom and @convert

by prompting I mean a window with the newly created matrix pops-up in every loop. I thought that it shouldn't by happenign but it does. The program is very similar to the one you wrote
by pcruzd
Wed May 29, 2019 9:36 am
Forum: Programming
Topic: simple question on stom and @convert
Replies: 6
Views: 4464

simple question on stom and @convert

Hi, Im using the stom command in a loop and I can't make the formed matrix not to prompt in every loop its generated, even if the program is running quiet mode. I tryied using @convert as an alternative but it keeps happening. Any hints?

PD. im using Eviews 9
by pcruzd
Thu Mar 21, 2019 7:29 am
Forum: Programming
Topic: error when seasonally adjusting multiple series
Replies: 3
Views: 3491

Re: error when seasonally adjusting multiple series

I just realized I posted an old code with errors, here is the actual one: for !x = 1 to 50 !err = @errorcount SER{!X}.X13("SAVE="D11 D10") !check= @errorcount-!err if !check>0 then !count = 0 !maxcount = 20 while !count <= !maxcount !err = @errorcount SER{!X}.X13("SAVE="D11 ...
by pcruzd
Thu Mar 21, 2019 7:03 am
Forum: Programming
Topic: error when seasonally adjusting multiple series
Replies: 3
Views: 3491

Re: error when seasonally adjusting multiple series

Thanks Gareth, So far I've been able to manage it using setmaxerror and @errorcount, but Im having a problem when additional errors appear (like no seasonallity in the series). So I would like to know if there's any way to know what type of error im getting while running the program. For instance, t...
by pcruzd
Fri Mar 08, 2019 8:47 am
Forum: Programming
Topic: error when seasonally adjusting multiple series
Replies: 3
Views: 3491

error when seasonally adjusting multiple series

Hello, I am having trouble when seasonally adjusting (x13) multiple series. I am getting an error that appear only certain times and I have to run the exactly same code 5 to 6 times until the error magically doesn't appear. The error that I am getting is: 'Unable to open file c:\users\username\appda...
by pcruzd
Fri Sep 07, 2018 6:50 am
Forum: Programming
Topic: labeling last data point
Replies: 0
Views: 2765

labeling last data point

Hi, I am trying to label only the last data point of a line graph and cannot find the way to do so. Any help is welcome
by pcruzd
Fri Jul 13, 2018 1:10 pm
Forum: Programming
Topic: centered movav in model
Replies: 1
Views: 2548

centered movav in model

Hi, I have a model (mod) and I want it to generate a variable that is the centered moving average of another one to use it in further calculations in the model. lets say I have the mod model mod.append y=mx+n mod.append z = @movavc(y,4) the model runs ok only if the @movavc(.) is not included in it....

Go to advanced search