Skip to content

A Julia package for probability distributions and associated functions.

License

Notifications You must be signed in to change notification settings

MichielCottaar/Distributions.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributions.jl

Build Status

A Julia package for probability distributions and associated functions. Particularly, Distributions implements:

  • Moments (e.g mean, variance, skewness, and kurtosis), entropy, and other properties
  • Probability density/mass functions (pdf) and their logarithm (logpdf)
  • Moment generating functions and characteristic functions
  • Sampling from population or from a distribution
  • Maximum likelihood estimation
  • Posterior w.r.t. conjugate prior, and Maximum-A-Posteriori (MAP) estimation

Please refer to the Package Documentation for details.

About

A Julia package for probability distributions and associated functions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 97.3%
  • Python 2.7%