measurable

A simple shallowly-embedded DSL for dealing with measures.
git clone git://git.jtobin.io/measurable.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2019-09-10 17:03readme: fix typo, add dissertation linkJared Tobin1+5-1
2017-05-30 10:31Gut old code.Jared Tobin1+0-282
2017-05-30 10:30General cleanup.Jared Tobin8+380-1202
2017-03-02 05:32Update README.Jared Tobin1+2-2
2017-03-02 05:31Update README.Jared Tobin1+2-0
2017-02-15 21:42Add links to posts.Jared Tobin1+8-1
2016-10-31 19:36Add license badge.Jared Tobin1+4-3
2015-09-22 20:25Merge pull request #2 from iblech/patch-1Jared Tobin1+2-2
2015-09-22 10:59typoIngo Blechschmidt1+2-2
2015-08-04 15:07Misc updates.Jared Tobin2+8-0
2015-04-03 07:21Bump minor version.Jared Tobin1+1-1
2015-04-03 07:20Fix fromMassFunction bug, add custom binom pmf.Jared Tobin3+14-3
2015-04-02 08:50Fix readme formatting.Jared Tobin1+2-2
2015-04-02 08:48Merge pull request #1 from jtobin/jt-cleanupJared Tobin7+1277-216
2015-04-02 08:48Add CRP example.Jared Tobin1+98-0
2015-04-02 08:34Update descriptionJared Tobin1+4-4
2015-04-02 08:33Update README.Jared Tobin1+21-1
2015-04-02 08:24Add standard collection of measures.Jared Tobin2+50-0
2015-04-02 08:12Add docs, Util module.Jared Tobin3+141-36
2015-04-02 07:27Update description.Jared Tobin1+22-5
2015-04-02 07:10Add stackage list.Jared Tobin2+884-17
2015-04-02 07:05Cleanup effort.Jared Tobin1+77-194
2015-04-02 07:05Update cabal file.Jared Tobin1+23-2
2014-05-24 13:36Remove old examples module.Jared Tobin1+0-249
2014-05-24 13:36Document Core module and update cabal file.Jared Tobin2+185-74
2014-05-24 13:23Update cabal file.Jared Tobin1+30-11
2014-05-24 12:07Update .gitignore.Jared Tobin1+3-0
2013-12-11 07:44Clean up.Jared Tobin5+104-49
2013-11-19 07:40Cosmetic changes to lifted mult functions.Jared Tobin1+2-2
2013-11-19 07:35Remove old tests.Jared Tobin1+0-130
2013-11-19 07:33Remove old core code.Jared Tobin1+0-161
2013-11-19 07:33Propagate type change to examples.Jared Tobin1+16-18
2013-11-19 07:28Specialize return type to Double.Jared Tobin1+55-37
2013-11-06 21:01Misc updates.Jared Tobin3+249-4
2013-10-24 19:45Fix other search/replace typos (groan).Jared Tobin1+6-6
2013-10-24 19:44Fix typo.Jared Tobin1+1-1
2013-10-24 19:41Replace measure/measureT with integrate/integrateT.Jared Tobin2+20-23
2013-10-24 07:57Create Measure/MeasureT types and lump them in Core.Jared Tobin6+204-439
2013-10-21 22:16Remove type signatures in CRP example to avoid scaring off non-Haskellers.Jared Tobin2+1-20
2013-10-21 21:37Add Chinese Restaurant Process example.Jared Tobin3+117-1
2013-10-21 05:43Add bizarre measure example.Jared Tobin1+17-1
2013-10-21 03:53Add mixture model to examples.Jared Tobin1+33-2
2013-10-21 03:13Bump up the polymorphism factor.Jared Tobin2+24-16
2013-10-21 02:58Drop trailing T from transformer-version names.Jared Tobin2+32-25
2013-10-21 01:06Add fromMassFunctionT, categorical example.Jared Tobin2+76-4
2013-10-20 21:47Update examples documentation.Jared Tobin1+18-7
2013-10-20 21:38Add examples.Jared Tobin1+118-0
2013-10-20 09:01Update documentation.Jared Tobin1+11-8
2013-10-20 08:56Add generic (polymorphic + transformer) construction.Jared Tobin2+67-1
2013-10-20 04:37Patch up hlint complaints.Jared Tobin1+16-18
2013-10-20 04:32Clean up examples & add comments.Jared Tobin1+91-76
2013-10-19 11:17Minor cleanup of examples.Jared Tobin1+7-7
2013-10-19 11:14Add betaBinomialConjugate function.Jared Tobin2+25-9
2013-10-19 10:56Improve explanatory text.Jared Tobin1+3-1
2013-10-19 10:41Add Bayesian stuff.Jared Tobin2+47-3
2013-10-19 08:35Change 'mean' to 'expectation' everywhere.Jared Tobin2+15-12
2013-10-19 08:15Add 'to', 'cdf'.Jared Tobin2+46-3
2013-10-19 06:24'push' -> 'fmap', Num operations in terms of liftA2.Jared Tobin2+15-35
2013-10-19 05:15Replace mult with addition in basic example.Jared Tobin1+2-11
2013-10-19 05:03Fix tanh example.Jared Tobin1+1-1
2013-10-19 04:26Add Num instance, wacky tanh example.Jared Tobin2+19-6
2013-10-19 03:39Update examples.Jared Tobin1+3-1
2013-10-19 03:37Change 'prod' to 'mproduct'.Jared Tobin2+6-5
2013-10-19 03:34Update examples. Kind of mind-blowing.Jared Tobin2+38-8
2013-10-19 00:58Add volume & a Lebesgue measure analog.Jared Tobin1+15-4
2013-10-17 22:30Add applicative instance.Jared Tobin1+7-3
2013-10-17 22:18Generalize, add instances, remove moment stuff.Jared Tobin2+71-88
2013-10-17 04:16Add identity measure.Jared Tobin1+28-23
2013-10-17 02:57Use liftA2 instead of lambda-foo.Jared Tobin1+5-4
2013-10-17 02:33Update text.Jared Tobin2+2-3
2013-10-17 02:29Initial commit.Jared Tobin3+158-0