Skip to contents

Makes a distribution belonging to the family of beta distributions.

Usage

dst_beta(shape1, shape2)

Arguments

shape1, shape2

Parameters, greater than 0. Also known as alpha and beta.

Examples

dst_beta(2, 3)
#> [1] "beta"       "parametric" "dst"       
#> 
#>  name :
#> [1] "beta"