This commit is contained in:
Gilles 2017-08-09 13:56:01 +02:00
parent 05c28c05e9
commit 496934effc
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ public class DescriptiveStatistics implements StatisticalSummary, Serializable {
* Construct a {@code DescriptiveStatistics} instance with an infinite
* window and the initial data values in {@code initialDoubleArray}.
* If {@code initialDoubleArray} is {@code null}, then this constructor
* corresponds to {@link #DescriptiveStatistics() }.
* corresponds to the {@link #DescriptiveStatistics() default constructor}.
*
* @param initialDoubleArray the initial double[].
*/