weighted.sd.Rd
Computes the weighted standard deviation of a distribution.
weighted.sd(x, weights = NULL, na.rm = FALSE)
numeric vector
numeric vector of weights. If NULL (default), uniform weights (i.e. all equal to 1) are used.
logical, indicating whether NA values should be silently removed before the computation proceeds. Default is FALSE.
a length-one numeric vector