Class: EnumerableStatistics::Histogram
- Inherits:
-
Struct
- Object
- Struct
- EnumerableStatistics::Histogram
- Defined in:
- lib/enumerable_statistics/histogram.rb
Instance Attribute Summary collapse
-
#closed ⇒ Object
Returns the value of attribute closed.
-
#edges ⇒ Object
(also: #edge)
Returns the value of attribute edges.
-
#isdensity ⇒ Object
(also: #density?)
Returns the value of attribute isdensity.
-
#weights ⇒ Object
Returns the value of attribute weights.
Instance Attribute Details
#closed ⇒ Object
Returns the value of attribute closed
2 3 4 |
# File 'lib/enumerable_statistics/histogram.rb', line 2 def closed @closed end |
#edges ⇒ Object Also known as: edge
Returns the value of attribute edges
2 3 4 |
# File 'lib/enumerable_statistics/histogram.rb', line 2 def edges @edges end |
#isdensity ⇒ Object Also known as: density?
Returns the value of attribute isdensity
2 3 4 |
# File 'lib/enumerable_statistics/histogram.rb', line 2 def isdensity @isdensity end |
#weights ⇒ Object
Returns the value of attribute weights
2 3 4 |
# File 'lib/enumerable_statistics/histogram.rb', line 2 def weights @weights end |