Click here to Skip to main content
15,881,173 members
Articles / Programming Languages / C++

Calculating Percentiles in Memory-bound Applications

Rate me:
Please Sign up or sign in to vote.
4.79/5 (16 votes)
26 Jun 2014BSD5 min read 68K   673   31  
How to compute percentiles of a stream of data too large to fit into memory at once

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The BSD License


Written By
President John D. Cook Consulting
United States United States
I work in the areas of applied mathematics, data analysis, and data privacy.

Check out my blog or send me a note.

 


Comments and Discussions