-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathRELEASE-NOTES.txt
More file actions
188 lines (124 loc) · 7.3 KB
/
Copy pathRELEASE-NOTES.txt
File metadata and controls
188 lines (124 loc) · 7.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
Apache Commons Statistics
Version 1.3
Release Notes
INTRODUCTION:
This document contains the release notes for the 1.3 version of Apache Commons Statistics.
The Apache Commons Statistics project provides tools for statistics.
Contains the following modules:
commons-statistics-descriptive
commons-statistics-distribution
commons-statistics-inference
commons-statistics-interval
commons-statistics-ranking
commons-statistics-bom
Requires Java 8.
Changes in this version include:
New features:
o STATISTICS-94: "Median/Quantile": Support median and quantile for long datatype.
Fixed Bugs:
o STATISTICS-92: "TruncatedNormalDistribution": Fix the cases where the sampler would:
(1) generate a biased distribution if the truncated bounds are fully-positive
or fully-negative;
(2) infinite loop if the truncated bounds are positive and fully below the
parent distribution positive mean value, or are negative and fully above the
parent distribution negative mean value. Thanks to kevinmilner.
Changes:
o STATISTICS-93: "TruncatedNormalDistribution": Add methods to expose construction
parameters.
Historical list of changes: https://commons.apache.org/proper/commons-statistics/changes-report.html
For complete information on Apache Commons Statistics, including instructions on how to submit bug
reports, patches, or suggestions for improvement, see the Apache Commons Statistics website:
https://commons.apache.org/proper/commons-statistics/
Download page: https://commons.apache.org/proper/commons-statistics/download_statistics.cgi
=============================================================================
Apache Commons Statistics
Version 1.2
Release Notes
INTRODUCTION:
This document contains the release notes for the 1.2 version of Apache Commons Statistics.
The Apache Commons Statistics project provides tools for statistics.
Adds interval module.
Contains the following modules:
commons-statistics-descriptive
commons-statistics-distribution
commons-statistics-inference
commons-statistics-interval
commons-statistics-ranking
commons-statistics-bom
Requires Java 8.
Changes in this version include:
New features:
o STATISTICS-91: "NormalConfidenceInterval": Support confidence intervals for a normally
distributed population.
o STATISTICS-6: Add a commons-statistics-interval module for statistical intervals. This ports
and updates functionality in org.apache.commons.math4.stat.interval.
o STATISTICS-90: Support creation of descriptive statistics from an array range defined
using [from, to) indices.
Historical list of changes: https://commons.apache.org/proper/commons-statistics/changes-report.html
For complete information on Apache Commons Statistics, including instructions on how to submit bug
reports, patches, or suggestions for improvement, see the Apache Commons Statistics website:
https://commons.apache.org/proper/commons-statistics/
Download page: https://commons.apache.org/proper/commons-statistics/download_statistics.cgi
=============================================================================
Apache Commons Statistics
Version 1.1
Release Notes
INTRODUCTION:
This document contains the release notes for the 1.1 version of Apache Commons Statistics.
The Apache Commons Statistics project provides tools for statistics.
Adds ranking, inference, descriptive and bom modules.
Contains the following modules:
commons-statistics-descriptive
commons-statistics-distribution
commons-statistics-inference
commons-statistics-ranking
commons-statistics-bom
Requires Java 8.
Changes in this version include:
New features:
o STATISTICS-88: "LogUniformDistribution": Add a log uniform distribution.
o STATISTICS-87: "FoldedNormalDistribution": Add a folded normal distribution implementation with
specialized support for a half-normal distribution.
o STATISTICS-85: Add a quantile and median implementation.
o STATISTICS-81: Add descriptive statistics for integer types. These allow improved accuracy and
performance for int and long data using an array or streams over using the
equivalent double implementation via primitive conversion.
o STATISTICS-71: Add commons-statistics-descriptive module for implementations of univariate
statistics. Contains base interfaces for statistics and implementations for
individual statistics (e.g. Min, Max, Sum, Mean, Variance) and combinations of
statistics. Thanks to Anirudh Joshi, Alex Herbert.
o STATISTICS-69: "UncoditionedExactTest": Add an unconditioned exact test for 2x2 contingency
tables.
o STATISTICS-70: "HypergeometricDistribution": Improve the summation used for the cumulative
probability functions.
o STATISTICS-66: Add a Bill of Materials (BOM) to aid in dependency management when referencing
multiple Apache Commons Statistics artifacts. The BOM should be used to ensure
all imported artifacts are compatible.
o STATISTICS-64: "FisherExactTest": Add Fisher's exact test for 2x2 contingency tables.
o STATISTICS-62: Add a commons-statistics-inference module for hypothesis testing. This ports and
updates functionality in org.apache.commons.math4.stat.inference including new
support for one-sided hypothesis testing.
o STATISTICS-63: Add a commons-statistics-ranking module for rank transformations. This ports and
updates functionality in org.apache.commons.math4.stat.ranking.
Historical list of changes: https://commons.apache.org/proper/commons-statistics/changes-report.html
For complete information on Apache Commons Statistics, including instructions on how to submit bug
reports, patches, or suggestions for improvement, see the Apache Commons Statistics website:
https://commons.apache.org/proper/commons-statistics/
Download page: https://commons.apache.org/proper/commons-statistics/download_statistics.cgi
=============================================================================
Apache Commons Statistics
Version 1.0
Release Notes
INTRODUCTION:
This document contains the release notes for the 1.0 version of Apache Commons Statistics.
The Apache Commons Statistics project provides tools for statistics.
This is the first release of Apache Commons Statistics.
Contains the following modules:
commons-statistics-distribution.
Requires Java 8.
No changes defined in this version.
Historical list of changes: https://commons.apache.org/proper/commons-statistics/changes-report.html
For complete information on Apache Commons Statistics, including instructions on how to submit bug
reports, patches, or suggestions for improvement, see the Apache Commons Statistics website:
https://commons.apache.org/proper/commons-statistics/
Download page: https://commons.apache.org/proper/commons-statistics/download_statistics.cgi