Learn R Programming

CosW (version 0.1)

pcosw: The cumulative density function of the CosWeibull probability distribution.

Description

The cumulative density function of the CosWeibull probability distribution.

Usage

pcosw(q, alpha, lambda, lower = TRUE, log.p = FALSE)

Arguments

q
Vector of quantiles.
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
pcosw(0.5,1,1,lower = TRUE,log.p = FALSE)
pcosw(0.5,1.5,1,lower = TRUE,log.p = FALSE)

Run the code above in your browser using DataLab