Learn R Programming

SinIW (version 0.2)

psiniw: The cumulative function of the SinInverseWeibull probability distribution.

Description

The cumulative function of the SinInverseWeibull probability distribution.

Usage

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

Arguments

q
vector of quantiles.
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
psiniw(0.5,1,1,TRUE,FALSE)
psiniw(0.5,0.5,0.7,TRUE,FALSE)

Run the code above in your browser using DataLab