The recipe, was a function to compute the percentile of range of values.
This is because that numpy.percentile is first introduced in 1.6?
The recipe was from:
http://code.activestate.com/recipes/511478-finding-the-percentile-of-the-values/.
The command used was:
svn merge -r23140:23139 .
.....
Added mathematics functions to lib/mathematics.py to calculate percentile.
This is because percentile is only available in numpy 1.9.
task #7792: (https://gna.org/task/?7792) Make the dx.map write suggest chi surface values.
Modified:
trunk/lib/mathematics.py
.....