sd.unbiased | R Documentation |
This function computes the unbiased standard deviation of the values in x
.
If na.rm
is TRUE
, then missing values are removed before computation proceeds.
sd.unbiased(x, na.rm = FALSE)
x |
a numeric vector or an R object which is coercible to one
by |
na.rm |
logical. If |
sd
is not unbiased.
This function computes sd
divided by c4(n), where c4(n)
is obtained by c4.factor(n, estimator="sd")
{rQCC}.
Chanseok Park
sd
for the square root of var
, but it is biased.
Refer to mad.unbiased
{rQCC} for finite-sample unbiased median absolute deviation
(MAD) estimator, the most robust alternative.
sd.unbiased(1:2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.