Class: Quantile

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

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject

Returns the value of attribute error.



2
3
4
# File 'lib/quantile_estimator/quantile.rb', line 2

def error
  @error
end

#quantileObject

Returns the value of attribute quantile.



2
3
4
# File 'lib/quantile_estimator/quantile.rb', line 2

def quantile
  @quantile
end