qbitri {SSPA}R Documentation

Quantile function for a bi-triangular random variable.

Description

Quantile function for a bi-triangular random variable.

Usage

qbitri(p, a = log2(1.2), b = log2(4), m = log2(2))

Arguments

p

vector of probabilities.

a

location of point, ... Default a = log2(1.2).

b

location of point, ... Default b = log2(4).

m

location of the midpoint of the triangle. Default m = log2(2).

Details

For more details see M. Langaas et al. JRSS B 2005.

Value

Gives the quantile function.

Author(s)

Maarten van Iterson

Examples

curve(qbitri, 0, 1)

[Package SSPA version 2.30.0 Index]