-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
GForceissues relating to optimized grouping calculations (GForce)issues relating to optimized grouping calculations (GForce)
Description
reading this inspires some stretch goals for future work:
- GForce for simple regression coefficients (
(mean(x*y) - mean(x)*mean(y))/(mean(x^2) - mean(x)^2)) sqrt(min(a))could do GForce aggregationlist(mean(x)/sd(x), mean(x), sd(x))could only computemean(),sd()oncemax(x) - min(x)could computerange()with GForce and then derive min, max (i.e., single pass instead of two)
Originally posted by @MichaelChirico in #7401 (comment)
#7401 is a nice start, but we could start caching and rewriting things more to spare some passes over data
jan-swissre
Metadata
Metadata
Assignees
Labels
GForceissues relating to optimized grouping calculations (GForce)issues relating to optimized grouping calculations (GForce)