R/r.AR1.R

Defines functions r.AR1

Documented in r.AR1

#' @rdname Q.AR1
#'
#' @export

r.AR1 <- function(n, M, sigma, rho){
    Q <- Q.AR1(M, sigma, rho)
    sim.AR(n, Q)
}

Try the ar.matrix package in your browser

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

ar.matrix documentation built on May 1, 2019, 11:31 p.m.