quakmu | R Documentation |
This function computes the quantiles of the Kappa-Mu (\kappa:\mu
) distribution given parameters (\kappa
and \alpha
) computed by parkmu
. The quantile function is complex and numerical rooting of the cumulative distribution function (cdfkmu
) is used.
quakmu(f, para, paracheck=TRUE, getmed=FALSE, qualo=NA, quahi=NA, verbose=FALSE,
marcumQ=TRUE, marcumQmethod=c("chisq", "delta", "integral"))
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. |
getmed |
Same argument for |
qualo |
A lower limit of the range of |
quahi |
An upper limit of the range of |
verbose |
Should alert messages be shown by |
marcumQ |
Same argument for |
marcumQmethod |
Same argument for |
Quantile value for nonexceedance probability F
.
W.H. Asquith
Yacoub, M.D., 2007, The kappa-mu distribution and the eta-mu distribution: IEEE Antennas and Propagation Magazine, v. 49, no. 1, pp. 68–81
cdfkmu
, pdfkmu
, lmomkmu
, parkmu
quakmu(0.75,vec2par(c(0.9, 1.5), type="kmu"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.