Menu

#13 Percentile

0.1.4
open
5
2004-07-22
2004-06-27
PrivateVoid
No

Given an ArrayList of Numbers and a number inside of
that ArrayList figure the percentile of the single number.

Discussion

  • chaturang

    chaturang - 2004-07-15

    Logged In: YES
    user_id=909959

    ( I am explaining with an example so its easy to understand )

    the formula goes like this ::

    percentile of a candidate:: what % of candidate have less
    marks than the candidate

    Calculate as follows:
    let N be the total number of candidates
    let n be the candidates who have same marks

    then all candidates will have same percentile whose
    score

    P=( N - summation( from(c= 1 to r ) n ) ) * ( 100 / N )

     
  • PrivateVoid

    PrivateVoid - 2004-07-22
    • assigned_to: privatevoid --> w3dp
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.