qbeta_a: Quantile function of beta distribution with b = 1

View source: R/BBUM_distribution.R

qbeta_aR Documentation

Quantile function of beta distribution with b = 1

Description

Quantile function for the special case of the beta distribution, where b = 1.

Usage

qbeta_a(p, a)

Arguments

p

Vector of probabilities.

a

Vector of a / shape1.

Value

The quantile function.

Examples

qbeta_a(p = 0.013, a = 0.1)


wyppeter/bbum documentation built on Oct. 3, 2023, 3:29 p.m.