MCestimate: A Monte Carlo estimate of the Beta(3,3) using R

Description Usage Arguments Value Examples

Description

A Monte Carlo estimate of the Beta(3,3) using R

Usage

1
MCestimate(n, x)

Arguments

n

the replicates

x

the number of between-sample random numbers

Value

the estimated values returned by the my_MCestimate function and the value computated by the cdf

Examples

1
2
3
4
## Not run: 
rnR <- MCestimate(1000,c(1,2,3,4,5,6,7,8,9)/10)

## End(Not run)

fjv587/StatComp18082 documentation built on May 29, 2019, 8:34 a.m.