Learn R Programming

SecKW (version 0.2)

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

Description

Generates random deviates from a Secant Kumaraswamy Weibull probability distribution.

Usage

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

Run this code
rseckw(1000, 1, 1, 1, 1)
rseckw(1000, 2, 2, 1, 1)

Run the code above in your browser using DataLab