Learn R Programming

distributional (version 0.1.0)

dist_beta: The Beta distribution

Description

maturing

Usage

dist_beta(shape1, shape2)

Arguments

shape1, shape2

The non-negative shape parameters of the Beta distribution.

See Also

stats::Beta

Examples

Run this code
# NOT RUN {
dist_beta(shape1 = c(0.5, 5, 1, 2, 2), shape2 = c(0.5, 1, 3, 2, 5))

# }

Run the code above in your browser using DataLab