<< pltdensbma_g Printings and graphs pltirf1 >>

Grocer >> Printings and graphs > pltfac_kalm

pltfac_kalm

plots the residuals of an ARMA estimation

CALLING SEQUENCE

pltfac_kalm(res)

PARAMETERS

Input

* res = a tlist result from function fac_kalman

 

Output

* nothing (printed on a graphic window)

DESCRIPTION

Plots the factor from an estimation by function fac_kalm.

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')
 
pltfac_kalm(res)

AUTHOR

Eric Dubois 2007

Report an issue
<< pltdensbma_g Printings and graphs pltirf1 >>