Alloc n_bins, using range as ranges of bins
n_bins
range
45 46 47 48
# File 'lib/statsample/histogram.rb', line 45 def alloc(n_bins, range=nil, opts=Hash.new) Histogram.new(n_bins, range, opts) end