sd.u | R Documentation |
Unbiased Standard Deviation. Very helpful when sample size is small, especially less than 6, which is very common in assay qualification or validation runs. Regular sample standard deviation can be up to 20% biased when the sample size is 3, for example. This one isn't.
sd.u(x)
x |
A vector of (normally-distributed) numbers |
The corrected/unbiased standard deviation of the input vector, based on a chi-distributed correction factor (c4)
sd.u(rnorm(10, 0, 4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.