parray | R Documentation |
This function estimates the parameters of the Rayleigh distribution given the L-moments of the data in an L-moment object such as that returned by lmoms
. The relations between distribution parameters and L-moments are
\alpha = \frac{2\lambda_2\sqrt{\pi}}{\sqrt{2} - 1}\mbox{,}
and
\xi = \lambda_1 - \alpha\sqrt{\pi/2}\mbox{.}
parray(lmom, xi=NULL, checklmom=TRUE, ...)
lmom |
An L-moment object created by |
xi |
The lower limit of the distribution. If |
checklmom |
Should the |
... |
Other arguments to pass. |
An R list
is returned.
type |
The type of distribution: |
para |
The parameters of the distribution. |
source |
The source of the parameters: “parray”. |
W.H. Asquith
Hosking, J.R.M., 1986, The theory of probability weighted moments: Research Report RC12210, IBM Research Division, Yorkton Heights, N.Y.
lmomray
,
cdfray
, pdfray
, quaray
lmr <- lmoms(rnorm(20))
parray(lmr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.