Name

pltacf — plots partial autocorrelation fonction

CALLING SEQUENCE

pltacf(res,arg1,…,argn)

PARAMETERS

Input

• res= a tlist result from function acf, ljungbox, li_mcloed or pacf

• argi = options that can be:

  - 'stud' if the user wants to graph standardized residuals

    - 'onegraph' if the user wants to plot one residual per graphic window (if there are several endogenous variables)

Output

• nothing (printed on a graphic window)

DESCRIPTION

Plots (partial) autocorrelation fonction.

EXAMPLE

mtlb_load(GROCERDIR+'/macros/grocer/db/seriesa.dat');elec_cons = transdif(seriesa,0,1,1,12);respacf=pacf(elec_cons,'m=30','noplt');pltpacf(respacf)

               

AUTHOR

Eric Dubois 2004