Learn R Programming

SinIW (version 0.2)

rsiniw: Generates random deviates from a SinInverseWeibull probability distribution.

Description

Generates random deviates from a SinInverseWeibull probability distribution.

Usage

rsiniw(n, alpha, theta)

Arguments

n
Number of observations to be generated.
alpha
Alpha parameter.
theta
Theta parameter.

Value

A vector with n observations of the SinInverseWeibull distribution.

Examples

Run this code
rsiniw(1000,0.1,0.9)
rsiniw(1000,0.2,0.8)

Run the code above in your browser using DataLab