MCe: compute Monte Carlo estimate of the Beta(3,3) cdf.

Description Usage Arguments Value Examples

Description

Use a function to compute Monte Carlo estimate of the Beta(3,3) cdf.

Usage

1
MCe(x, n)

Arguments

x

vector of quantiles

n

number of random sampling

Value

a vector of size xn

Examples

1
2
3
4
5
6
## Not run: 
x <- seq(0.1, 0.9, 0.1)
n <- 10000
res <- MCe(x, n)

## End(Not run)

zhaoynan/StatComp18038 documentation built on May 29, 2019, 8:33 a.m.