Search found 11 matches
- Mon Apr 27, 2015 7:58 am
- Forum: Bug Reports
- Topic: Objects open underneath command window
- Replies: 2
- Views: 4997
Re: Objects open underneath command window
Ah, a feature not a bug. And a nifty one! Thanks for explaining.
- Thu Apr 23, 2015 1:31 pm
- Forum: Bug Reports
- Topic: Objects open underneath command window
- Replies: 2
- Views: 4997
Objects open underneath command window
EViews 9 Enterprise, 64-bit, April 20, 2015 build Often when I open objects in EViews 9, they open partially or completely covered by the command window (see attached screenshot). This is pretty annoying, since it means I can't move, minimize, or click-close them without first moving the command win...
- Wed Apr 22, 2015 8:37 am
- Forum: Bug Reports
- Topic: Problem when graphing with linked series
- Replies: 6
- Views: 7083
Re: Problem when graphing with linked series
Another problem graphing with linked series: regarldless of the order in which links/series are specified in the graph creation command, the link is the last element in the graph. For example, wfcreate(page=p1) a 1945 2014 series x=nrnd pagecreate(page=p2) a 1945 2014 link xlink.linkto p1\x series y...
- Mon Apr 20, 2015 9:24 am
- Forum: Bug Reports
- Topic: Problem backcasting with fit/forecast
- Replies: 1
- Views: 3447
Problem backcasting with fit/forecast
EViews 9 Enterprise, 64-bit, April 3, 2015 build. I am encountering a problem using the fit or forecast procedures to backcast from an equation (putting this here since this issue did not exist in Eviews 8 ). In my estimated equation, I have a RHS variable that starts earlier than my LHS variable, a...
- Wed Oct 08, 2014 1:17 pm
- Forum: Models
- Topic: NAs instead of actuals outside of solution sample.
- Replies: 2
- Views: 7153
Re: NAs instead of actuals outside of solution sample.
Bummer, thanks.
- Wed Oct 08, 2014 12:04 pm
- Forum: Models
- Topic: NAs instead of actuals outside of solution sample.
- Replies: 2
- Views: 7153
NAs instead of actuals outside of solution sample.
I have exogenous variables in a model that begin later than the endogenous. When I solve over the sample for which the exogenous exist, actual values of the endogenous are placed in the solution series in the periods outside the solution sample in which those actuals exist. Is it possible to stop th...
- Thu Jul 31, 2014 3:08 pm
- Forum: Bug Reports
- Topic: Possible issue with rounding third decimal place
- Replies: 8
- Views: 12992
Re: Possible issue with rounding third decimal place
So there's no fix, other than say adding 1/100000000000 or something? Like you say, it's just display so not a big deal.
- Thu Jul 31, 2014 3:02 pm
- Forum: Bug Reports
- Topic: Possible issue with rounding third decimal place
- Replies: 8
- Views: 12992
Re: Possible issue with rounding third decimal place
Sorry, should have been clearer: those are just numbers I made up. When I put in
I see 5.22 and 10.23.
Also nearly forgot: EViews 8 Enterprise 64-bit, Jul 29 2014 build.
Code: Select all
show 5.225 10.225
_this.setformat(@all) f.2Also nearly forgot: EViews 8 Enterprise 64-bit, Jul 29 2014 build.
- Thu Jul 31, 2014 2:51 pm
- Forum: Bug Reports
- Topic: Possible issue with rounding third decimal place
- Replies: 8
- Views: 12992
Possible issue with rounding third decimal place
I have a value with three decimal places, say 5.225, that I would like display with just two decimal places. But when I enter the command _this.setformat(@all) f.2 my 5.225 rounds to 5.22 rather than 5.23. Whether a 5 rounds up or down seems to depend on the value. For example, 10.225 rounds to 10.2...
- Tue Jul 23, 2013 2:52 pm
- Forum: Programming
- Topic: Copy command alternates between working and not working.
- Replies: 3
- Views: 5420
Re: Copy command alternates between working and not working.
That did it, thank you!
- Tue Jul 23, 2013 12:37 pm
- Forum: Programming
- Topic: Copy command alternates between working and not working.
- Replies: 3
- Views: 5420
Copy command alternates between working and not working.
Not really sure what's going on here: I have a program which uses the copy command to import and rename a bunch of series from a CEIC database in my registry. The first two lines of code: wfcreate(wf=ceic,page=annual) a 12/01/1950 12/01/2013 copy(c=nu) ceic::SR819309 gdp This program worked fine yes...
