R/hosking.R

hosking.sim <- function(n, acvs) {
  .C("hosking", tseries=rnorm(n), as.integer(n), as.double(acvs[1:n]),
     PACKAGE="waveslim")$tseries
}

Try the waveslim package in your browser

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

waveslim documentation built on May 2, 2019, 4:41 p.m.