Grocer Function
NAME
values - value of a ts at some date
CALLING SEQUENCE
val=values(ts,dat)
PARAMETERS
Input
-
ts = a timeseries
-
dat = a date string
Output
-
val = the value of a timeseries for the given date
DESCRIPTION
Returns the value of a timeseries for a given date
EXAMPLE
y=values(x,'1985Q4')
AUTHOR
Eric Dubois 2002