Name
prtvarf — prints VAR or VARMA forecast results
CALLING SEQUENCE
prtvarf(res,out)
PARAMETERS
- Input
res = a tlist provided by a VAR or VARMA forecast
out = the file where the results are printed
(optional; default: %io(2), i.e the screen)
- Output
nothing, just print the results
DESCRIPTION
Prints the results from a var forecast (from varf function) or varma forecast (from varmaf function).
EXAMPLE
prtvarf(result,%io(2))
Prints on screen the tlist result coming from a VAR or VARMA forecast.
AUTHOR
Eric Dubois 2002-2004