MastodonC / kixi.stats

A library of statistical distribution sampling and transducing functions
https://cljdoc.xyz/d/kixi/stats
Eclipse Public License 1.0
355 stars 17 forks source link

Added the Cauchy, Lognormal and Pareto thick-tailed distributions. #32

Closed bombaywalla closed 4 years ago

bombaywalla commented 4 years ago

Added tests. The Cauchy is missing a converges-to-mean? test since its mean is not defined.

Updated README.

bombaywalla commented 4 years ago

Not sure whether you'd prefer lognormal or log-normal in the API (and correspondingly Lognormal or LogNormal in the deftypes).