Page 1 of 1

Find date

Posted: Tue Nov 18, 2014 9:12 am
by johansamuelsson
Hi

Is there any easy way to get the date for the minimum value. For example, if i have the series x I can find the minimum value by

Code: Select all

@min(x)
But how do I do to get the date for this value?

Regards Johan

Re: Find date

Posted: Tue Nov 18, 2014 9:17 am
by EViews Gareth
Assuming you know that the minimum is unique, something like:

Code: Select all

smpl if x = @min(x) %date = otods(1)