R/SACF.R

Defines functions SACF

Documented in SACF

SACF <-
function(x)
{
aa=acf(x)
names(aa)
aa$acf
L=length(aa$acf)
sacf = sum(aa$acf [-c(1)])
return(SACF = sacf)
}

Try the Hassani.SACF package in your browser

Any scripts or data that you put into this service are public.

Hassani.SACF documentation built on July 9, 2023, 7:26 p.m.