Learn R Programming

SecKW (version 0.2)

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

Description

The cumulative function of the Secant Kumaraswamy Weibull probability distribution.

Usage

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

Run the code above in your browser using DataLab