pbeta.MC: A Monte Carlo estimate of the Beta distribution cdf

Description Usage Arguments Value Examples

Description

A Monte Carlo estimate of the Beta distribution cdf.

Usage

1
pbeta.MC(x, p, q, m = 10000)

Arguments

x

Value of quantiles.

p, q

Non-negative integer parameters of the Beta distribution.

m

Sampling times

Value

A Monte Carlo estimate.

Examples

1
2
3
4
5
6
## Not run: 
x<-numeric(9)
for (i in 1:9) x[i]<-pbeta.MC(i/10,3,3)
plot(1:9/10,x,type='l')

## End(Not run)

lxz124/StatComp18090 documentation built on May 12, 2019, 5:17 p.m.