rseckw: Generates random deviates from a Secant Kumaraswamy Weibull...

Description Usage Arguments Value Examples

Description

Generates random deviates from a Secant Kumaraswamy Weibull probability distribution.

Usage

1
rseckw(n, a, b, c, lambda)

Arguments

n

Number of observations to be generated.

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

1
2
rseckw(1000, 1, 1, 1, 1)
rseckw(1000, 2, 2, 1, 1)

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