File tree Expand file tree Collapse file tree 1 file changed +33
-2
lines changed
Expand file tree Collapse file tree 1 file changed +33
-2
lines changed Original file line number Diff line number Diff line change 11# MultipleTesting.jl News and Changes
22
3- ## Unreleased
3+ ## Version 0.2.0
4+
5+ ### New Features
6+
7+ - Combination of p-values through the ` combine ` interface:
8+ * Fisher
9+ * Stouffer
10+ * Logit
11+ * Wilkinson
12+ * Simes
13+ * Tippett
14+ * Minimum of adjusted p-values
15+ - Analysis notebook for p-value combinations
16+ - ` PValues ` type: Representation of vectors with p-values
17+ - Adjustments of p-values support specifying the total number of tests
18+ - Barber-Candès p-value adjustment
19+
420
521### Changes
622
7- - Optimised Benjamini-Liu π0 estimator
23+ - Optimised Benjamini-Liu p-value adjustment and test cases
24+ - Estimator types are now immutables
25+ - Harmonised type names
26+ - Restructed readme
27+ - Simplified method signatures
28+ - Various performance improvements
29+
30+
31+ ### Removed
32+
33+ - Export of lower-level functions for p-value adjustment
34+
35+
36+ ### Support
37+
38+ - Requires julia 0.5
839
940
1041## Version 0.1.0
You can’t perform that action at this time.
0 commit comments