| quasla | R Documentation |
This function computes the quantiles of the Slash distribution given
parameters (\xi and \alpha) provided by
parsla. The quantile function x(F; \xi, \alpha) for nonexceedance probability F and where \xi is a location parameter and \alpha is a scale parameter is complex and requires numerical optimization of the cumulative distribution function (cdfsla).
quasla(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 for nonexceedance probability F.
W.H. Asquith
Rogers, W.H., and Tukey, J.W., 1972, Understanding some long-tailed symmetrical distributions: Statistica Neerlandica, v. 26, no. 3, pp. 211–226.
cdfsla, pdfsla, lmomsla, parsla
para <- c(12,1.2)
quasla(0.55,vec2par(para,type='sla'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.