Search found 184 matches

by javiersan
Thu Jun 07, 2012 8:18 am
Forum: Data Manipulation
Topic: Retrieving file date
Replies: 2
Views: 3286

Re: Retrieving file date

Really clever, thanks.
by javiersan
Thu Jun 07, 2012 3:12 am
Forum: Data Manipulation
Topic: Retrieving file date
Replies: 2
Views: 3286

Retrieving file date

Hello,

Is it possible to retrieve the date a file was last saved (without opening it)? I believe this is not the case and it could be quite useful to have a function to that effect.

Regards,

Javier
by javiersan
Thu May 03, 2012 4:31 am
Forum: Data Manipulation
Topic: Graph scale range formula
Replies: 8
Views: 8495

Re: Graph scale range formula

It is a pity that this functionality is not available. One of the possible uses is when you want to convert the dimensions [date,y-axis] of a chart to virtual pixels in order to assign text to a data point in a chart (say at the peak value of the NASDAQ add a text that says "peak") one can...
by javiersan
Tue Mar 20, 2012 5:01 pm
Forum: Programming
Topic: graph.makegroup
Replies: 3
Views: 3743

Re: graph.makegroup

OK thanks. When you say the "patch notes had the syntax" which notes do you refer to?
by javiersan
Tue Mar 20, 2012 4:00 pm
Forum: Programming
Topic: graph.makegroup
Replies: 3
Views: 3743

graph.makegroup

Hello

The latest patch has the command graph.makegroup but what is this supposed to do? Is the help documentation updated with the batch? If so I can't find it.

Thanks,

Javier
by javiersan
Fri Feb 17, 2012 6:13 am
Forum: Programming
Topic: Alpha to string
Replies: 1
Views: 2365

Alpha to string

Hello,

Is it possible to create a string with the values of an alpha without having to do a loop through the elements of the alpha?

Thanks,

Javier
by javiersan
Tue Jan 17, 2012 2:50 pm
Forum: Programming
Topic: Matching contents of alpha
Replies: 2
Views: 2951

Re: Matching contents of alpha

Thanks Gareth, a loop will do.
by javiersan
Tue Jan 17, 2012 1:40 pm
Forum: Programming
Topic: Matching contents of alpha
Replies: 2
Views: 2951

Matching contents of alpha

Hello,

I have two alpha objects and I want to test whether the elements of one are in the other. Is there any way of doing this?

Thanks,

Javier
by javiersan
Thu Dec 15, 2011 8:45 am
Forum: Programming
Topic: @rsum
Replies: 6
Views: 4979

Re: @rsum

Thanks, clever solution. I have series names in a string and wrapping each of them in @nan(,0) becomes complicated (with @wcross), an off-the-shelf solution could be great. Gareth, could you please add a variation of @rsum that carries NAs as zeros?

Javier
by javiersan
Thu Dec 15, 2011 7:02 am
Forum: Programming
Topic: @rsum
Replies: 6
Views: 4979

@rsum

Is there a way of summing the row elements of a group of series carrying the NAs as zeros? i.e. not having a NA result in the @rsum when one or more of the series has a NA value.

Thanks

Javier
by javiersan
Mon Aug 15, 2011 3:01 am
Forum: Programming
Topic: percentile
Replies: 2
Views: 5447

Re: percentile

You can as well store it as a scalar:
smpl if Y<99.2
!pval=@obs(Y)/@obsrange
smpl @all

And I have one question, the manual defines @obs(x[,s]) suggesting that a sample may be defined but
!pval=@obs(Y,"if Y<99.2")/@obsrange doesn't work for me

is there an alternative syntax?

Javier
by javiersan
Wed Jul 06, 2011 10:12 am
Forum: Programming
Topic: Fill NA values with first non-NA value
Replies: 2
Views: 3085

Re: Fill NA values with first non-NA value

Thanks!
by javiersan
Wed Jul 06, 2011 9:41 am
Forum: Programming
Topic: Fill NA values with first non-NA value
Replies: 2
Views: 3085

Fill NA values with first non-NA value

Hi, I have a series that has NAs for the first, say, 20 periods and then non-na values. How do I "fill" the NAs up to the first non-na value with the first non-na value? If the NAs were located at the end of the series, x=@recode(x=na,x(-1),x) works but I can't manage to work a variation o...
by javiersan
Thu Mar 17, 2011 10:12 am
Forum: Programming
Topic: Error counter
Replies: 1
Views: 2209

Error counter

Hello,

Say I try to open a file that is on the web but the address I have is incorrect and this produces an error. However, the error counter @errorcount does not increase. Why is this? How can I account for this error in my counter?

Thanks,

Javier
by javiersan
Mon Mar 14, 2011 8:28 am
Forum: Suggestions and Requests
Topic: Eviews wishlist
Replies: 11
Views: 11817

Re: Eviews wishlist

To add to the list above, would it be possible to allow for saving tables as image files (wmf/emf and the like)?

Thanks,

Javier

Go to advanced search