mwc-probability

Sampling function-based probability distributions.
git clone git://git.jtobin.io/mwc-probability.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2020-07-31 20:19release: v2.3.1Jared Tobin2+5-2
2020-07-31 20:19Bump stackage LTS.Jared Tobin3+7-7
2020-05-02 13:24Minor version bump (2.2.0 -> 2.3.0).Jared Tobin2+29-25
2020-05-02 13:24Bump stackage version.Jared Tobin2+5-5
2020-05-02 13:23Add discrete distribution.Jared Tobin1+15-0
2020-01-29 15:33Minor version bump (v2.1.0 -> v2.2.0).Jared Tobin5+18-3
2020-01-29 15:30Merge pull request #17 from jtobin/crpJared Tobin2+65-6
2020-01-29 15:25Tweak CRP implementation.Jared Tobin1+28-30
2020-01-21 09:30PY -> crpMarco Zocca1+37-40
2020-01-20 15:52improve docsMarco Zocca1+8-6
2020-01-20 15:32small cleanup of PY helper functionsMarco Zocca1+5-3
2020-01-20 15:25pin containers lower boundMarco Zocca1+1-1
2020-01-20 15:24add Pitman-Yor samplerMarco Zocca2+60-0
2019-07-23 17:08Minor version bump (-> 2.1.0).Jared Tobin6+9-15
2019-07-23 16:53Merge pull request #16 from Boarders/weighted-probabilityJared Tobin1+15-8
2019-07-23 16:17Allow multinomial to accept a weighted probability distribution as argumentBoarders1+15-8
2018-07-11 23:28Bump mwc-random upper bound.Jared Tobin1+1-1
2018-06-30 05:49Minor version bump.Jared Tobin2+12-6
2018-06-30 05:44Clean up README.Jared Tobin1+7-34
2018-06-30 05:42Use applicative instance for 'samples'.Jared Tobin1+1-1
2018-06-30 05:42Add gstudent distribution.Jared Tobin1+18-13
2018-06-30 05:41Clean up documentation.Jared Tobin1+110-72
2018-06-30 04:33Bump Stackage versions.Jared Tobin2+3-5
2018-05-10 06:25Merge pull request #13 from ocramz/masterMarco Zocca1+43-43
2018-05-10 06:24fix readmeocramz1+3-3
2018-05-10 06:20fix readmeocramz1+40-40
2018-05-10 06:16Merge pull request #12 from ocramz/masterMarco Zocca7+75-7
2018-05-10 06:10Fixed typos in inverseGaussianMarco Zocca1+6-5
2018-05-09 12:32upd cabalfileMarco Zocca1+1-1
2018-05-09 12:30pin stack.yaml to LTS 11.8 (GHC 8.2.2)Marco Zocca1+2-2
2018-05-09 12:28update readmeMarco Zocca1+39-4
2018-05-09 12:20add travis file for testing against nightly-2018-05-09Marco Zocca3+13-1
2018-05-09 11:01add inverse GaussianMarco Zocca3+21-1
2018-01-30 16:48Merge pull request #10 from ocramz/masterMarco Zocca3+20-3
2018-01-30 16:44References sectionMarco Zocca1+6-2
2018-01-30 16:34add negative binomialMarco Zocca3+14-1
2018-01-30 15:22Merge pull request #9 from ocramz/masterMarco Zocca3+15-2
2018-01-30 15:21inlinable paretoMarco Zocca1+1-0
2018-01-30 15:20add Normal-Gamma, Pareto, bump to 2.0.1Marco Zocca3+14-2
2018-01-30 13:47Merge pull request #8 from ocramz/masterMarco Zocca3+4-2
2018-01-30 13:46add tested-withMarco Zocca3+4-2
2018-01-30 09:11Merge pull request #7 from ocramz/masterMarco Zocca2+36-10
2018-01-30 09:04add normalGammaMarco Zocca1+10-0
2018-01-30 08:56upd docs, add WeibullMarco Zocca2+26-10
2018-01-29 23:41Merge pull request #6 from ocramz/masterJared Tobin3+73-27
2018-01-29 22:47operator spacingocramz1+1-1
2018-01-29 22:45line wrapocramz1+8-3
2018-01-29 22:43applied suggestionsocramz3+20-17
2018-01-29 19:11upd haddock, verified zipfMarco Zocca1+8-0
2018-01-29 19:00fixed typesig of zipf, not sure about correctnessMarco Zocca1+10-10
2018-01-29 11:58add Zipf, add Haddock sections, upd changelog, version bumpMarco Zocca3+48-18
2018-01-25 21:14Merge pull request #5 from ocramz/masterJared Tobin1+10-0
2018-01-25 16:47add inlinable annotationMarco Zocca1+1-0
2018-01-25 16:46add Laplace distributionMarco Zocca1+9-0
2017-07-20 20:38Fix lower-bound on base.Jared Tobin1+5-5
2017-05-16 09:59Minor code tweak.Jared Tobin1+3-3
2017-05-16 09:58Bump stackage versions.Jared Tobin2+3-3
2016-12-04 09:01Generalize to Traversable in couple of locations.Jared Tobin5+16-9
2016-10-28 02:35Version bump, doc updates.Jared Tobin4+35-15
2016-03-10 23:49Add license badge. [ci skip]Jared Tobin1+1-0
2016-03-03 20:49Travis stuff.Jared Tobin1+1-1
2016-03-03 20:46Travis stuff.Jared Tobin2+12-9
2016-03-03 20:14Travis tweaking.Jared Tobin1+9-7
2016-03-03 19:57Update travis file.Jared Tobin1+4-0
2016-03-03 19:53Add CPP pragma.Jared Tobin1+1-0
2016-03-03 19:45Import Foldable for older GHCs.Jared Tobin2+4-1
2016-03-03 09:16Update travis config.Jared Tobin1+20-1
2016-03-03 09:12Accept Foldables instead of lists.Jared Tobin2+13-11
2016-02-12 05:50Update cabal file description.Jared Tobin1+0-2
2016-02-12 05:49Update README.Jared Tobin1+0-2
2016-02-12 05:44Minor version bump (1.1.3).Jared Tobin1+1-1
2016-02-12 05:42Merge pull request #2 from sacundim/masterJared Tobin1+10-0
2016-02-11 20:55Indentation.Luis Casillas1+3-3
2016-02-11 20:45Add isntances for `MonadIO` and `PrimMonad`.Luis Casillas1+10-0
2016-02-08 21:09Specify that second argument to normals is sd.Jared Tobin3+28-5
2015-10-09 05:14Update to lts-3.8.Jared Tobin1+1-1
2015-10-09 05:07Refine bounds, version bump.Jared Tobin1+3-3
2015-10-08 05:31Add hackage version shield.Jared Tobin1+4-1
2015-10-06 09:03Relax cabal version.Jared Tobin1+2-2
2015-10-06 07:23Get rid of cabal check warnings.Jared Tobin1+5-1
2015-10-06 07:20Use new Travis infra.Jared Tobin1+1-0
2015-10-06 07:18Add Travis file.Jared Tobin1+1-0
2015-10-06 06:13Documentation update.Jared Tobin2+80-9
2015-10-06 04:151.0 Update.Jared Tobin3+9-8
2015-10-06 04:04Update Travis stuff.Jared Tobin1+6-6
2015-10-06 03:32Add 'samples', remove inlines.Jared Tobin3+9-29
2015-08-04 15:05Misc updates.Jared Tobin3+14-0
2015-04-10 02:31Add categorical generator.Jared Tobin2+13-4
2015-04-10 02:18Add poisson generator.Jared Tobin2+8-1
2015-04-10 02:02Add t, isoGauss samplers.Jared Tobin2+13-1
2015-04-03 10:21Add multinomial, symmetric dirichlet samplers.Jared Tobin2+28-13
2015-04-03 10:05Update .gitignore.Jared Tobin1+1-0
2015-02-22 05:29Drop mtl dependency, update dep versions.Jared Tobin2+6-6
2014-05-25 05:41Update README.Jared Tobin1+2-2
2014-05-25 05:39Initial commit.Jared Tobin6+237-0