Name
tsmat2ts — Converts a tsmat into time series
CALLING SEQUENCE
argout=tsmat2ts(tsmat)
PARAMETERS
- Input
tsmat = a tlist of type tsmat
- Output
argout = 0 or n ts with n the number of time series in the tsmat
DESCRIPTION
Converts a tsmat into n time series
EXAMPLE
tsmat=db2tsmat(GROCERDIR+'/macros/grocer/db/bdhenderic.dat');
tsout=tsmat2ts(tsmat);
Load the existing bdhenderic database and convert it into a tsmat. Four time series rnet, lm1, lp, ly are then created from the tsmat.