lmomln3 {lmomco} | R Documentation |
L-moments of the 3-Parameter Log-Normal Distribution
Description
This function estimates the L-moments of the Log-Normal3 distribution given the parameters (, lower bounds;
, location; and
, scale) from
parln3
. The distribution is the same as the Generalized Normal with algebraic manipulation of the parameters, and lmomco does not have truly separate algorithms for the Log-Normal3 but uses those of the Generalized Normal. The discussion begins with the later distribution.
The two L-moments in terms of the Generalized Normal distribution parameters (lmomgno
) are
where is the cumulative distribution of the Standard Normal distribution. There are no simple expressions for
,
, and
, and numerical methods are used.
Let be the lower bounds (real space) for which
(checked in
are.parln3.valid
), be the mean in natural logarithmic space, and
be the standard deviation in natural logarithm space for which
(checked in
are.parln3.valid
) is obvious because this parameter has an analogy to the second product moment. Letting , the parameters of the Generalized Normal are
,
, and
. At this point the L-moments can be solved for using algorithms for the Generalized Normal.
Usage
lmomln3(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: “lmomln3”. |
Author(s)
W.H. Asquith
References
Asquith, W.H., 2011, Distributional analysis with L-moment statistics using the R environment for statistical computing: Createspace Independent Publishing Platform, ISBN 978–146350841–8.
See Also
parln3
, cdfln3
, pdfln3
, qualn3
, lmomgno
Examples
X <- exp(rnorm(10))
pargno(lmoms(X))$para
parln3(lmoms(X))$para