Uses of Class
org.apache.flink.api.java.summarize.aggregation.CompensatedSum
-
Packages that use CompensatedSum Package Description org.apache.flink.api.java.summarize.aggregation -
-
Uses of CompensatedSum in org.apache.flink.api.java.summarize.aggregation
Fields in org.apache.flink.api.java.summarize.aggregation declared as CompensatedSum Modifier and Type Field Description static CompensatedSumCompensatedSum. ZEROMethods in org.apache.flink.api.java.summarize.aggregation that return CompensatedSum Modifier and Type Method Description CompensatedSumCompensatedSum. add(double value)Increments the Kahan sum by adding a value without a correction term.CompensatedSumCompensatedSum. add(double value, double delta)Increments the Kahan sum by adding a value and a correction term.CompensatedSumCompensatedSum. add(CompensatedSum other)Increments the Kahan sum by adding two sums, and updating the correction term for reducing numeric errors.Methods in org.apache.flink.api.java.summarize.aggregation with parameters of type CompensatedSum Modifier and Type Method Description CompensatedSumCompensatedSum. add(CompensatedSum other)Increments the Kahan sum by adding two sums, and updating the correction term for reducing numeric errors.
-