Class: Invariant::Invariant

Inherits:
Object
  • Object
show all
Defined in:
lib/quantile_estimator/invariant.rb

Direct Known Subclasses

Biased, SingleTarget, Targeted

Instance Method Summary collapse

Instance Method Details

#upper_bound(rank, n) ⇒ Object



3
4
5
# File 'lib/quantile_estimator/invariant.rb', line 3

def upper_bound(rank, n)
  raise "Implement me"
end