<< prtvarf Printings and graphs yscale >>

Grocer >> Printings and graphs > prtvarma

prtvarma

plots partial autocorrelation fonction

CALLING SEQUENCE

prtvarma(res)

PARAMETERS

Input

* res = a tlist result from function varma

 

Output

* nothing (printed on a graphic window)

DESCRIPTION

Prints results of a varma 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')
 
prtvarma(result)

AUTHOR

Eric Dubois 2004

Report an issue
<< prtvarf Printings and graphs yscale >>