R/summary.AR.R

Defines functions summary.AR

Documented in summary.AR

#' summary.AR
#'
#' summary method for acceptance rejection sampling
#'
#' @export

summary.AR <- function(x){
  paste(x$'number of simulations', "samples from the random variable, specified by the target density via acceptance rejection sampling.")
}
aumath-advancedr2019/ACM_2019 documentation built on Nov. 26, 2019, 2:07 a.m.