You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm, I'm not familiar with kurtosis, but from a quick glance at its calculation, I'm not sure you can stream it – unless you use an approximation. (Of course, there may be a very ingenious solution!)
Selection algorithm is O(n) https://en.wikipedia.org/wiki/Selection_algorithm
It's what statrs uses.
https://github.com/statrs-dev/statrs/blob/5411ba74b427b992dd1410d699052a0b41dc2b5c/src/statistics/slice_statistics.rs#L37-L102
The text was updated successfully, but these errors were encountered: