Module: DescriptiveStatistics

Includes:
AllMethods
Defined in:
lib/descriptive-statistics.rb,
lib/descriptive-statistics/shape.rb,
lib/descriptive-statistics/stats.rb,
lib/descriptive-statistics/spread.rb,
lib/descriptive-statistics/version.rb,
lib/descriptive-statistics/dispersion.rb,
lib/descriptive-statistics/all-methods.rb,
lib/descriptive-statistics/central-tendency.rb

Defined Under Namespace

Modules: AllMethods, CentralTendency, Dispersion, Shape, Spread Classes: Stats

Constant Summary collapse

VERSION =
"2.2.0"

Method Summary

Methods included from Spread

#population_standard_deviation, #population_variance, #relative_standard_deviation, #standard_deviation, #variance, #zscore

Methods included from Shape

#kurtosis, #skewness

Methods included from Dispersion

#percentile_from_value, #range, #value_from_percentile

Methods included from CentralTendency

#mean, #median, #mode, #sum