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 2019/02/17 04:59:37 UTC

[GitHub] xueyumusic opened a new issue #3851: Support variance and stddev aggregation

xueyumusic opened a new issue #3851: Support variance and stddev aggregation
URL: https://github.com/apache/incubator-pinot/issues/3851
 
 
   Variance and stddev are common aggregations in data statistic and analysis, maybe an improvement to support it. It includes `var_pop(population variance), var_sample(unbiased variance), stddev_pop(population standard deviation) and stddev_sample(sample standard deviation)`. 
   Submit a pr for var_pop first, if pinot could support this, will try to implement others then since they are similar and related..

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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