rbetA: beta distribution sampler

Description Usage Arguments Value Examples

View source: R/rbeta.R

Description

a random sample of size 1000 from Beta(3,2) distribution

Usage

1
rbetA(n, a, b)

Arguments

n

the samples number (numeric)

a

the first parameter of the distribution (numeric)

b

the second parameter of the distribution (numeric)

Value

a random sample of size n

Examples

1
2
3
4
## Not run: 
rrrr<- Rbeta(n,a,b)

## End(Not run)

gwgw2018/StatComp18048 documentation built on May 5, 2019, 11:07 p.m.