ts2vec Time series var_t

Grocer >> Time series > values

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

load(GROCERDIR+'data/bdhenderic.dat') // load Hendry and Ericsson database
y=values(lm1,'1985q4')

AUTHOR

Eric Dubois 2002
ts2vec Time series var_t