sd_sample_uncorrected | R Documentation |
fast uncorrected sample standard deviation https://en.wikipedia.org/wiki/Standard_deviation#Rapid_calculation_methods
sd_sample_uncorrected(x, xbar = mean(x), na.rm = FALSE)
x |
a numeric vector |
xbar |
arithmetic mean of x |
na.rm |
remove any NAs before computation of standard deviation? |
uncorrected sample standard deviation (i.e., a numeric scalar)
fherla
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.