<< pltuniv Printings and graphs printmat >>

Grocer >> Printings and graphs > pltvarma

pltvarma

plots the residuals of an ARMA estimation

CALLING SEQUENCE

pltvarma(res)

PARAMETERS

Input

* res = a tlist result from function varma

 

Output

* nothing (printed on a graphic window)

DESCRIPTION

Plots the residuals of an ARMA estimation.

EXAMPLE

load(GROCERDIR+'/data/varma_d.dat');
seriesd = log(seriesd)/log(10);
y = transdif(seriesd,1,1,1,12);
result=varma('y',0.8,[],[],0.6,0.1,12,'noprint');
pltvarma(result,'stud')

AUTHOR

Eric Dubois 2007

Report an issue
<< pltuniv Printings and graphs printmat >>