Grocer Function

NAME

explox - explosion of a sequence of variables

CALLING SEQUENCE

[x,namexos,boundsvar,prests]=explox(l,defname,boundsvar,y)

PARAMETERS

Input

Output

DESCRIPTION

From a list of series retrieves their names or give them names if they don't have (when an element is not string), store the values of these series in a matrix, and, if necessary, update the admissible estimation bounds.

EXAMPLE

1)[x,namexos,boundsvarb]=explox(lx,'exogenous',boundsvarb)  (taken from ols)
2)[y,namey,boundsvar,prests]=explox(endo,'endogenous') (taken from var)

AUTHOR

Eric Dubois 2002