-rw-r--r-- | .gitignore | 4L |
-rw-r--r-- | LICENSE | 19L |
-rw-r--r-- | README.md | 112L |
-rw-r--r-- | Setup.hs | 2L |
-rw-r--r-- | assets/bb_rejection.png | 22167B |
-rw-r--r-- | assets/mixture.png | 26026B |
-rw-r--r-- | assets/mixture_cdf.png | 20962B |
-rw-r--r-- | deanie.cabal | 93L |
-rw-r--r-- | lib/Control/Applicative/Extended.hs | 12L |
-rw-r--r-- | lib/Deanie.hs | 11L |
-rw-r--r-- | lib/Deanie/Density.hs | 41L |
-rw-r--r-- | lib/Deanie/Expr.hs | 65L |
-rw-r--r-- | lib/Deanie/Inference.hs | 43L |
-rw-r--r-- | lib/Deanie/Inference/Comonadic.hs | 22L |
-rw-r--r-- | lib/Deanie/Inference/Importance.hs | 16L |
-rw-r--r-- | lib/Deanie/Inference/Metropolis.hs | 47L |
-rw-r--r-- | lib/Deanie/Inference/Rejection.hs | 25L |
-rw-r--r-- | lib/Deanie/Language.hs | 57L |
-rw-r--r-- | lib/Deanie/Measure.hs | 110L |
-rw-r--r-- | lib/Deanie/RVar.hs | 28L |
-rw-r--r-- | stack.yaml | 66L |
-rw-r--r-- | test/BetaBernoulliImportance.hs | 19L |
-rw-r--r-- | test/BetaBernoulliMetropolis.hs | 18L |
-rw-r--r-- | test/BetaBernoulliRejection.hs | 23L |
-rw-r--r-- | test/MixtureImportance.hs | 23L |
-rw-r--r-- | test/Model/BetaBernoulli.hs | 16L |
-rw-r--r-- | test/Model/Mixture.hs | 19L |