Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ashotk

  1. ashotk

    SELECTION procedure in FORTRAN

    Thanks for quick replay. As I understand this routine returns the PCT-th maximum in array. For example if I have an array {2,6,1,9} then SELECTION(2,4,array) will return 6?. By the way, which is the name of that book (any links please). Thanks
  2. ashotk

    SELECTION procedure in FORTRAN

    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 -...
  3. ashotk

    DENEST procedure in fortran

    Thank you xwd, but really I have no ideas how it should look like. I guess that it should be a standard procedure, but haven't found something similar to it. I have code from where this procedure called CALL DENEST(TEMPN,N,DLO,DHI,WIN,FT,SMOOTH,M,ICAL,IFAULT) where TEMPN(N), FT(M), SMOOTH(M)...
  4. ashotk

    DENEST procedure in fortran

    Hi guys, do you know procedure DENEST in fortran or in some library? Thanks, in advance

Part and Inventory Search