tlmrcau | R Documentation |
This function computes select TL-moment ratios of the Cauchy distribution for defaults of \xi = 0
and \alpha = 1
. This function can be useful for plotting the trajectory of the distribution on TL-moment ratio diagrams of \tau^{(t_1,t_2)}_2
, \tau^{(t_1,t_2)}_3
, \tau^{(t_1,t_2)}_4
, \tau^{(t_1,t_2)}_5
, and \tau^{(t_1,t_2)}_6
. In reality, \tau^{(t_1,t_2)}_2
is dependent on the values for \xi
and \alpha
.
tlmrcau(trim=NULL, leftrim=NULL, rightrim=NULL, xi=0, alpha=1)
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. |
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 |
The function uses numerical integration of the quantile function of the distribution through the theoTLmoms
function.
W.H. Asquith
quacau
, theoTLmoms
## Not run:
tlmrcau(trim=2)
tlmrcau(trim=2, xi=2) # another slow example
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.