155 156 157
# File 'lib/wads/data_structures.rb', line 155 def std_dev(key) Math.sqrt(sample_variance(key)) end