<< plt_dff Printings and graphs pltdensbma_g >>

Grocer >> Printings and graphs > pltacf

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

load(GROCERDIR+'/data/varma_d.dat');
elec_cons = transdif(seriesa,0,1,1,12);
respacf=pacf(elec_cons,'m=30','noplt');
pltacf(respacf)

AUTHOR

Eric Dubois 2004

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