Module: Math::Stats
- Defined in:
- lib/ruuuby/math/stats/stats.rb,
lib/ruuuby/math/stats/descriptive.rb,
lib/ruuuby/math/stats/probability.rb,
lib/ruuuby/math/stats/time_series.rb,
lib/ruuuby/math/stats/statistical_learning.rb
Defined Under Namespace
Modules: Descriptive, Probability, StatisticalLearning, TimeSeries
Class Method Summary collapse
-
.arithmetic_mean(*vals) ⇒ Float, Numeric
(also: μ)
‣ notice: all data points share equal weight ‣ thus it does NOT take into account the
evennessof the data. - .median(*vals) ⇒ Float, Numeric (also: x̃)