SELECTION procedure in FORTRAN
SELECTION procedure in FORTRAN
(OP)
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 - array of REAL*8 (REAL*8 TEMPN(N))
Do you have any assumptions?
Thanks in advance
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 - array of REAL*8 (REAL*8 TEMPN(N))
Do you have any assumptions?
Thanks in advance





RE: SELECTION procedure in FORTRAN
RE: SELECTION procedure in FORTRAN
By the way, which is the name of that book (any links please).
Thanks
RE: SELECTION procedure in FORTRAN
http://www.nrbook.com/a/bookfpdf/f8-5.pdf
Doug Jenkins
Interactive Design Services
http://newtonexcelbach.wordpress.com/