Method: Aggregate#outliers_low

Defined in:
lib/aggregate.rb

#outliers_lowObject (readonly)

The number of samples falling below the lowest valued histogram bucket



18
19
20
# File 'lib/aggregate.rb', line 18

def outliers_low
  @outliers_low
end