generateBetaRandomVariable: Generate beta distribution samples using R

Description Usage Arguments Value Examples

View source: R/betaSampling.R

Description

Generate beta distribution samples using R

Usage

1

Arguments

a

the first positive shape parameter of beta distribution

b

the second positive shape parameter of beta distribution

Value

a random sample of size n

Examples

1
2
3
4
5
## Not run: 
rnR <- generateBetaRandomVariable(2,5)
plot(rnR,type='l')

## End(Not run)

mrjinyx/StatComp18001 documentation built on May 19, 2019, 6:22 p.m.