Class: Invariant::Invariant
- Inherits:
-
Object
- Object
- Invariant::Invariant
- Defined in:
- lib/quantile_estimator/invariant.rb
Direct Known Subclasses
Instance Method Summary (collapse)
Instance Method Details
- (Object) upper_bound(rank, n)
3 4 5 |
# File 'lib/quantile_estimator/invariant.rb', line 3 def upper_bound(rank, n) raise "Implement me" end |