Luc Maisonobe
b4d2c75d39
Fixed wrong handling of a corner case.
...
The problem occurs in very difficult to reproduce cases, as it is really
a corner case. When the vanishing cut-subhyperplane occurs during a
Difference operation, the fixed node still has a null cut-subhyperplane.
This was not proerply handled.
JIRA: MATH-1162
2015-04-08 17:12:32 +02:00
Thomas Neidhart
5023353077
[MATH-1209] Fix link to algorithm description in PoissonDistribution#sample(). Thanks to Jonathan Ogilvie
2015-03-11 22:13:22 +01:00
Phil Steitz
13abd04b46
Corrected the fix for MATH-1208.
2015-03-09 12:49:12 -07:00
Phil Steitz
d41364faa4
Fixed EmpiricalDistrubiton#cumulativeProbability to correctly handle constant bin kernels. JIRA: MATH-1208.
2015-03-08 17:46:05 -07:00
Phil Steitz
59912a0724
Made getKernel return a constant distribution for zero variance bins. JIRA: MATH-1203.
2015-03-08 15:11:03 -07:00
Thomas Neidhart
9aa6382673
[MATH-1204] backport to 3.5 branch.
2015-02-19 22:23:10 +01:00
Gilles
68e6de3519
Javadoc
2015-02-04 14:10:33 +01:00
Gilles
a25b7b5846
HTML cleanup
2015-02-04 14:09:37 +01:00
Gilles
98d49ae58c
Typo
2015-02-04 13:57:58 +01:00
Gilles
c7fcb448c9
Javadoc
...
MATH-1201
2015-02-04 13:56:35 +01:00
Thomas Neidhart
859de3fcba
[MATH-1198] Add changelog entry.
2015-01-26 22:11:05 +01:00
Luc Maisonobe
f3e1598dfd
Fixed hidden field warning.
2015-01-26 10:21:07 +01:00
Luc Maisonobe
e7bf6afe50
Fixed checkstyle trailing whitespace warning.
2015-01-26 10:20:38 +01:00
Thomas Neidhart
eb57c2b4b1
Added missing changelog entry.
2015-01-25 20:44:56 +01:00
Sebb
3d9a76877b
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-math
2015-01-25 00:30:26 +00:00
Sebb
f7e42d2ccf
MATH-1198 Simplify FastMath exp function
...
Hopefully also fix Java 1.5 JIT bug
2015-01-25 00:26:21 +00:00
Gilles
75efbfd6b2
Quadratic mean
...
MATH-1199
2015-01-23 16:56:02 +01:00
Gilles
38e337f5c8
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-math
2015-01-23 16:53:42 +01:00
Gilles
6a8ba1fecb
Quadratic mean
...
MATH-1199
2015-01-23 16:46:48 +01:00
Thomas Neidhart
6383def7f6
Fix javadoc: the type is an interface rather than an abstract class.
2015-01-21 21:03:41 +01:00
Thomas Neidhart
15bdcc3be2
Add temporary check for rare test failure.
2015-01-21 00:42:16 +01:00
tn
4e1958256e
Enable jacoco again.
2015-01-13 11:04:32 +01:00
tn
3923fc10fe
Disable jacoco temporarily.
2015-01-13 10:58:15 +01:00
tn
bb20e79f7b
Upgrade jacoco to latest version.
2015-01-13 10:49:52 +01:00
tn
14619d3e60
Remove console output.
2015-01-13 10:40:44 +01:00
tn
cb177b56b7
Readd console output.
2015-01-13 10:35:27 +01:00
tn
0f36265123
Revert previous commit with debug output, fix typo.
2015-01-13 10:31:06 +01:00
tn
c30b59103b
Temporarily ignore FastMath tests and add console output to FastMath.exp().
2015-01-13 10:05:50 +01:00
Thomas Neidhart
b262c2359c
Add more debug output.
2015-01-13 09:51:49 +01:00
Sebb
9a9e726816
Document debug output
2015-01-13 02:00:47 +00:00
Sebb
b4abfb9367
More debug
2015-01-13 01:23:51 +00:00
Thomas Neidhart
dc5f850d1d
Add temp debug output
2015-01-12 22:07:54 +01:00
Sebb
bae46709ec
More debug
2015-01-12 20:08:44 +00:00
Sebb
1325e11410
Split into separate tests. Easier to determine which fails; also checks
...
if subsequent ones are failing
2015-01-12 19:38:40 +00:00
Sebb
85a20aad64
Fix indentation (no code change)
2015-01-12 19:05:01 +00:00
Sebb
ac1ebc0e9b
Unused
2015-01-12 19:02:35 +00:00
Sebb
c4768568c9
Tab police
2015-01-12 18:54:16 +00:00
Sebb
a14acdf639
More dubug
2015-01-12 18:36:54 +00:00
Sebb
b8e9475505
Add temp debug output
2015-01-12 18:20:01 +00:00
Luc Maisonobe
0c1e6fb256
Merge branch 'release-candidates'
2015-01-11 21:28:47 +01:00
Luc Maisonobe
81e12ee050
Preparing for next version.
2015-01-11 21:27:27 +01:00
Phil Steitz
5e6f4f18ff
Added a simpler perfect fit test that verifies slope standard error identically 0.
2015-01-11 11:21:50 -07:00
Phil Steitz
61f3eba79d
Added test confirming correct cumulative probability values for +-INF.
2015-01-11 10:17:13 -07:00
Phil Steitz
3a7519fcb1
Improved or corrected javadoc; added some tests.
2015-01-10 20:02:30 -07:00
Phil Steitz
e42ab0ec6c
Javadoc (a few missed updates re: MATH-1146)
2015-01-10 15:41:51 -07:00
Luc Maisonobe
ef6e0f8828
Preparing release 3.4.1.
MATH_3_4_1_RC1
2015-01-08 17:47:33 +01:00
Luc Maisonobe
c93cc818fb
Announced fix for non-Java1.5 code.
...
JIRA: MATH-1188
2015-01-08 17:41:58 +01:00
Luc Maisonobe
01c55de5f5
Merge branch 'add-md-files'
2015-01-08 14:49:27 +01:00
Gilles
18af25b616
README for "src/userguide"
...
Explains the contents of the directory and shows how to run the examples.
2015-01-08 13:13:50 +01:00
Sebb
6a82f92584
Arrays.copyOf is Java 1.6+
2015-01-08 10:22:03 +00:00