1. e6f7da6 Fix sonar issue: Remove public keyword from test by Alex Herbert · 3 years, 2 months ago
  2. 3adff93 Fix checkstyle indentation by Alex Herbert · 3 years, 2 months ago
  3. 40e721c Test additional distributions using setters from parent class. by Alex Herbert · 3 years, 2 months ago
  4. f1962b4 Add getter/setter for log density test values by Alex Herbert · 3 years, 2 months ago
  5. 9d98cf7 Remove unused serialVersionUID by aherbert · 3 years, 2 months ago
  6. 2be47a0 Private local variables by aherbert · 3 years, 2 months ago
  7. 35bda46 Use static methods if possible by aherbert · 3 years, 2 months ago
  8. 0038654 Remove unused constant by aherbert · 3 years, 2 months ago
  9. b851856 Use DistributionException.NOT_STRICTLY_POSITIVE constant by aherbert · 3 years, 2 months ago
  10. 2c1f4aa Use DistributionException constants for invalid range by aherbert · 3 years, 2 months ago
  11. 573d8bb Merge branch 'mmalenic-STATISTICS-27-TruncatedNormalDistribution' by aherbert · 3 years, 2 months ago
  12. cd24fa9 STATISTICS-27: Add truncated normal distribution. by Marko Malenic · 3 years, 2 months ago
  13. ba67542 Update NOTICE to 2021 by Alex Herbert · 3 years, 4 months ago
  14. 5b79ca6 STATISTICS-25: Use normal distribution for large number of degrees of freedom. by Gilles Sadowski · 3 years, 6 months ago
  15. 6737df3 Upgrade CP. by Gilles Sadowski · 3 years, 8 months ago
  16. 2b9f0c5 Remove Assertions.equals using 0d by aherbert · 3 years, 10 months ago
  17. 44a4860 Remove public modifiers from tests by aherbert · 3 years, 10 months ago
  18. 7673b13 Add assertions to test cases. by aherbert · 3 years, 10 months ago
  19. 2d7a487 Remove public modifiers for test fixtures. by aherbert · 3 years, 10 months ago
  20. 880304d PMD fix: avoid literals in conditional statement by aherbert · 3 years, 10 months ago
  21. 6425b89 Fix SonarCloud: Test scope for JUnit5 can be package-private by aherbert · 3 years, 10 months ago
  22. 8d2ddcc Removed commented out pom settings. by aherbert · 3 years, 10 months ago
  23. a39c624 Remove unused dependencies by aherbert · 3 years, 10 months ago
  24. c966c50 Fix SonarCloud: Use assertEquals by aherbert · 3 years, 10 months ago
  25. 322245c Fix SonarCloud: Extract nested ternary by aherbert · 3 years, 10 months ago
  26. fb40553 Fix SonarCloud: Assertion should contain the error message. by aherbert · 3 years, 10 months ago
  27. fbf1ed5 Fix SonarCloud: cast to double. by aherbert · 3 years, 10 months ago
  28. 6e22abb Assert that DistributionException is thrown. by aherbert · 3 years, 11 months ago
  29. dc228d0 End javadoc sentence with a period. by aherbert · 3 years, 11 months ago
  30. 4d4fb52 Simplify chebyshevApplies condition: by aherbert · 3 years, 11 months ago
  31. af7ad85 Add NakagamiDistribution testMoments. by aherbert · 3 years, 11 months ago
  32. bd8387a Remove unnecessary assertion deltas. by aherbert · 3 years, 11 months ago
  33. ee5b9de Change defaultTolerance to DEFAULT_TOLERANCE by aherbert · 3 years, 11 months ago
  34. 1d619fe Use assertEquals(inf, x) not assertTrue(Double.isInfinte(x)) by aherbert · 3 years, 11 months ago
  35. a01bfa8 Use final by aherbert · 3 years, 11 months ago
  36. 5e0d5cf Remove blank javadoc lines by aherbert · 3 years, 11 months ago
  37. 91d9cd5 Remove double blank lines by aherbert · 3 years, 11 months ago
  38. d3b023d Consistent section order for test classes by aherbert · 3 years, 11 months ago
  39. 46e7063 Consistent method names across tests. by aherbert · 3 years, 11 months ago
  40. 38aaad2 Increase GammaDistribution test coverage. by aherbert · 3 years, 11 months ago
  41. 6387e87 Increase NakagamiDistribution test coverage by aherbert · 3 years, 11 months ago
  42. ce46c62 Increase PascalDistribution test coverage by aherbert · 3 years, 11 months ago
  43. aa83b9e Alter DistributionException to use %s not %g. by aherbert · 3 years, 11 months ago
  44. a2fbed4 Increase HypergeometricDistribution test coverage. by aherbert · 3 years, 11 months ago
  45. d4d900d Fix HypergeometricDistribution formatting for exception messages. by aherbert · 3 years, 11 months ago
  46. 2e4f084 Increase LogisticsDistribution test coverage. by aherbert · 3 years, 11 months ago
  47. b57d7a3 Increase ParetoDistribution test coverage. by aherbert · 3 years, 11 months ago
  48. c170b7a Increase AbstractDiscreteDistribution test coverage. by aherbert · 3 years, 11 months ago
  49. 04ca6c8 Fix AbstractDiscreteDistribution use of DistributionException.TOO_SMALL by aherbert · 3 years, 11 months ago
  50. cf4a083 Increase BetaDistribution coverage. by aherbert · 3 years, 11 months ago
  51. dc30ade LogNormalDistribution: remove impossible condition by aherbert · 3 years, 11 months ago
  52. 4cc6769 Increase LogNormalDistribution coverage by aherbert · 3 years, 11 months ago
  53. b3ce96f Hit PoissonDistribution probability edge cases by aherbert · 3 years, 11 months ago
  54. feb3955 SaddlePointExpansion is only used with integer values. by aherbert · 3 years, 11 months ago
  55. 3df0253 Fix stirling series link by aherbert · 3 years, 11 months ago
  56. e2498dd Increase jacoco validation limits. by aherbert · 3 years, 11 months ago
  57. a1bd094 Increase GumbelDistribution test coverage. by aherbert · 3 years, 11 months ago
  58. 62032c2 Increase BinomialDistribution test coverage. by aherbert · 3 years, 11 months ago
  59. 4b85998 Increase LaplaceDistribution test coverage. by aherbert · 3 years, 11 months ago
  60. 0c23940 Rename testMeanVariance to testMoments by aherbert · 3 years, 11 months ago
  61. c781843 Increase GeometricDistribution test coverage. by aherbert · 3 years, 11 months ago
  62. e35bc55 LevyDistribution: Test mean and variance by aherbert · 3 years, 11 months ago
  63. 9e15175 Set javadoc for constructor parameters into correct order. by aherbert · 3 years, 11 months ago
  64. 019a55f Add test for getMode. by aherbert · 3 years, 11 months ago
  65. 27fd9b9 Add test for isSupportConnect to abstract tests. by aherbert · 3 years, 11 months ago
  66. a93c280 Test ExponentialDistribution.isSupportConnected by aherbert · 3 years, 11 months ago
  67. dae1b03 Rename test method fixtures to prevent override of abstract test methods by aherbert · 3 years, 11 months ago
  68. a273f24 Add method coverage to CauchyDistribution by aherbert · 3 years, 11 months ago
  69. 445e837 Add missing test case ConstantContinuousDistribution.isSupportConnected by aherbert · 3 years, 11 months ago
  70. c888d4a Replace invalid javadoc link to private method. by aherbert · 3 years, 11 months ago
  71. acbdb89 Remove unreachable condition by aherbert · 3 years, 11 months ago
  72. 58c7e8b Added test for default methods in DiscreteDistribution by aherbert · 3 years, 11 months ago
  73. c4544b7 Added test for default methods in ContinuousDistribution by aherbert · 3 years, 11 months ago
  74. 8d36209 Update commons-parent 50 to 51 by aherbert · 3 years, 11 months ago
  75. d6b924f Remove redundant groupId from pom. by aherbert · 3 years, 11 months ago
  76. a991ffa fix typo by XenoAmess · 4 years ago
  77. 2935a6d Rewrite MathJax URL in Javadoc configuration (POM). by Gilles Sadowski · 4 years ago
  78. 0d5a2a2 Typos (web site). by Gilles Sadowski · 4 years ago
  79. 1f6ef78 Specialized exception message when passing an invalid probability value. by Gilles Sadowski · 4 years ago
  80. 3cc75a3 CheckStyle configuration. by Gilles Sadowski · 4 years ago
  81. f220654 Setup changes tracking. by Gilles Sadowski · 4 years, 1 month ago
  82. cec5aba Setup for archive files distribution. by Gilles Sadowski · 4 years, 1 month ago
  83. 26f7afd Specify cache for "Travis". by Gilles Sadowski · 4 years, 1 month ago
  84. 5be0c43 Change version. by Gilles Sadowski · 4 years, 1 month ago
  85. cbc1059 STATISTICS-23: Order of arguments in "GammaDistribution" sampler. by Gilles Sadowski · 4 years, 1 month ago
  86. 22ade0f Upgrade to version 1.3 "Commons RNG". by Gilles Sadowski · 4 years, 1 month ago
  87. 3d6d665 Limit dependency to "test" scope. by Gilles Sadowski · 4 years, 1 month ago
  88. e75f4e7 Split unit test cases. by Gilles Sadowski · 4 years, 1 month ago
  89. d26f43c Upgrade CP. by Gilles Sadowski · 4 years, 1 month ago
  90. d2d2a03 Standardize on American English spelling of 'behavior'. by Gary Gregory · 4 years, 1 month ago
  91. 4646dc2 Update NOTICE.txt to 2020 in sub-modules. by Alex Herbert · 4 years, 4 months ago
  92. 687b3cf Update "NOTICE.txt". by Gilles Sadowski · 4 years, 4 months ago
  93. f586288 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-statistics by Gilles Sadowski · 4 years, 5 months ago
  94. 84781c5 Unused "serialVersionUID". by Gilles Sadowski · 4 years, 5 months ago
  95. c82f3c6 Javadoc. by Gilles Sadowski · 4 years, 5 months ago
  96. 6d00efa Removed unserializable field. by Gilles Sadowski · 4 years, 5 months ago
  97. 2aef5ef Too many parentheses. by Gilles Sadowski · 4 years, 5 months ago
  98. 90366c9 Update coveralls config from 3.1.0 to 4.3.0. by Alex Herbert · 4 years, 5 months ago
  99. 21c3821 Call "primary" method (to avoid identical implementation). by Gilles Sadowski · 4 years, 5 months ago
  100. 852ad1a Removed condition that was always true. by Gilles Sadowski · 4 years, 5 months ago