rbeta2: Random number generator for beta distribution parameterized...

Description Usage Arguments Value Examples

View source: R/beta.R

Description

Random number generator for beta distribution parameterized by mean and precision parameter

Usage

1
rbeta2(n, mu, phi)

Arguments

n

Number of random values to be drawn from the distribution

mu

Mean of the distribution

tau

Precision parameter of the distribution

Value

A vector with n random values from the distribution

Examples

1
rbeta2(10, 0.5, 5)

AleMorales/distros documentation built on March 20, 2020, 9:44 p.m.