R/r.pCAR.R

Defines functions r.pCAR

Documented in r.pCAR

#' @rdname Q.pCAR
#'
#' @export

r.pCAR <- function(n, graph, sigma, rho){
    Q <- Q.pCAR(graph, 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.