dst_beta: Beta Distribution

View source: R/dst_beta.R

dst_betaR Documentation

Beta Distribution

Description

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)

vincenzocoia/distionary documentation built on Oct. 13, 2024, 12:04 a.m.