- #1
natski
- 267
- 2
Hi all,
I have been Googling for a Fortran 90 quantile routine but to no avail...
I need a subroutine to which one passes an 1-D array plus the quantile range required...
e.g.
"call quantile(array,0.5D0,value)"
would give me the median of array. Does anyone know of a handy (and free) F90 script to accomplish this?
Thanks,
natski
I have been Googling for a Fortran 90 quantile routine but to no avail...
I need a subroutine to which one passes an 1-D array plus the quantile range required...
e.g.
"call quantile(array,0.5D0,value)"
would give me the median of array. Does anyone know of a handy (and free) F90 script to accomplish this?
Thanks,
natski
Last edited: