cdf2lmoms | R Documentation |
Compute the L-moments from a cumulative distribution function. For r \ge 1
, the L-moments can be computed by sequential calling of cdf2lmom
. Consult the documentation of that function for mathematical definitions.
cdf2lmoms(para, nmom=6, fdepth=0, silent=TRUE, lambegr=1, ...)
para |
The parameters from |
nmom |
The number of moments to compute. Default is 6. |
fdepth |
The depth of the nonexceedance/exceedance probabilities to determine the lower and upper integration limits through a call to the |
silent |
A logical to be passed into |
lambegr |
The |
... |
Additional arguments to pass to |
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 will equal |
leftrim |
Level of left-tail trimming used in the computation, which will equal |
rightrim |
Level of right-tail trimming used in the computation, which will equal |
source |
An attribute identifying the computational source of the L-moments: “cdf2lmoms”. |
W.H. Asquith
cdf2lmom
, lmoms
cdf2lmoms(vec2par(c(10,40), type="ray"))
## Not run:
# relatively slow computation
vec2par(c(.9,.4), type="emu"); cdf2lmoms(para, nmom=4)
vec2par(c(.9,.4), type="emu"); cdf2lmoms(para, nmom=4, fdepth=0)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.