Hi falks,
In fortran code I met the procedure SELECTION which I gues is related to Numerical Recipes (The code has such comment "C From Numerical Recipes - find obs. ranked PCT in array TEMPN:") and looks like this -
WCTF=SELECTION(PCT,N,TEMPN)
WCTF - REAL*8
PCT - INTEGER
N - INTEGER
TEMPN -...