Learn R Programming

SecKW (version 0.2)

qseckw: The cumulative function of the Secant Kumaraswamy Weibull probability distribution.

Description

The cumulative function of the Secant Kumaraswamy Weibull probability distribution.

Usage

qseckw(p, a, b, c, lambda, lower = TRUE, log.p = FALSE)

Arguments

p
Vector of probabilities.
a
A parameter.
b
B parameter.
c
C parameter.
lambda
Lambda parameter.
lower
logical; if TRUE (default), probabilities are $P[X \leq x]$ otherwise, $P[X > x]$.
log.p
logical; if TRUE, probabilities p are given as log(p).

Value

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

Examples

Run this code
qseckw(0.5, 1, 1, 1, 1, TRUE, FALSE)
qseckw(0.5, 3, 0.5, 2, 2, TRUE, FALSE)

Run the code above in your browser using DataLab