pwm2vec | R Documentation |
This function converts a probability-weighted moment object in the structure used by lmomco into a simple vector of \beta_0
, \beta_1
, \beta_2
, \beta_3
, \beta_4
, ..., \beta_{r-1}
.
pwm2vec(pwm, ...)
pwm |
Probability-weighted moment object such as from |
... |
Not presently used. |
A vector of the first five probability-weighted moments if available. The $betas
field of the pwm
argument is simply returned by this function.
W.H. Asquith
pwm
, vec2pwm
, lmom2vec
pmr <- pwm(rnorm(40)); pwm2vec(pmr)
pmr <- vec2pwm(c(140,150,45,21)); pwm2vec(pmr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.