pbitri {SSPA} | R Documentation |
Distribution function for a bi-triangular random variable.
pbitri(q, a = log2(1.2), b = log2(4), m = log2(2))
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). |
For more details see M. Langaas et al. JRSS B 2005.
Gives the distribution function.
Maarten van Iterson
curve(pbitri, -4, 4)