Difference between revisions of "Manuals/calci/PERCENTRANK"

From ZCubes Wiki
Jump to navigation Jump to search
 
(14 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<div style="font-size:30px">'''PERCENTRANK(ar,x) '''</div><br/>
+
<div style="font-size:30px">'''PERCENTRANK (Array,Number,Significance) '''</div><br/>
*<math>ar</math>  is the array  data and  <math> x </math> is  the value
+
*<math>Array</math>  is the set of data and  <math> Number</math> is  the value to find the rank.
 
+
**PERCENTRANK(),returns the percentage rank of a value in a data set.
  
 
==Description==
 
==Description==
Line 8: Line 8:
 
*For example, a test score that is greater than or equal to 50% of the scores of people taking the test is said to be at the 50th percentile rank.
 
*For example, a test score that is greater than or equal to 50% of the scores of people taking the test is said to be at the 50th percentile rank.
 
*Percentile ranks are commonly used to clarify the interpretation of scores on standardized tests.
 
*Percentile ranks are commonly used to clarify the interpretation of scores on standardized tests.
* To find the percentile rank of a score is :<math>PR \%= \frac {L+( 0.5*S )}{N}  
+
* To find the percentile rank of a score is :<math>PR \%= \frac {L+( 0.5*S )}{N}</math>
 
Where,
 
Where,
L = Number of below rank,  
+
<math>L</math> = Number of below rank,  
S = Number of same rank,
+
<math>S</math> = Number of same rank,
N = Total numbers.
+
<math>N</math> = Total numbers.
*In PERCENTRANK(ar,x),ar is the array  of numeric values and x is the value to find the rank. This function gives the result as error when array is empty .
+
*In <math>PERCENTRANK (Array,Number,Significance)</math>, <math>Array</math> is the array  of numeric values and <math>Number</math> is the value to find the rank.  
 +
*This function gives the result as error when array is empty .
  
where,
+
==Examples==
 +
1.
 +
{| class="wikitable"
 +
|+Spreadsheet
 +
|-
 +
! !! A !! B !! C !! D !! E
 +
|-
 +
! 1
 +
| 3 || 4 || 1 || 2 ||1
 +
|}
 +
=PERCENTRANK(A1:E1,2) = 0.5
  
'''Array''' -  represents set of data.
+
2.
 
+
{| class="wikitable"
'''X''' - represents the rank for value.
+
|+Spreadsheet
 
+
|-
'''k''' - represents the number of significant digit for the returned percentage value.If omitted, it returns 3 digit after decimal point.
+
! !! A !! B !! C !! D !! E !! F
 
+
|-
</div>
+
! 1
----
+
| 7 || 6 || 2 || 5 || 9 ||1
<div id="1SpaceContent" class="zcontent" align="left">It returns the rank for data set as a percentage of the data set.</div>
+
|}
----
+
=PERCENTRANK(A1:F1,3) = 0.267
<div id="7SpaceContent" class="zcontent" align="left">
 
 
 
If k &lt; 1, PERCENTRANK returns the #ERROR.
 
 
 
</div>
 
----
 
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
 
 
 
PERCENTRANK
 
 
 
</div></div>
 
----
 
<div id="8SpaceContent" class="zcontent" align="left">
 
  
Lets see an example in (Column2, Row1)
+
==Related Videos==
  
UNIQ9722b96f1f2484ba-nowiki-00000004-QINU
+
{{#ev:youtube|aW2UZjoeljE|280|center|PERCENTRANK}}
  
PERCENTRANK returns 0.66667.
+
==See Also==
 +
*[[Manuals/calci/MAX  | MAX ]]
 +
*[[Manuals/calci/MIN  | MIN ]]
 +
*[[Manuals/calci/MEDIAN  | MEDIAN ]]
 +
*[[Manuals/calci/QUARTILE  | QUARTILE ]]
 +
*[[Manuals/calci/PERCENTILE  | PERCENTILE ]]
  
Cosider an another example
+
==References==
 +
[http://en.wikipedia.org/wiki/Percentile_rank Percentile Rank ]
  
UNIQ9722b96f1f2484ba-nowiki-00000005-QINU
 
  
It returns #ERROR(K=-1).
 
  
</div>
+
*[[Z_API_Functions | List of Main Z Functions]]
----
 
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Syntax </div><div class="ZEditBox"><center></center></div></div>
 
----
 
<div id="4SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Remarks </div></div>
 
----
 
<div id="3SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Examples </div></div>
 
----
 
<div id="11SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Description </div></div>
 
----
 
<div id="2SpaceContent" class="zcontent" align="left">
 
 
 
{| id="TABLE3" class="SpreadSheet blue"
 
|- class="even"
 
| class=" " |
 
| class="  " | Column1
 
| class="  " | Column2
 
| Column3
 
| Column4
 
|- class="odd"
 
| class=" " | Row1
 
| class=" " | 5
 
| class="sshl_f" | 0.066667
 
|
 
|
 
|- class="even"
 
| class="  " | Row2
 
| class=" " | 7
 
| class="            SelectTD ChangeBGColor SelectTD" |
 
<div id="2Space_Handle" class="zhandles" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="2Space_Copy" class="zhandles" title="Click and Drag over to AutoFill other cells."></div><div id="2Space_Drag" class="zhandles" title="Click and Drag to Move/Copy Area.">[[Image:copy-cube.gif]]  </div>
 
|
 
|
 
|- class="odd"
 
| Row3
 
| class=" " | 18
 
|
 
|
 
|
 
|- class="even"
 
| Row4
 
| class=" " | 23
 
|
 
|
 
|
 
|- class="odd"
 
| class=" " | Row5
 
| class=" " | 41
 
|
 
|
 
|
 
|- class="even"
 
| Row6
 
| class=" " | 2
 
|
 
|
 
|
 
|}
 
  
<div align="left">[[Image:calci1.gif]]</div></div>
+
*[[ Z3 |  Z3 home ]]
----
 

Latest revision as of 16:56, 8 August 2018

PERCENTRANK (Array,Number,Significance)


  • is the set of data and is the value to find the rank.
    • PERCENTRANK(),returns the percentage rank of a value in a data set.

Description

  • This function gives the percentage rank of a value in a given set of numbers.
  • To calculate the relative standing of a data set we can use this function.
  • For example, a test score that is greater than or equal to 50% of the scores of people taking the test is said to be at the 50th percentile rank.
  • Percentile ranks are commonly used to clarify the interpretation of scores on standardized tests.
  • To find the percentile rank of a score is :

Where, = Number of below rank, = Number of same rank, = Total numbers.

  • In , is the array of numeric values and is the value to find the rank.
  • This function gives the result as error when array is empty .

Examples

1.

Spreadsheet
A B C D E
1 3 4 1 2 1
=PERCENTRANK(A1:E1,2) = 0.5

2.

Spreadsheet
A B C D E F
1 7 6 2 5 9 1
=PERCENTRANK(A1:F1,3) = 0.267

Related Videos

PERCENTRANK

See Also

References

Percentile Rank