Learn R Programming

CosW (version 0.1)

dcosw: The probability density function of the CosWeibull probability distribution.

Description

The probability density function of the CosWeibull probability distribution.

Usage

dcosw(x, alpha, lambda)

Arguments

x
Vector of quantiles.
alpha
Alpha parameter.
lambda
Lambda parameter.

Value

A vector with n observations of the CosWeibull distribution.

Examples

Run this code
dcosw(1,1,1)
dcosw(1,1.5,2)

Run the code above in your browser using DataLab