You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/stat/descriptive/DescriptiveStatistics.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,7 @@ public DescriptiveStatistics(double[] initialDoubleArray) {
140
140
* Construct a DescriptiveStatistics instance with an infinite window
141
141
* and the initial data values in {@code initialDoubleArray}.
142
142
* If {@code initialDoubleArray} is {@code null}, then this constructor
143
-
* corresponds to {@link #DescriptiveStatistics()}.
143
+
* corresponds to {@link #DescriptiveStatistics()}.
0 commit comments