plots the residuals of an ARMA estimation
pltfac_kalm(res)
* res = a tlist result from function fac_kalman
* nothing (printed on a graphic window)
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') pltfac_kalm(res)