Learn R Programming

SinIW (version 0.2)

ssiniw: The survival function of the SinInverseWeibull probability distribution.

Description

The survival function of the SinInverseWeibull probability distribution.

Usage

ssiniw(x, alpha, theta)

Arguments

x
vector of quantiles.
alpha
Alpha parameter.
theta
Theta parameter.

Value

A vector with n observations of the SinInverseWeibull distribution.

Examples

Run this code
ssiniw(0.1, 1, 1)
ssiniw(0.1, 1, 0.1)

Run the code above in your browser using DataLab