Skip to content
/ prob Public

A GoLang library providing statistics and sampling for probability distributions.

Notifications You must be signed in to change notification settings

atgjack/prob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages