Learn R Programming

CosW (version 0.1)

qcosw: The quantile function of the CosWeibull probability distribution.

Description

The quantile function of the CosWeibull probability distribution.

Usage

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

Run this code
qcosw(1, 1, 1, TRUE, FALSE)
qcosw(1, 1, 0.1, TRUE, FALSE)

Run the code above in your browser using DataLab