- UID
- 223196
- 帖子
- 162
- 主题
- 142
- 注册时间
- 2011-7-11
- 最后登录
- 2016-12-5
|
Was reviewing some practice questions yesterday and came across the following:
You're provided annual returns for 20 companies and asked to provide the lowest return within the top quartile. Since the top quartile would be the top 5 returns (20/4) you would just count down in reverse order until you find the 5th highest return.
Simple enough.
Now if you were asked to provide the 75th percentile for that same group of 20, you would use the (n+1)*75/100 formula which would leave you with a breakpoint somewhere between the 15th and 16th position.
Again, on its own, simple enough.
What I am having trouble reconciling in my mind is the relationship of the two results. I would have assumed they could be able to be added together since you're dealing with the top quartile and the bottom three to arrive at n but you can't.
I'm sure there is a simple piece of logic or reasoning that I am missing and would appreciate it if someone could point it out.
Thanks! |
|