Subject: [Boost-users] quantil
From: Philipp Kraus (philipp.kraus_at_[hidden])
Date: 2013-06-10 10:22:38


Hello,

I would like to create a box plot and use the static calls of the
boost. Median / average etc works well, but I need also the 25% & 75%
quantil of my data, I'm using a
boost::accumulators::accumulator_set for calculating statistical data.
Can I / How can I use this for the quantil calculation or should I do
this myself?

Thanks

Phil