class Invariant::Invariant

Public Instance Methods

upper_bound(rank, n) click to toggle source
# File lib/quantile_estimator/invariant.rb, line 3
def upper_bound(rank, n)
  raise "Implement me"
end