You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/12/07 18:31:26 UTC

[GitHub] [pinot] jasperjiaguo opened a new issue, #9936: Refactor covariance function to numerical stable version

jasperjiaguo opened a new issue, #9936:
URL: https://github.com/apache/pinot/issues/9936

   As @snleee has pointed out, the current implementation for covar is not numerical stable and may subject to https://en.wikipedia.org/wiki/Catastrophic_cancellation if the covariance value itself is small. 
   See: https://github.com/apache/pinot/pull/9910 and https://github.com/trinodb/trino/blob/1866a23e3b0377144c1820de892c0de2762351a8/core/trino-main/src/main/java/io/trino/operator/aggregation/state/CovarianceState.java


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org