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

Description Usage Arguments Value Examples

Description

The cumulative function of the Secant Kumaraswamy Weibull probability distribution.

Usage

1
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 ≤q 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

1
2
qseckw(0.5, 1, 1, 1, 1, TRUE, FALSE)
qseckw(0.5, 3, 0.5, 2, 2, TRUE, FALSE)

TrigonometricDistribution/SecKW documentation built on May 9, 2019, 5:14 p.m.