qbtld: quantile function for the btld

qbtldR Documentation

quantile function for the btld

Description

Quantile function (icdf) for the btld

Usage

qbtld(x, theta, alpha)

Arguments

x

A vector of inputs.

theta

Mode vector

alpha

Scale vector

Value

The icdf of x.

Examples

alpha<-c(5,1)
theta<-c(0.3,0.7)
qbtld(x=runif(1000), alpha, theta)

tharris0924/btld documentation built on Dec. 1, 2022, 9:37 p.m.