pbitri: Distribution function for a bi-triangular random variable.

Description Usage Arguments Details Value Author(s) Examples

View source: R/bitriangular.R

Description

Distribution function for a bi-triangular random variable.

Usage

1
pbitri(q, a = log2(1.2), b = log2(4), m = log2(2))

Arguments

q

vector of quantiles.

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 distribution function.

Author(s)

Maarten van Iterson

Examples

1
curve(pbitri, -4, 4)

Example output



SSPA documentation built on Nov. 8, 2020, 5:50 p.m.