fixed typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_0@713088 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6b07dd2122
commit
4ae0245ff6
|
@ -38,7 +38,7 @@ public interface StorelessUnivariateStatistic extends UnivariateStatistic {
|
|||
/**
|
||||
* Updates the internal state of the statistic to reflect addition of
|
||||
* all values in the values array. Does not clear the statistic first --
|
||||
* i.e., the values are added <strong>incrementally</stong> to the dataset.
|
||||
* i.e., the values are added <strong>incrementally</strong> to the dataset.
|
||||
*
|
||||
* @param values array holding the new values to add
|
||||
* @throws IllegalArgumentException if the array is null
|
||||
|
@ -49,7 +49,7 @@ public interface StorelessUnivariateStatistic extends UnivariateStatistic {
|
|||
* Updates the internal state of the statistic to reflect addition of
|
||||
* the values in the designated portion of the values array. Does not
|
||||
* clear the statistic first -- i.e., the values are added
|
||||
* <strong>incrementally</stong> to the dataset.
|
||||
* <strong>incrementally</strong> to the dataset.
|
||||
*
|
||||
* @param values array holding the new values to add
|
||||
* @param start the array index of the first value to add
|
||||
|
|
Loading…
Reference in New Issue