sd {LambertW} | R Documentation |
The package gsl
has one function called sd
, which does not calculate the sample standard deviation. Hence, here it is re-introduced as the root of var(x)
.
sd(x)
x |
data |
empirical standard deviation
Georg M. Goerg