Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
jnahal
Starting Member
8 Posts |
Posted - 2008-07-01 : 22:54:32
|
| Find the percentile rank for the test score of 9 in the data set.4, 6, 9, 19, 23 |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2008-07-01 : 22:56:24
|
explain "percentile rank" and what is the expected result ? KH[spoiler]Time is always against us[/spoiler] |
 |
|
|
jnahal
Starting Member
8 Posts |
Posted - 2008-07-01 : 22:57:02
|
| i have no idea how to solve it |
 |
|
|
jnahal
Starting Member
8 Posts |
Posted - 2008-07-01 : 22:59:19
|
| help me to sole this problem |
 |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2008-07-01 : 23:00:37
|
But first you need to explain what is "percentile rank" KH[spoiler]Time is always against us[/spoiler] |
 |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
|
|
jnahal
Starting Member
8 Posts |
Posted - 2008-07-01 : 23:03:45
|
| he percentile rank of a score is the percentage of scores in its frequency distribution which are lower. For example, a test score which is greater than 90% of the scores of people taking the test is said to be at the 90th percentile. |
 |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2008-07-01 : 23:06:33
|
quote: Originally posted by jnahal he percentile rank of a score is the percentage of scores in its frequency distribution which are lower. For example, a test score which is greater than 90% of the scores of people taking the test is said to be at the 90th percentile.
So what is the formula ? How to find the percentile rank for 9 ?You have to explain these to us. We never attended your teacher's class at all. KH[spoiler]Time is always against us[/spoiler] |
 |
|
|
|
|
|
|
|