Skip to content
Esteban Zapata Rojas edited this page Feb 4, 2021 · 8 revisions

Statistics gem documentation

Here you will find the documentation for each of the possible functions and classes needed to work with the gem.

Notes:

  • If you are using BigDecimal, keep in mind that this gem will coerce it to Rational, for speed and accuracy.

Categories

Distributions

Statistical tests

A note about p-values

It's important to keep in mind this bug #13 conditioned by the way ruby calculates the decimal values. I hope to find a solution to that. (Fixed in version 2.0.1).

Utilities