<< prtdisag Printings and graphs prtfac_acp >>

Grocer >> Printings and graphs > prtfac_kalm

prtfac_kalm

prints fac_kalm estimation results

CALLING SEQUENCE

prtfac_kalm(res,out)

PARAMETERS

Input

* res = a tlist provided by a fac_kalm function

* out = the file where the results are printed (optional; default: %io(2), i.e the screen)

 

Output

* nothing, just print the results

DESCRIPTION

Prints dynamic factor analysis results performed by the Kalman filter.

EXAMPLE

load(GROCERDIR+'/data/BusinessSurvey.dat');
bounds('1976m3','1997m3')
 
[r]=fac_kalman(['pp';'fp';'gob';'fob';'in';'gpp'],string([0.9;0]),'0',list('0.1','0.1','0.1','0.1','0.1','0.1'),'noprint')
 
prtfac_kalm(r,%io(2))
 
// Prints on screen the tlist result coming from a dynamic factor analysis performed by the Kalman filter.

AUTHOR

Eric Dubois 2007

Report an issue
<< prtdisag Printings and graphs prtfac_acp >>