var searchIndex = {}; searchIndex["quantiles"] = {"doc":"This crate provides approximate quantiles over data streams in a moderate\namount of memory.","items":[[3,"CKMS","quantiles","This is an implementation of the algorithm presented in Cormode, Korn,\nMuthukrishnan, Srivastava's paper "Effective Computation of Biased Quantiles\nover Data Streams". The ambition here is to approximate quantiles on a\nstream of data without having a boatload of information kept in memory.",null,null],[11,"new","","Create a new CKMS",0,{"inputs":[{"name":"f64"}],"output":{"name":"ckms"}}],[11,"insert","","Insert a T into the CKMS",0,null],[11,"query","","Query CKMS for a ε-approximate quantile",0,null]],"paths":[[3,"CKMS"]]}; initSearch(searchIndex);