Grocer Function
NAME
exploy - explosion of a variable
CALLING SEQUENCE
[y,namey,prests,b]=exploy(namey)
PARAMETERS
Input
- namey = a variable which can be a timeseries, a real vector or a string (the name of a variable with one of the types cited above, between quotes),
Output
-
y = a (Tx1) real vector or a ts
-
namey = a string
-
prests = a boolean indicating if y is or is not a ts
-
b = a (2x1) string matrix (of dates)
DESCRIPTION
From a variable namey, stores the values of the corresponding series in a vector, and, if necessary, define the admissible estimation bounds This function is simpler than explox (deals only with one variable name), must called before explox (assumes that the bounds are not yet defined, if it is necessary to do so).
EXAMPLE
[y,namey,prests,boundsvarb]=exploy(namey) (taken from ols)
AUTHOR
Eric Dubois 2002