percentile (3) Linux Manual Page
QuantLib::GeneralStatistics – Statistics tool. Synopsis void add (Real value, Real weight=1.0) adds a datum to the set, possibly with a weight template<class DataIterator > void addSequence (DataIterator begin, DataIterator end) adds a sequence of data to the set, with default weight template<class DataIterator , class WeightIterator > void addSequence (DataIterator begin, DataIterator end, WeightIterator wbegin)…
