
This function estimates the first six L-moments of the 3-parameter Student t distribution given the parameters (parst3
. The L-moments in terms of the parameters are
The functional relation parst3
. The other two parameters are readily solved for when theoLmoms
estimating
lmomst3(para, bypoly=TRUE)
An R
list
is returned.
Vector of the L-moments. First element is
Vector of the L-moment ratios. Second element is
Level of symmetrical trimming used in the computation, which is 0
.
Level of left-tail trimming used in the computation, which is NULL
.
Level of right-tail trimming used in the computation, which is NULL
.
An attribute identifying the computational source of the L-moments: “lmomst3”.
The parameters of the distribution.
A logical as to whether a polynomial approximation of TRUE
because this polynomial is used to reverse the estimate for
W.H. Asquith with A.R. Biessen
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.
parst3
, cdfst3
, pdfst3
, quast3
lmomst3(vec2par(c(1124,12.123,10), type="st3"))
Run the code above in your browser using DataLab