<< ts2tsmat Matrices of Time series tsmat_extrap >>

grocer >> Matrices of Time series > tsmat2ts

tsmat2ts

Converts a tsmat into time series

CALLING SEQUENCE

argout=tsmat2ts(tsmat)

PARAMETERS

Input

* tsmat = a tlist of type tsmat

 

Output Nothing: the variables are directly created in the calling environment

DESCRIPTION

Extract form a tsmat all time series or the one whose names have been given as input, adding optionnaly a prefix if a user have given one.

EXAMPLE

tsmat=db2tsmat(GROCERDIR+'/data/bdhenderic.dat');// transforms Hendry and Ericsson database into a tsmat
tsmat2ts(tsmat);//recovers the variables rnet, lm1, lp, ly from the tsmat

AUTHOR

Eric Dubois 2008

Report an issue
<< ts2tsmat Matrices of Time series tsmat_extrap >>