Learn R Programming

SinIW (version 0.2)

hsiniw: The hazard rate function of the SinInverseWeibull probability distribution.

Description

The hazard rate function of the SinInverseWeibull probability distribution.

Usage

hsiniw(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
hsiniw(0.5,0.5,1.1)
hsiniw(0.5,1,1.9)

Run the code above in your browser using DataLab