Module: Charty::Plotters::EstimationSupport
- Includes:
- RandomSupport
- Included in:
- CategoricalPlotter
- Defined in:
- lib/charty/plotters/estimation_support.rb
Instance Attribute Summary collapse
-
#ci ⇒ Object
Returns the value of attribute ci.
-
#estimator ⇒ Object
Returns the value of attribute estimator.
-
#n_boot ⇒ Object
Returns the value of attribute n_boot.
-
#units ⇒ Object
Returns the value of attribute units.
Attributes included from RandomSupport
Class Method Summary collapse
- .a callable estimator has not been supported yet ⇒ Object
- .count ⇒ Object
- .invalid value for estimator (%p for :mean) ⇒ Object
- .mean ⇒ Object
- .median ⇒ Object
- .median estimator has not been supported yet ⇒ Object
Methods included from RandomSupport
invalid value for random (%p for a generator or a seed value)
Instance Attribute Details
#ci ⇒ Object
Returns the value of attribute ci.
28 29 30 |
# File 'lib/charty/plotters/estimation_support.rb', line 28 def ci @ci end |
#estimator ⇒ Object
Returns the value of attribute estimator.
4 5 6 |
# File 'lib/charty/plotters/estimation_support.rb', line 4 def estimator @estimator end |
#n_boot ⇒ Object
Returns the value of attribute n_boot.
51 52 53 |
# File 'lib/charty/plotters/estimation_support.rb', line 51 def n_boot @n_boot end |
#units ⇒ Object
Returns the value of attribute units.
71 72 73 |
# File 'lib/charty/plotters/estimation_support.rb', line 71 def units @units end |