tlmrgum {lmomco} | R Documentation |
Compute Select TL-moment ratios of the Gumbel Distribution
Description
This function computes select TL-moment ratios of the Gumbel distribution for defaults of and
. This function can be useful for plotting the trajectory of the distribution on TL-moment ratio diagrams of
,
,
,
, and
. In reality,
is dependent on the values for
and
.
Usage
tlmrgum(trim=NULL, leftrim=NULL, rightrim=NULL, xi=0, alpha=1)
Arguments
trim |
Level of symmetrical trimming to use in the computations.
Although |
leftrim |
Level of trimming of the left-tail of the sample. |
rightrim |
Level of trimming of the right-tail of the sample. |
xi |
Location parameter of the distribution. |
alpha |
Scale parameter of the distribution. |
Value
An R list
is returned.
tau2 |
A vector of the |
tau3 |
A vector of the |
tau4 |
A vector of the |
tau5 |
A vector of the |
tau6 |
A vector of the |
Note
The function uses numerical integration of the quantile function of the distribution through the theoTLmoms
function.
Author(s)
W.H. Asquith
See Also
Examples
## Not run:
tlmrgum(trim=2)
tlmrgum(trim=2, xi=2) # another slow example
## End(Not run)