Calculates the standard deviation (sigma) from the sample variance of a numeric vector.
Examples
EstimateVariance(c(1, 2, 3, 4, 5))
#> [1] 1.581139
Calculates the standard deviation (sigma) from the sample variance of a numeric vector.
EstimateVariance(c(1, 2, 3, 4, 5))
#> [1] 1.581139