# File lib/stella/core_ext.rb, line 426
  def percentile(perc)
    self.sort[percentile_index(perc)]
  end