vigna / fastutil

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

introduce summary statistics for primitive streams #266

Closed mchoubby closed 3 years ago

mchoubby commented 3 years ago

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

vigna commented 3 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.