Gilles
59279e378c
Javadoc.
2017-05-10 15:25:36 +02:00
Gilles
d71ead41fb
Made class fields "private".
2017-05-10 15:23:07 +02:00
Gilles
6568bb2543
Removed deprecated instance field.
2017-05-10 14:48:31 +02:00
Gilles
6ea0eb2d48
Removed deprecated instance field.
2017-05-10 14:44:57 +02:00
Gilles
10e3811403
Removed deprecated instance field and associated contructors.
...
The RNG instance is passed as argument to the methods that require it.
2017-05-10 14:41:17 +02:00
Bruno P. Kinoshita
5d87a88952
Fix all PMD issues (missing Javadocs for class fields)
2017-05-10 21:13:58 +12:00
Bruno P. Kinoshita
1b80dc4965
Fix all checkstyle issues (missing javadocs params and trailing white space)
2017-05-10 20:53:08 +12:00
Bruno P. Kinoshita
60fdd5f3a6
MATH-1413: Add changes.xml entry
2017-05-10 19:58:44 +12:00
Bruno P. Kinoshita
843fbfbc34
Merge remote-tracking branch 'origin/pr/58'
...
This closes #58
2017-05-10 19:56:52 +12:00
Gilles
ed1ce82d82
MATH-1417: Incorrect loop start.
...
Thanks to Jean-François Lecomte for the report and the fix.
2017-05-09 21:31:24 +02:00
Sebb
7a7b390528
Useless Javadoc
2017-05-09 16:59:10 +01:00
Sebb
ae41a22882
Tags don't apply here
2017-05-09 16:37:48 +01:00
Sebb
273b353bf0
More Javadoc8 placation
2017-05-09 16:36:41 +01:00
Sebb
9c1c9ab1bf
Bad HTML fixups
2017-05-09 16:22:02 +01:00
Sebb
6b95a3a87c
Use simpler MathJax escape sequence
2017-05-09 15:41:09 +01:00
Sebb
57e3daac9d
Use HTML entity to placate Javadoc8
2017-05-09 15:18:53 +01:00
Bruno P. Kinoshita
20403f09bf
MATH-1831: this closes #43
2017-05-09 15:31:25 +12:00
Bruno P. Kinoshita
f5b5a8b0bc
MATH-1381: changes.xml entry
2017-05-09 15:06:52 +12:00
Kexin Xie
9df5e9419d
fix a bug that sometimes Binomial test return probability greater than 1
2017-05-09 15:06:52 +12:00
Ray DeCampo
53ec46ba27
Fix some javadoc issues.
2017-05-07 12:35:54 -04:00
Sebb
cdf22ce631
Simple fix to add --allow-script-in-comments for Javadoc8+
2017-05-07 13:19:05 +01:00
Sebb
52ddc9d353
Simplify; no need for all those entities
2017-05-07 12:59:39 +01:00
Sebb
7b8e00e4d3
Drop references to non-existent classes
2017-05-06 16:51:09 +01:00
Gilles
35e0ba4493
Fixed over-zealous "search-and-replace".
2017-05-04 02:22:53 +02:00
Gilles
50d2939125
MATH-1416: Depend on "Commons Numbers".
...
Replaced class "ArithmeticUtils" by its equivalent in module "commons-numbers-core".
2017-05-04 01:55:53 +02:00
Gilles
e082e0c48e
MATH-1416: Depend on "Commons Numbers".
...
Replaced class "Precision" by its equivalent in module "commons-numbers-core".
2017-05-04 01:19:44 +02:00
Gilles
ef2507a816
Prevent build failure of the "javadoc" tool on Java 8.
2017-05-04 01:12:22 +02:00
Gilles
4680647f69
MATH-1416: Depend on "Commons Numbers".
...
Added dependency on module "commons-numbers-core" (snapshot).
2017-05-04 01:06:12 +02:00
Gilles
cc26f76ad1
Depend on snapshot version of "Commons RNG".
...
Replace usage of "BoxMullerGaussianSampler" (to be deprecated in the next
version of "Commons RNG"). Update unit tests that are overly sensitive to
the sequence generated by the RNG.
2017-05-04 00:10:51 +02:00
Gilles
dff1a0953d
MATH-1382: Unnecessary copying.
...
Thanks to Stefan Bunk for the report and fix.
Closes #42
2017-05-02 01:18:35 +02:00
Bruno P. Kinoshita
31e3a88efe
MATH-1413 add generics to the Frequency class
2017-04-17 10:34:56 +12:00
Gilles
b645f5d085
MATH-1407: Delete unit test class that fails too often.
...
This unit test does not test any functionality of the main code.
Failures indicate that "SecureRandom" does not fulfill expectations,
or that the test itself is wrong (although it seems to behave as
expected for "Random").
2017-04-04 17:32:22 +02:00
Sebb
19e0e29908
Unused imports
2017-04-02 20:59:35 +01:00
Gilles
43a0074022
Update "changes.xml".
2017-03-19 18:59:23 +01:00
Bruno P. Kinoshita
a776a23658
Fixed typos
2017-03-20 00:43:31 +13:00
Gilles
37c3d36c85
Javadoc.
2017-03-07 15:48:17 +01:00
Gilles
08cbacf7e4
Javadoc.
2017-03-07 14:45:15 +01:00
Gilles
bddcfd5a57
Merge branch 'MATH-1405_Iteratively-double-minDelta-for-KSTest-if-too-small'
...
Completes issue MATH-1405 (see JIRA).
2017-03-07 13:15:20 +01:00
Gilles
b0b23c179a
MATH-1405
...
As per the discussion on the JIRA page:
* Modified method "hasTies" in order to use a single way for detecting ties.
* Modified method "jitter": Add a random value that will modify the least
significant bits of the number to be jittered.
* Simplified method "fixTies".
* When NaN values are present in the data, an exception is thrown.
Formatting of Javadoc.
Added unit tests.
2017-03-07 13:06:29 +01:00
Gilles
9805545526
Merge branch 'MATH-1405_Iteratively-double-minDelta-for-KSTest-if-too-small'
...
This closes #55
2017-03-02 15:10:53 +01:00
Gilles
e280c86367
Use a faster RNG.
2017-03-02 15:02:15 +01:00
Gilles
bb7e8951cb
Comment formatting.
2017-03-02 13:48:36 +01:00
Gilles
cd64fa339a
Formatting (unit test).
2017-03-02 13:40:14 +01:00
Daniil Finkel
18f181ada7
MATH-1405: Iteratively double minDelta for Kolmogorov-Smirnov Test jiggling
2017-03-01 17:18:23 -05:00
Gilles
843267df5a
Add unit test.
2017-02-24 14:52:08 +01:00
Gilles
e9e76131f3
Make tolerance more stringent for trivial case (unit test).
2017-02-24 14:50:55 +01:00
Gilles
6563275706
Run the two "home-made" benchmarks.
2017-02-22 13:00:37 +01:00
Gilles
657b1b49da
MATH-1393: Remove functionality provided by "Commons RNG".
2016-12-14 17:38:42 +01:00
Gilles
d2e40b61f8
MATH-1393: Remove functionality available in "Commons RNG".
2016-12-14 17:38:42 +01:00
Gilles
b0904d39a2
Unused import.
2016-12-14 17:38:42 +01:00