arturobernalg commented on code in PR #38:
URL: https://github.com/apache/commons-statistics/pull/38#discussion_r989400541


##########
commons-statistics-distribution/src/test/java/org/apache/commons/statistics/distribution/BaseDiscreteDistributionTest.java:
##########
@@ -65,7 +65,7 @@
  * The parameters are parsed from String values to the appropriate parameter 
object. Currently
  * this supports Double and Integer; numbers can be unboxed and used to create 
the distribution.
  *
- * <p>Illegal arguments for the distribution are tested from 
parametersprovided by
+ * <p>Illegal arguments for the distribution are tested from 
parameters-provided by

Review Comment:
   done



##########
commons-statistics-distribution/src/test/java/org/apache/commons/statistics/distribution/TruncatedNormalDistributionTest.java:
##########
@@ -200,7 +200,7 @@ void testVariance() {
     /**
      * Test cases for computation of the moments. This hits edge cases 
including truncations
      * too extreme to have a probability range for the distribution.
-     * The test ensures that the moments are computable for parameterisations
+     * The test ensures that the moments are computable for parameters-provided

Review Comment:
   reverted 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to