quasmd | R Documentation |
This function computes the quantiles of the Singh–Maddala (Burr Type XII) distribution given parameters (\xi
, a
, b
, and q
) computed by parsmd
. The quantile function is
x(F) = \xi + a\biggl((1-F)^{-1/q} - 1 \biggr)^{1/b}\mbox{,}
where x(F)
with 0 \le x \le \infty
is the quantile for nonexceedance probability F
, \xi
is a location parameter, a
is a scale parameter (a > 0
), b
is a shape parameter (b > 0
), and q
is another shape parameter (q > 0
).
quasmd(f, para, paracheck=TRUE)
f |
Nonexceedance probability ( |
para |
The parameters from |
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. |
Quantile value for nonexceedance probability F
.
W.H. Asquith
Kumar, D., 2017, The Singh–Maddala distribution—Properties and estimation: International Journal of System Assurance Engineering and Management, v. 8, no. S2, 15 p., \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1007/s13198-017-0600-1")}.
Shahzad, M.N., and Zahid, A., 2013, Parameter estimation of Singh Maddala distribution by moments: International Journal of Advanced Statistics and Probability, v. 1, no. 3, pp. 121–131, \Sexpr[results=rd]{tools:::Rd_expr_doi("10.14419/ijasp.v1i3.1206")}.
cdfsmd
, pdfsmd
, lmomsmd
, parsmd
quasmd(0.99, parsmd(vec2lmom(c(155, 118.6, 0.6, 0.45)))) # 1547.337 99th percentile
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.