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 f3d65cd commit 6596a80Copy full SHA for 6596a80
core/src/main/scala/org/apache/spark/partial/SumEvaluator.scala
@@ -22,7 +22,7 @@ import cern.jet.stat.Probability
22
import org.apache.spark.util.StatCounter
23
24
/**
25
- * An ApproximateEvaluator for sums. It estimates the mean and the cont and multiplies them
+ * An ApproximateEvaluator for sums. It estimates the mean and the count and multiplies them
26
* together, then uses the formula for the variance of two independent random variables to get
27
* a variance for the result and compute a confidence interval.
28
*/
0 commit comments