R/statistic.R

Defines functions statistic

Documented in statistic

statistic <-
function(ts){
cm = acf(ts,plot=FALSE)
return (cm$acf)
}

Try the timesboot package in your browser

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

timesboot documentation built on May 2, 2019, 2:37 p.m.