EqualitySampler v0.2.0
Breaking changes
- The distributions over partitions now assume that partitions do not contain duplicate representations (i.e., [2, 2] is not allowed when calling
logpdf
and should be[1, 1]
). - New distribution over partition, DuplicatedPartitionDistribution which allows for duplicate representations.
anova_test
andproportion_test
have been rewritten to use analytic solutions as much as possible. See the examples in the Readme for the new sampling options.
Merged pull requests:
- changes for revision (#124) (@vandenman)