qcosw: The quantile function of the CosWeibull probability...

Description Usage Arguments Value Examples

Description

The quantile function of the CosWeibull probability distribution.

Usage

1
qcosw(p, alpha = 1, lambda, lower = TRUE, log.p = FALSE)

Arguments

p

Vector of probabilities.

alpha

Alpha parameter.

lambda

Lambda parameter.

lower

Lower parameter.

log.p

Log.p parameter.

Value

A vector with n observations of the CosWeibull distribution.

Examples

1
2
qcosw(1, 1, 1, TRUE, FALSE)
qcosw(1, 1, 0.1, TRUE, FALSE)

CosW documentation built on May 2, 2019, 12:39 p.m.

Related to qcosw in CosW...