quatri {lmomco} | R Documentation |
Quantile Function of the Asymmetric Triangular Distribution
Description
This function computes the quantiles of the Asymmetric Triangular distribution given parameters (,
, and
) of the distribution computed by
partri
. The quantile function of the distribution is
for ,
for , and
for
where
is the quantile for nonexceedance probability
,
is the minimum,
is the maximum, and
is the mode of the distribution and
Usage
quatri(f, para, paracheck=TRUE)
Arguments
f |
Nonexceedance probability ( |
para |
|
paracheck |
A logical controlling whether the parameters are checked for validity. Overriding of this check might be extremely important and needed for use of the quantile function in the context of TL-moments with nonzero trimming. |
Value
Quantile value for nonexceedance probability .
Author(s)
W.H. Asquith
See Also
cdftri
, pdftri
, lmomtri
, partri
Examples
lmr <- lmoms(c(46, 70, 59, 36, 71, 48, 46, 63, 35, 52))
quatri(0.5,partri(lmr))
[Package lmomco version 2.5.1 Index]