Computes the standard deviation of a range, with options for population vs. sample and algorithm/summation choice. (community summary)
range, must be finite iterable
true if population standard deviation, false if sample standard deviation (default)
Computes the standard deviation of a range, with options for population vs. sample and algorithm/summation choice. (community summary)