Learn R Programming

SecKW (version 0.2)

hseckw: The hazard rate function of the Secant Kumaraswamy Weibull probability distribution.

Description

The hazard rate function of the Secant Kumaraswamy Weibull probability distribution.

Usage

hseckw(x, a, b, c, lambda)

Arguments

x
Vector of quantiles.
a
A parameter.
b
B parameter.
c
C parameter.
lambda
Lambda parameter.

Value

A vector with n observations of the Secant Kumaraswamy Weibull distribution.

Examples

Run this code
hseckw(1, 1, 1, 1, 1)
hseckw(1, 3, 0.5, 2, 2)

Run the code above in your browser using DataLab