The input is a bunch of numbers. How can I calculate a threshold that there are 10% of the totally amount of numbers are above this threshold. I think this is equally as to calculate the distribution function, but what I need is the threshold number, not the
|
closed as not a real question by whuber♦, csgillespie Nov 30 '10 at 16:38
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
I'm not sure if this is really what you are asking for, so please clarify or state otherwise if this isn't what you had in mind. In the mean time, here in an approach to calculate a 10% threshold and then also select the elements of that list which are above that threshold. This is using R.
|
||||
|
|
|
My understanding of the question is that given a series of numbers, which is the number that has 10% of all the given numbers larger than this number and 90% smaller? If this understanding is correct, a software percentile function (see here) or a decile function (see here) might be what is needed. |
|||||||||||
|