Learn R Programming

SinIW (version 0.2)

dsiniw: The density function of the SinInverseWeibull probability distribution.

Description

The density function of the SinInverseWeibull probability distribution.

Usage

dsiniw(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
dsiniw(0.5,1,1)
dsiniw(0.5,0.5,0.7)

Run the code above in your browser using DataLab