Class: Quantile

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

Instance Attribute Summary (collapse)

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