Categorygithub.com/atgjack/prob
repositorypackage
0.0.0-20161220081030-6cfd5d401186
Repository: https://github.com/atgjack/prob.git
Documentation: pkg.go.dev

# README

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