Search found 202 matches

by CharlieEVIEWS
Tue Aug 22, 2017 8:00 am
Forum: Program Repository
Topic: Weight Matrices from Distance Matrix
Replies: 3
Views: 23138

Re: Weight Matrices from Distance Matrix

A while back I was building add-ins to estimate these models in EViews using James LeSages matlab toolbox as a guide, but I remember hitting a barrier somewhere and forget exactly what it was. Possibly to do with a matrix decomposition function that EViews didnt provide off the shelf at the time: on...
by CharlieEVIEWS
Thu Jan 19, 2017 8:08 am
Forum: Programming
Topic: normalize a group of variables
Replies: 11
Views: 18267

Re: normalize a group of variables

Bit late in seeing this, but the the MacroTrans add-in was built for this (at least - the first post) type of purpose in a dated workfile context.
by CharlieEVIEWS
Mon Nov 28, 2016 11:45 am
Forum: Programming
Topic: pagecopy ignored in batch mode?
Replies: 1
Views: 4173

pagecopy ignored in batch mode?

pagecopy(page=allvalue, wf=newwf) * Works from command line, ignored when run in batch mode? My feeling is that there's a parameter which I'm not passing in which causes the UI to pop up from the commandline, which batch cannot bypass... What would be the syntax to just otherwise duplicate the acti...
by CharlieEVIEWS
Tue May 24, 2016 4:06 pm
Forum: Suggestions and Requests
Topic: EViews 10
Replies: 16
Views: 32185

EViews 10

Suggestions thread for EViews 10 -- to hopefully store ideas over time as people think of them. My motivation for this is a desire for: 1.) Machine Learning: this is the age of machine (and deep) learning, and, given how EViews is always a first choice go-to language for time series econometric fore...
by CharlieEVIEWS
Wed May 11, 2016 2:27 pm
Forum: Bug Reports
Topic: Command capture sometimes captures incorrect syntax
Replies: 8
Views: 13332

Re: Command capture sometimes captures incorrect syntax

Capturing sorting on an <alpha_name> gives you

Code: Select all

<alpha_name>.sort


when it should be:

Code: Select all

sort <alpha_name>
by CharlieEVIEWS
Tue May 03, 2016 3:52 pm
Forum: Any Other Business
Topic: 10,000!
Replies: 4
Views: 26740

Re: 10,000!

I don't know if this was mentioned elsewhere on the EViews forum or on EViews social media, but Gareth himself just recently hit 10k posts on the forum.

I'm sure I speak for a lot of the EViews community when I say that we're really grateful for all of his help! Thank you Gareth! Diolch (?)!
by CharlieEVIEWS
Thu Apr 14, 2016 11:31 am
Forum: Bug Reports
Topic: screen resolution
Replies: 1
Views: 4895

Re: screen resolution

I experience this frequently when using a slightly non-standard resolution also (3200x1800)

Charlie
by CharlieEVIEWS
Wed Apr 06, 2016 8:04 am
Forum: Bug Reports
Topic: Command capture sometimes captures incorrect syntax
Replies: 8
Views: 13332

Re: Command capture sometimes captures incorrect syntax

Yeah -- I just ended up freezing the equation and .saving it out.
by CharlieEVIEWS
Wed Apr 06, 2016 8:02 am
Forum: Bug Reports
Topic: Command capture sometimes captures incorrect syntax
Replies: 8
Views: 13332

Re: Command capture sometimes captures incorrect syntax

Object --> View object --> Save table to disk.

Works fine from the menu, but just spits out the wrong capture.
by CharlieEVIEWS
Wed Apr 06, 2016 7:20 am
Forum: Bug Reports
Topic: Command capture sometimes captures incorrect syntax
Replies: 8
Views: 13332

Re: Command capture sometimes captures incorrect syntax

Sorry Jason - just seen this.

I found another one: When attempting to write an equation to disk, CC gives me:

{%equation}.save(options)

when entered into the command line it says "save is not a valid view".
by CharlieEVIEWS
Wed Apr 06, 2016 6:08 am
Forum: Suggestions and Requests
Topic: areg
Replies: 6
Views: 11631

Re: areg

Sorry -- was expanding a group which was already expanded. :oops:.

However, still cheering for an AREG option!
by CharlieEVIEWS
Tue Apr 05, 2016 7:44 pm
Forum: Suggestions and Requests
Topic: areg
Replies: 6
Views: 11631

Re: areg

Even when using @expand? I keep getting "Too many index series in @expand" even when using a custom set coef. In stata, areg 'absorbs' categorical variables with a large number of categories, producing estimates for explanatory variables but not category (dummy) coefficients.
by CharlieEVIEWS
Tue Apr 05, 2016 7:09 pm
Forum: Suggestions and Requests
Topic: areg
Replies: 6
Views: 11631

areg

Can I suggest something similar to Stata's areg in EViews (or to increase the default size of C)? I keep bumping into the wall using @expand on a categorical with a large number of categories using the default coef vector and i really dont want to estimate an equation by expression with 1500 categor...
by CharlieEVIEWS
Thu Mar 24, 2016 8:25 pm
Forum: Bug Reports
Topic: Crash bug when opening a file already in use
Replies: 0
Views: 4205

Crash bug when opening a file already in use

Could be since 9.5 only. Windows with file open in Excel. Happened multiple times with same file.

Go to advanced search