hello,
does vb provide any function to find out the rank of value of an item (say, a number) in an array of numbers if it doesn't, is there anyway we can make the process less troublesome
thanks.
hello,
does vb provide any function to find out the rank of value of an item (say, a number) in an array of numbers if it doesn't, is there anyway we can make the process less troublesome
thanks.
getting the rank of an item in an array of numbers
Perm
Actually it doesn't have a way to do that. When I stop and think about it from a computation pov, a percentile score is about it's relationship to all other scores.
Rank is not something that computer people do routinely in support of computing, it's something a user woul want and there aren't any ready made routines from it.
But I'm unsure what's troubling about it. Given an array of numbers, a certain percent of those numbers is lower in value than a number in question which constitutes its ranking.
I'm unsure what's complicated about that