Class: Quantile
- Inherits:
-
Object
- Object
- Quantile
- Defined in:
- lib/quantile_estimator/quantile.rb
Instance Attribute Summary (collapse)
-
- (Object) error
Returns the value of attribute error.
-
- (Object) quantile
Returns the value of attribute quantile.
Instance Attribute Details
- (Object) error
Returns the value of attribute error
2 3 4 |
# File 'lib/quantile_estimator/quantile.rb', line 2 def error @error end |
- (Object) quantile
Returns the value of attribute quantile
2 3 4 |
# File 'lib/quantile_estimator/quantile.rb', line 2 def quantile @quantile end |