Learn R Programming

SecKW (version 0.2)

sseckw: The survival function of the Secant Kumaraswamy Weibull probability distribution.

Description

The survival function of the Secant Kumaraswamy Weibull probability distribution.

Usage

sseckw(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
sseckw(1, 1, 1, 1, 1)
sseckw(1, 3, 0.5, 2, 2)

Run the code above in your browser using DataLab