July 23, 2009
10:07 a.m.
2009/7/22 Pierre GM <pgmdevlist@gmail.com>: You could try scipy.stats.scoreatpercentile, scipy.stats.mstats.plottingposition or scipy.stats.mstats.mquantiles, which will all approximate quantiles of your distribution.
It seems that mquantiles doesn't do what you'd expect when the limit keyword argument is specified. There's a patch for review here: http://codereview.appspot.com/97077 Cheers, Scott