betacdf: distribution function for the Beta distribution

Description Usage Arguments Value Examples

View source: R/betacdf.R

Description

a function to compute a Monte Carlo estimate of the Beta cdf Using antithetic variables method

Usage

1
betacdf(a, b, x)

Arguments

a, b

non-negative parameters of the Beta distribution

x

the value of quantile

Value

the value of the Beta cdf at x

Examples

1
2
3
4
## Not run: 
betacdf(3,3,0.3)

## End(Not run)

zhzhy1/StatComp18054 documentation built on May 25, 2019, 5:01 a.m.