Has anyone used this code to calculate quantiles?
The code defines the function 'quantile'. If one runs the code and names the script file 'quanitle.py' and puts it in the same directory as another code file calling the function, why is the function not accessed????
Here's the copy-and-paste script for quantile:
http://adorio-research.org/wordpress/?p=125
I am a python greenhorn.
Thank you!