explosion of a list of ts
[x,boundsvarb]=explots(listts,searchna,mindat)
listts = a list of ts
testna = a boolean indicating whether the program will test the existence of na's values in the matrices of values y and x
mindat =
- %t if the user wants to take the min and max dates over which any series exists
- %f if the user wants to take the time period over which all series exist
x = a (T x k) real matrix
boundsvarb = a (2 x 1) string matrix (of dates)
load(GROCERDIR+'/macros/grocer/db/bdhenderic.dat'); [x,boundsvarb]=explots(list(lm1,ly,lp,rnet)) // Determines the admissible bounds for a regression involving the variables m1,ly,lp, rnet of the database bdhenderic.dat: 1963q1 to 1989q2 and stores the values in the series on this period in matix x.