atgjack / prob

A GoLang library providing statistics and sampling for probability distributions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

prob

GoDoc

A GoLang library providing statistics and sampling of probability distributions.

Distributions Available

  • Normal
  • Exponential
  • Uniform
  • Cauchy
  • Gamma
  • Pareto
  • Chi-Squared
  • Student's T
  • Weibull
  • Beta
  • Binomial
  • Poisson
  • Geometric
  • Logistic
  • Log-Normal

Special Functions

  • Binomial Coefficient
  • Regularized Lower Incomplete Gamma
  • Beta
  • Incomplete Beta
  • Regularized Incomplete Beta

References

  • Porting from Javascript library Sampson
  • Structure derived from godist
  • Go implementation references at probab

About

A GoLang library providing statistics and sampling for probability distributions.


Languages

Language:Go 100.0%