vigna / fastutil

fastutil extends the Java™ Collections Framework by providing type-specific maps, sets, lists and queues.
Apache License 2.0
1.76k stars 196 forks source link

introduce summary statistics for primitive streams #266

Closed mchoubby closed 2 years ago

mchoubby commented 2 years ago

utilities class that do summary statistics from a float array for example

vigna commented 2 years ago

fastutil is about data structures—I don't think it's the right place. The DSI Utilities, for example, have a SummaryStats class that does that with floats. That could be modified to accept any kind of stream.