We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b2fce2 commit 254e8efCopy full SHA for 254e8ef
core/src/main/scala/org/apache/spark/util/StatCounter.scala
@@ -19,8 +19,9 @@ package org.apache.spark.util
19
20
/**
21
* A class for tracking the statistics of a set of numbers (count, mean and variance) in a
22
- * numerically robust way. Includes support for merging two StatCounters. Based on
23
- * [[http://en.wikipedia.org/wiki/Algorithms_for_calculating_variance Welford and Chan's algorithms for running variance]].
+ * numerically robust way. Includes support for merging two StatCounters. Based on Welford
+ * and Chan's [[http://en.wikipedia.org/wiki/Algorithms_for_calculating_variance algorithms]]
24
+ * for running variance.
25
*
26
* @constructor Initialize the StatCounter with the given values.
27
*/
0 commit comments