pseckw: 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
pseckw(q, a, b, c, lambda, lower = TRUE, log.p = FALSE)

Arguments

q

Vector of quantiles.

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
pseckw(0.5, 1, 1, 1, 1,TRUE,FALSE)
pseckw(0.5, 3, 0.5, 2, 2,TRUE,FALSE)

lgallindo/SecKW documentation built on May 21, 2019, 5:12 a.m.