PWM | R Documentation |
Calculates empirical probability weighted moments of specific order(s).
PWM(x, order = 0, na.rm = FALSE)
x |
numeric vector of data. |
order |
integer, order of probability weighted moment, can be a set of {0,1,...}. |
na.rm |
logical, indicates if NAs should be removed. |
numeric vector, empirical PWM of orders order
of x
.
PWMs
PWM(rnorm(25)) PWM(rnorm(25), order = 2) PWM(rnorm(25), order = c(0, 2, 4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.