fixed a javadoc link that used the wrong method name
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@628352 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b660e38549
commit
7b7f9388eb
|
@ -123,7 +123,7 @@ public class GeometricMean extends AbstractStorelessUnivariateStatistic {
|
|||
/**
|
||||
* <p>Sets the implementation for the sum of logs.</p>
|
||||
* <p>This method must be activated before any data has been added - i.e.,
|
||||
* before {@link #addValue(double) addValue} has been used to add data;
|
||||
* before {@link #increment(double) increment} has been used to add data;
|
||||
* otherwise an IllegalStateException will be thrown.</p>
|
||||
*
|
||||
* @param sumLogImpl the StorelessUnivariateStatistic instance to use
|
||||
|
|
Loading…
Reference in New Issue