beard: Distribution function of the Beard distribution

pbeardR Documentation

Distribution function of the Beard distribution

Description

Distribution function of the Beard distribution

Density function of the Beard distribution

Hazard function of the Beard distribution

Quantile function of the Beard distribution

Usage

pbeard(q, rate = 1, shape1 = 1, shape2 = 1, lower.tail = TRUE, log.p = FALSE)

dbeard(x, rate = 1, shape1 = 1, shape2 = 1, log = FALSE)

hbeard(x, rate = 1, shape1 = 1, shape2 = 1, log = FALSE)

qbeard(p, rate = 1, shape1 = 1, shape2 = 1, lower.tail = TRUE)

Arguments

q

vector of quantiles.

rate

rate parameter (\nu)

shape1

shape parameter (\alpha)

shape2

shape parameter (\beta)

lower.tail

logical; if TRUE (default), the lower tail probability \Pr(X \leq x) is returned.

log.p

logical; if FALSE (default), values are returned on the probability scale.

x

vector of quantiles.

log

logical; if FALSE (default), return the hazard

p

vector of probabilities.

Value

a vector of (log)-probabilities of the same length as q

a vector of (log)-density.

a vector of (log)-hazard.

a vector of quantiles


longevity documentation built on Nov. 12, 2023, 5:07 p.m.