lmomray {lmomco} | R Documentation |
L-moments of the Rayleigh Distribution
Description
This function estimates the L-moments of the Rayleigh distribution given the parameters ( and
) from
parray
. The L-moments in terms of the parameters are
Usage
lmomray(para)
Arguments
para |
The parameters of the distribution. |
Value
An R list
is returned.
lambdas |
Vector of the L-moments. First element is
|
ratios |
Vector of the L-moment ratios. Second element is
|
trim |
Level of symmetrical trimming used in the computation, which is |
leftrim |
Level of left-tail trimming used in the computation, which is |
rightrim |
Level of right-tail trimming used in the computation, which is |
source |
An attribute identifying the computational source of the L-moments: “lmomray”. |
Author(s)
W.H. Asquith
References
Hosking, J.R.M., 1986, The theory of probability weighted moments: Research Report RC12210, IBM Research Division, Yorkton Heights, N.Y.
See Also
parray
, cdfray
, pdfray
, quaray
Examples
lmr <- lmoms(c(123,34,4,654,37,78))
lmr
lmomray(parray(lmr))