Betacdf: A function to compute a Monte Carlo estimate of the Beta(a,...

Description Usage Arguments Value Examples

Description

A function to compute a Monte Carlo estimate of the Beta(a, b) cdf

Usage

1
Betacdf(x, alpha, beta)

Arguments

x

observations

alpha

shape parameter

beta

shape parameter

Value

a Monte Carlo estimate of the Beta(a, b) cdf

Examples

1
2
3
4
## Not run: 
Betacdf(5,3,3)

## End(Not run)

zhangmanustc/StatComp18024 documentation built on May 9, 2019, 10:45 a.m.