Learn R Programming

CosW (version 0.1)

hcosw: The hazard function of the CosWeibull probability distribution.

Description

The hazard function of the CosWeibull probability distribution.

Usage

hcosw(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
hcosw(1,1.5,2)
hcosw(1,2,0.5)

Run the code above in your browser using DataLab