ani5rudh commented on code in PR #52:
URL: https://github.com/apache/commons-statistics/pull/52#discussion_r1318762723


##########
commons-statistics-descriptive/src/main/java/org/apache/commons/statistics/descriptive/Variance.java:
##########
@@ -97,6 +97,7 @@ public static Variance create() {
      *     <li>the input array is empty,</li>
      *     <li>any of the values is <code>NaN</code>, or</li>
      *     <li>an infinite value of either sign is encountered</li>
+     *     <li>if the sum of the squared deviations from the mean is 
infinite</li>

Review Comment:
   Ohh I'd forgotten to notice this, I'll change it.



-- 
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