Learn R Programming

SinIW (version 0.2)

qsiniw: Te quantile function of the SinInverseWeibull probability distribution.

Description

Te quantile function of the SinInverseWeibull probability distribution.

Usage

qsiniw(p, alpha, theta, lower = TRUE, log.p = FALSE)

Arguments

p
vector of probabilities.
alpha
Alpha parameter.
theta
Theta parameter.
lower
Lower parameter.
log.p
Log.p parameter.

Value

A vector with n observations of the SinInverseWeibull distribution.

Examples

Run this code
qsiniw(0.5,1,1,TRUE,FALSE)
qsiniw(0.5,1,0.1,TRUE,FALSE)

Run the code above in your browser using DataLab