class MoreMath::Sequence

def histogram(bins)

analysis' elements.
Returns a Histogram instance with +bins+ as the number of bins for this
def histogram(bins)
  Histogram.new(self, bins)
end