Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Percentiles in Excel

According to the example in Excel's help tool, the 30th percentile of
(1,2,3,4) is 1.9. Can anyone provide any details on how Excel gets this
result?

My calculations give a different a result for the 30th percentile as follows:
There's a 25% chance that a number selected from (1,2,3,4) is <= 1.
There's a 50% chance a number selected from (1,2,3,4) is <= 2.
Interpolating to get the number with a 30% chance gives me .8(1)+.2(2) = 1.2
for the 30th percentile of (1,2,3,4).

Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Percentiles in Excel

Read the help again and it'll give you the hint. You are dividing the range
into not n intervals, but n-1.

=PERCENTILE(A$2:A$5,1/3) (the 33.33% percentile) is 2
The zeroth percentile is 1.
Interpolate between them gives the 30th percentile as being 1.9

QED
--
David Biddulph

"Jon J" <Jon wrote in message
...
According to the example in Excel's help tool, the 30th percentile of
(1,2,3,4) is 1.9. Can anyone provide any details on how Excel gets this
result?

My calculations give a different a result for the 30th percentile as
follows:
There's a 25% chance that a number selected from (1,2,3,4) is <= 1.
There's a 50% chance a number selected from (1,2,3,4) is <= 2.
Interpolating to get the number with a 30% chance gives me .8(1)+.2(2) =
1.2
for the 30th percentile of (1,2,3,4).

Thanks.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 39
Default Percentiles in Excel

include the 0

=PERCENTILE({0,1,2,3,4},0.3)

"Jon J" wrote:

According to the example in Excel's help tool, the 30th percentile of
(1,2,3,4) is 1.9. Can anyone provide any details on how Excel gets this
result?

My calculations give a different a result for the 30th percentile as follows:
There's a 25% chance that a number selected from (1,2,3,4) is <= 1.
There's a 50% chance a number selected from (1,2,3,4) is <= 2.
Interpolating to get the number with a 30% chance gives me .8(1)+.2(2) = 1.2
for the 30th percentile of (1,2,3,4).

Thanks.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 39
Default Percentiles in Excel

Add the 0 in the array

=PERCENTILE({0,1,2,3,4},0.3)

"Jon J" wrote:

According to the example in Excel's help tool, the 30th percentile of
(1,2,3,4) is 1.9. Can anyone provide any details on how Excel gets this
result?

My calculations give a different a result for the 30th percentile as follows:
There's a 25% chance that a number selected from (1,2,3,4) is <= 1.
There's a 50% chance a number selected from (1,2,3,4) is <= 2.
Interpolating to get the number with a 30% chance gives me .8(1)+.2(2) = 1.2
for the 30th percentile of (1,2,3,4).

Thanks.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
percentiles RodrigoBriceno Excel Discussion (Misc queries) 1 April 18th 08 11:32 AM
Displaying Percentiles Michael L Excel Worksheet Functions 1 May 4th 06 10:52 PM
formulate tests scores then average them as percentiles in excel David Pruden New Users to Excel 1 April 17th 06 07:07 PM
TRIMMEAN with different percentiles? [email protected] Excel Worksheet Functions 4 April 14th 06 06:11 PM
percentiles? Agnes Goris Excel Worksheet Functions 1 June 14th 05 03:43 PM


All times are GMT +1. The time now is 03:30 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"