-
Notifications
You must be signed in to change notification settings - Fork 15
Home
Esteban Zapata Rojas edited this page Feb 4, 2021
·
8 revisions
Here you will find the documentation for each of the possible functions and classes needed to work with the gem.
- If you are using
BigDecimal
, keep in mind that this gem will coerce it toRational
, for speed and accuracy.
- Bernoulli distribution
- Beta distribution
- Binomial distribution
- Chi-squared distribution
- F distribution
- Geometric distribution
- LogSeries distribution
- Negative Binomial distribution
- Normal distribution
- Standard Normal distribution
- Inverse Standard Normal distribution (Also known as quantile function for standard normal distribution).
- Poisson distribution
- T-Student distribution
- Continuous Uniform distribution
- Weibull distribution
- Empirical distribution function (ECDF)
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).