ericbarnhill commented on a change in pull request #4: A small Mode function
URL: https://github.com/apache/commons-statistics/pull/4#discussion_r280537137
##########
File path:
commons-statistics-distribution/src/main/java/org/apache/commons/statistics/distribution/CauchyDistribution.java
##########
@@ -22,6 +22,8 @@
public class CauchyDistribution extends AbstractContinuousDistribution {
/** The median of this distribution. */
private final double median;
+ /** The mode of this distribution. */
Review comment:
If this field is identical to another then no need to store a second field.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services