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