Search found 14 matches
- Mon Aug 14, 2023 12:48 am
- Forum: Add-in Support
- Topic: Large Bayesian VAR
- Replies: 49
- Views: 601123
Re: Large Bayesian VAR
it worked well, thank you very much Dakila
- Thu Aug 03, 2023 9:04 pm
- Forum: Add-in Support
- Topic: Large Bayesian VAR
- Replies: 49
- Views: 601123
Re: Large Bayesian VAR
the first five commands work just fine lbvar(estimate=1, sample="2000q1 2023q1", lambda=0.4, tau = 4, save=1, fit=" lcpipi lgdprl lexrpl", tsample="2000q1 2021q4" ) 4 irw10 lcsgnl @ lspen polrate surpdef lingnl lcsgnl lrev ltax lcpipi lgdprl lexrpl lbvar(estimate=1, sam...
- Mon Jul 31, 2023 11:25 pm
- Forum: Add-in Support
- Topic: Large Bayesian VAR
- Replies: 49
- Views: 601123
Re: Large Bayesian VAR
thank you
another question, does pand=1 option works with quarterly data? I try, but it throws internal error 6, 169 and 500
another question, does pand=1 option works with quarterly data? I try, but it throws internal error 6, 169 and 500
- Sat Jul 29, 2023 5:55 am
- Forum: Add-in Support
- Topic: Large Bayesian VAR
- Replies: 49
- Views: 601123
Re: Large Bayesian VAR
thank you, it would be wonderful
- Fri Jul 28, 2023 6:38 am
- Forum: Add-in Support
- Topic: Large Bayesian VAR
- Replies: 49
- Views: 601123
Re: Large Bayesian VAR
Hi, is there a command to get the output lbvar specification so we know the coefficient?
- Wed Sep 24, 2014 9:59 pm
- Forum: Econometric Discussions
- Topic: problem with mape and theil
- Replies: 0
- Views: 3210
problem with mape and theil
Hi, I try to model balance of payment components by using only recursive block with no simultaneous equations in the model, but everytime I encounter trade balance identity equation such as trade = export - import the mape and theil going bad is there any tips or trick to handle such situations in t...
- Thu Sep 11, 2014 8:08 pm
- Forum: Programming
- Topic: how to make a dependency list
- Replies: 1
- Views: 3833
how to make a dependency list
Hi all,
If I want to make a dependency list such as in the block structure view, what method should I call?
the result I want to make a dependency graph using nodexl or graphviz
thanks for the hint
with kind regards,
ginanajr
If I want to make a dependency list such as in the block structure view, what method should I call?
the result I want to make a dependency graph using nodexl or graphviz
thanks for the hint
with kind regards,
ginanajr
- Wed Jul 02, 2014 5:30 pm
- Forum: Programming
- Topic: how to get the variable list like in the equations spec
- Replies: 2
- Views: 5423
Re: how to get the variable list like in the equations spec
Hi Gareth, I just changed my approach rather fighting the tools, so the equation spec is now just equation eq_m.ls(p) log(m) c log(y) log(e) by removing ec_m term because it will throw error, but now I learn how to use addfactor thanks, ginanjar subroutine transform_ecm_from(string %eq_name, string ...
- Tue Jul 01, 2014 8:04 pm
- Forum: Programming
- Topic: how to get the variable list like in the equations spec
- Replies: 2
- Views: 5423
how to get the variable list like in the equations spec
hi all, I want to get this result eq_m.@method name LOG(M) LOG(Y) LOG(E) EC_M but eq_m.@varlist only give me this LOG(M) Y E EC_M this my spec and substituted equations eq_m.@spec LOG(M)=C_M(1)*LOG(Y)+C_M(2)*LOG(E)+C_M(3) +EC_M eq_m.@subst LOG(M)=2.31873071534*LOG(Y)-1.92167062414*LOG(E)+7.283434550...
- Mon Apr 28, 2014 8:16 pm
- Forum: Programming
- Topic: how to easily loop over a sample
- Replies: 2
- Views: 5535
Re: how to easily loop over a sample
Thanks Gareth
- Mon Apr 28, 2014 3:04 am
- Forum: Programming
- Topic: how to easily loop over a sample
- Replies: 2
- Views: 5535
how to easily loop over a sample
Hi all, suppose I have sample 2008m1 2013m12 I want to make table object like below ================================================ 2008m1 2008m2 2008m3 .... 2013m12 =============================================== eksogen behavioral identity =============================================== I already...
- Tue Apr 01, 2014 8:38 pm
- Forum: Programming
- Topic: how to specify ecm code
- Replies: 4
- Views: 7408
Re: how to specify ecm code
It's ok Gareth, I think the temporary solution is just fine. Another question, how to make a percent deviation graph by code I can only do the deviation by using _bopmodel.makegraph(d,n) gr1 x but in the menu I have the check box but cannot find the option for percent deviation. is is not included? ...
- Tue Apr 01, 2014 6:08 pm
- Forum: Programming
- Topic: how to specify ecm code
- Replies: 4
- Views: 7408
Re: how to specify ecm code
Hi Gareth because we want to build a full model (closed system), but we want to try it using minimum number of equations first, so it still recursive equations but we want to evolve it into simultaneous one. the residues of the long run equations already put into variable, and if i put short run equ...
- Tue Apr 01, 2014 5:32 am
- Forum: Programming
- Topic: how to specify ecm code
- Replies: 4
- Views: 7408
how to specify ecm code
Hi all I am using eviews 7, and to do some ecm model how to correctly specifiy the long run and the short run model only put the short run model _bopmodel _bopmodel.merge eq_dm _bopmodel.merge eq_dx _bopmodel.append TB = X - M or put also the long run too model _bopmodel _bopmodel.append EC_M = LOG(...
