Search found 445 matches
- Fri Feb 19, 2021 7:27 am
- Forum: Bug Reports
- Topic: pagestruct
- Replies: 1
- Views: 432
pagestruct
If I run the code: %fcastsmpl_first = "2020Q1" %fcastsmpl_last = "2021Q4" 'scenario UTE %a="ute" _kvarts.scenario(n, a = %a) %a smpl %fcastsmpl_first %fcastsmpl_last _kvarts.solve 'scenario MED %a="med" _kvarts.scenario(n, a = %a) %a smpl %fcastsmpl_first %fca...
- Wed Dec 02, 2020 12:46 pm
- Forum: Bug Reports
- Topic: REPLACEVAR
- Replies: 3
- Views: 2655
Re: REPLACEVAR
Great, thanks!
- Tue Dec 01, 2020 9:04 am
- Forum: Bug Reports
- Topic: REPLACEVAR
- Replies: 3
- Views: 2655
REPLACEVAR
Hi is this a bug? close @all wfcreate q 2000:1 2020:1 model _m _m.append _xaux = pj10 * (_xaux03 * (renpf300 - _xaux02 * ((pj10 + pj10(-1) + pj10(-2) + pj10(-3)) / (pj10(-4 * 2) + pj10(-4 * 2 - 1) + pj10(-4 * 2 - 2) + pj10(-4 * 2 - 3)) - (1 - _xaux02) * (1 + _xaux04) * 2 - 1) * 1 / 2 / 4) / (_xaux03...
- Wed Nov 18, 2020 11:31 pm
- Forum: Estimation
- Topic: SYSTEM - @subst
- Replies: 5
- Views: 3840
Re: SYSTEM - @subst
Okay, great
t
t
- Tue Nov 17, 2020 10:09 pm
- Forum: Estimation
- Topic: SYSTEM - @subst
- Replies: 5
- Views: 3840
Re: SYSTEM - @subst
okay. your solution is great Matt, thanks. this works for me now. ideally, I would also like to have a command that retrieves the coefficient values from a specification in a model object. hopefully, this is something you can add to EV12 if it does not already exist.
t
t
- Sun Nov 15, 2020 12:48 am
- Forum: Data Manipulation
- Topic: string with CD-path
- Replies: 2
- Views: 3313
Re: string with CD-path
great, thanks
t
t
- Sat Nov 14, 2020 12:23 am
- Forum: Data Manipulation
- Topic: string with CD-path
- Replies: 2
- Views: 3313
- Fri Nov 13, 2020 12:08 am
- Forum: Estimation
- Topic: SYSTEM - @subst
- Replies: 5
- Views: 3840
Re: SYSTEM - @subst
Is there a command for retrieving the specification for a variable in a model with substituted coefficients if the variable comes from a system, equation object etc?
t
t
- Thu Nov 12, 2020 10:55 pm
- Forum: Estimation
- Topic: SYSTEM - @subst
- Replies: 5
- Views: 3840
SYSTEM - @subst
Hi How can I retrieve the specifications in a SYSTEM object with the coefficients substituted into the string specification? I used the command SYSTEM.@subst however, this command wrongfully substituted the current values in the coefficient vector C into the specification (and not the coefficient va...
- Tue Sep 22, 2020 9:05 pm
- Forum: Data Manipulation
- Topic: Format zeroline
- Replies: 7
- Views: 7135
Re: Format zeroline
Great, thanks!
t
t
- Tue Sep 22, 2020 12:10 pm
- Forum: Data Manipulation
- Topic: Format zeroline
- Replies: 7
- Views: 7135
Re: Format zeroline
Gareth, any thoughts?
t
t
- Mon Sep 07, 2020 11:46 pm
- Forum: Suggestions and Requests
- Topic: Eviews - list of features to include
- Replies: 4
- Views: 7941
Re: Eviews - list of features to include
added some new features on the list above that I hope you include in EViews 12
t
t
Re: actexist
ah, right, now I understand. Thanks Matt!
t
t
Re: actexist
Hi Thanks for looking into this, Matt. The model object did have add-factors, also for those equations, but they were labelled with the alias "_a2". I changed the add-factors based on the forum post: http://forums.eviews.com/viewtopic.php?f=10&t=20252 . As you stated in that post, the ...
Re: actexist
Hi Thanks for your reply, Matt. It does not work with v=n. I am probably doing something wrong. Can you please take a look at the following code: 'set smpl smpl 2018 2025 'turn on actexist {%m}.exclude(actexist=t) {%excludes} 'solve model {%m}.solve 'copy solution copy *_kt *_kt2 'set residuals to m...