R/data.R

#' The result of a Crude Monte Carlo simulation of pi
#'
#' A vector containing simulation of pi, of the class 'simulation'. Being of 'simulation' class, plot() and summary() functions on the object is altered.
#'
#' @format A column vector with 1000000 rows
#'
#' \describe{
#'   \item{MC_pi}{Pi simulated with pairs of 2 independet (0,1) uniforms, and the evaluating the ratio that falls in the unit circle}
#' }
"MC_pi"
aumath-advancedr2019/ACM_2019 documentation built on Nov. 26, 2019, 2:07 a.m.