Method: Daru::Core::GroupBy#std

Defined in:
lib/daru/core/group_by.rb

#stdObject

Calculate sample standard deviation of numeric vector groups, excluding missing values.



235
236
237
# File 'lib/daru/core/group_by.rb', line 235

def std
  apply_method :numeric, :std
end