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

Description Usage Arguments Details Value Examples

View source: R/ThreeFunctions.R

Description

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

Usage

1
MC.Beta(x, a, b)

Arguments

x

the necessary value you need to assign before.

a

the first parameter of beta distribution

b

the second parameter of beta distribution

Details

the first function

Value

a estimate value of the CDF of the beta(a,b)

Examples

1
2
3
4
5
## Not run: 
t <- MC.Beta(0.2,3,3)
t

## End(Not run)

cssUSTC/StatComp18017 documentation built on May 5, 2019, 11:06 p.m.