Learn R Programming

SecKW (version 0.2)

dseckw: The density function of the Secant Kumaraswamy Weibull probability distribution.

Description

The density function of the Secant Kumaraswamy Weibull probability distribution.

Usage

dseckw(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
dseckw(1, 1, 1, 1, 1)
dseckw(1, 2, 2, 1, 1)

Run the code above in your browser using DataLab