Difference between revisions of "Manuals/calci/RANKANDPERCENTILE"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> '''RANKANDPERCENTILE'''(Array, GroupBy, NewTableFlag) where, '''Array '''- Input range should be one block. ...")
 
 
(20 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<div id="6SpaceContent" class="zcontent" align="left">
+
<div style="font-size:30px">'''RANKANDPERCENTILE (Array,GroupBy,NewTableFlag)'''</div><br/>
 +
*<math> Array </math> is the set of value to find rank and percentile.
 +
*<math> GroupBy </math> is the grouped by value.
 +
*<math> NewTableFlag </math> is the logical value.
 +
**RANKANDPERCENTILE(),creates a list of the numbers ranked from highest to lowest and also provides a percentile value.
  
'''RANKANDPERCENTILE'''(Array, GroupBy, NewTableFlag)
+
==Description==
 +
*This function gives the rank and percentile value of a given set of numbers.
 +
*Ranking  is giving the order from highest to lowest of the given set.
 +
*Percentile allowing to easily categorise the given data into percentiles .
 +
*This function is used to analyze the relative standing of values in a data set.
 +
*In <math> RANKANDPERCENTILE(Array,GroupBy,NewTableFlag)</math>, <math>Array </math> is the set of the numeric values to find rank and percentile.
 +
*<math> GroupBy </math> is the grouped by value. <math> GroupBy</math> value is either columns or rows.
 +
*<math> NewTableFlag </math> is the logical value either TRUE or FALSE. TRUE is indicating the result will display in new worksheet.
 +
*Suppose we are omitted the <math> NewTableFlag </math> value it will consider the value as FALSE.
 +
*This function is giving the result in four columns.
 +
  1. First  column showing the indices(position in the given set) of the ordered data from largest to smallest number.
 +
  2. The second column showing the  data values according to the indices in the first column.
 +
  3. The third column showing the rank value of the data value in the second column.
 +
  4. The fourth column indicates the  the percentile of the data value in the second column.
  
where,
+
==Examples==  
 
+
{| class="wikitable"
'''Array '''- Input range should be one block.
+
|+Spreadsheet
 
+
|-
'''GroupBy '''- Either groupby Columns or Rows.
+
! !! A !! B !! C !! D!! E !!F
 
+
|-
'''NewTableFlag''' - is the TRUE or FALSE.If set as TRUE,the result in new sheet. If NewTableFlag is omitted, it assumed to be FALSE.
+
! 1
 
+
| 5 || 11 || 6 ||9 || 15 || 7
</div>
+
|-
----
+
|}
<div id="1SpaceContent" class="zcontent" align="left">Creates a list of the numbers ranked from highest to lowest and also provides a percentile value which indicates how an individual number ranks compared to the other numbers.</div>
 
----
 
<div id="7SpaceContent" class="zcontent" align="left">
 
 
 
Lets see an example in (Column3Row1)
 
 
 
<nowiki>=RANKANDPERCENTILE(R1C1:R6C2, "Rows", TRUE)</nowiki>
 
 
 
RANKANDPERCENTILE returns the result in new sheet(5Space).
 
 
 
<nowiki>=RANKANDPERCENTILE(R1C1:R6C1, "Columns", TRUE)</nowiki>
 
 
 
RANKANDPERCENTILE returns the result in new sheet(9Space).
 
 
 
</div>
 
----
 
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
 
  
RANK AND PERCENTILE AVERAGE
+
=RANKANDPERCENTILE(A1:F1,"rows",true)
  
</div></div>
+
{| class="wikitable"
----
+
|+RANK AND PERCENTILE
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Syntax </div><div class="ZEditBox"><center></center></div></div>
+
|-
----
+
! Point !! Row !! Rank !! Percent
<div id="4SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Remarks </div></div>
+
|-
----
+
| 5 || 15 || 1 || 100
<div id="3SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Examples </div></div>
+
|-
----
+
| 2 || 11 || 2 || 80
<div id="11SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Description </div></div>
+
|-
----
+
| || || || 60
<div id="8SpaceContent" class="zcontent" align="left"></div>
+
|-
----
+
| 6 || || || 40
<div id="2SpaceContent" class="zcontent" align="left">
+
|-
 
+
| 3 || 6 || || 20
{| id="TABLE3" class="SpreadSheet blue"
+
|-
|- class="even"
+
| 1 || 5 || || 0
| class=" " |
 
| Column1
 
| Column2
 
| class="  " | Column3
 
| class="    SelectTD1 ChangeBGColor SelectTD1" |
 
<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>Column4
 
|- class="odd"
 
| class=" " | Row1
 
| 5
 
| 3
 
| class="sshl_f" | 5Space
 
| class=" " |
 
|- class="even"
 
| class="  " | Row2
 
| 7
 
| 8
 
| class="    " |
 
| class="      1" |
 
|- class="odd"
 
| Row3
 
| 12
 
| 5
 
| class=" " |
 
| class=" " |
 
|- class="even"
 
| Row4
 
| 17
 
| 18
 
| class=" " |
 
| class=" " |
 
|- class="odd"
 
| class=" " | Row5
 
| 41
 
| 31
 
| class=" " |
 
| class=" " |
 
|- class="even"
 
| Row6
 
| 6
 
| 9
 
| class="sshl_f" | 9Space
 
| class=" " |
 
 
|}
 
|}
 
+
#RANKANDPERCENTILE([5;12;34;76;71;98;18],"columns",true)
<div align="left">[[Image:calci1.gif]]</div></div>
+
{| class="wikitable"
----
+
|+RANK AND PERCENTILE
<div id="5SpaceContent" class="zcontent" align="left">
+
|-
 
+
! POINT !! COLUMN1 !! RANK !! PERCENT
{| class="SpreadSheet blue"
+
|-
|+ <br />Rank And Percentile
+
|6||98||1||100
|- class="even"
+
|-
! Point
+
|4||76||2||83.3
! Row1
+
|-
! Rank
+
|5||71||3||66.7
! Percent
+
|-
|- class="odd"
+
|3||34||4||50
| 1
+
|-
| 5
+
|7||18||5||33.300000000000004
| 1
+
|-
| 100
+
|2||12||6||16.7
|- class="even"
+
|-
| 2
+
|1||5||7||0
| 3
 
| 2
 
| 0
 
 
|}
 
|}
  
{| class="SpreadSheet blue"
+
==Related Videos==
|+ <br />Rank And Percentile
 
|- class="even"
 
! Point
 
! Row2
 
! Rank
 
! Percent
 
|- class="odd"
 
| 2
 
| 8
 
| 1
 
| 100
 
|- class="even"
 
| 1
 
| 7
 
| 2
 
| 0
 
|}
 
  
{| class="SpreadSheet blue"
+
{{#ev:youtube|kPWspMKGAxU|280|center|RANK AND PERCENTILE}}
|+ <br />Rank And Percentile
 
|- class="even"
 
! Point
 
! Row3
 
! Rank
 
! Percent
 
|- class="odd"
 
| 1
 
| 12
 
| 1
 
| 100
 
|- class="even"
 
| 2
 
| 5
 
| 2
 
| 0
 
|}
 
  
{| class="SpreadSheet blue"
+
==See Also==
|+ <br />Rank And Percentile
+
*[[Manuals/calci/RANK | RANK]]
|- class="even"
+
*[[Manuals/calci/PERCENTILE  | PERCENTILE ]]
! Point
+
*[[Manuals/calci/PEARSON | PEARSON ]]
! Row4
 
! Rank
 
! Percent
 
|- class="odd"
 
| 2
 
| 18
 
| 1
 
| 100
 
|- class="even"
 
| 1
 
| 17
 
| 2
 
| 0
 
|}
 
  
{| class="SpreadSheet blue"
+
==References==
|+ <br />Rank And Percentile
+
[http://en.wikipedia.org/wiki/Percentile_rank Percentile Rank]
|- class="even"
 
! Point
 
! Row5
 
! Rank
 
! Percent
 
|- class="odd"
 
| 1
 
| 41
 
| 1
 
| 100
 
|- class="even"
 
| 2
 
| 31
 
| 2
 
| 0
 
|}
 
  
{| class="SpreadSheet blue"
 
|+ <br />Rank And Percentile
 
|- class="even"
 
! Point
 
! Row6
 
! Rank
 
! Percent
 
|- class="odd"
 
| 2
 
| 9
 
| 1
 
| 100
 
|- class="even"
 
| 1
 
| 6
 
| 2
 
| 0
 
|}
 
  
</div>
 
----
 
<div id="9SpaceContent" class="zcontent" align="left">
 
  
{| class="SpreadSheet blue"
+
*[[Z_API_Functions | List of Main Z Functions]]
|+ <br />Rank And Percentile
 
|- class="even"
 
! Point
 
! Column1
 
! Rank
 
! Percent
 
|- class="odd"
 
| 5
 
| 41
 
| 1
 
| 100
 
|- class="even"
 
| 4
 
| 17
 
| 2
 
| 80
 
|- class="odd"
 
| 3
 
| 12
 
| 3
 
| 60
 
|- class="even"
 
| 2
 
| 7
 
| 4
 
| 40
 
|- class="odd"
 
| 6
 
| 6
 
| 5
 
| 20
 
|- class="even"
 
| 1
 
| 5
 
| 6
 
| 0
 
|}
 
  
</div>
+
*[[ Z3 |  Z3 home ]]
----
 

Latest revision as of 17:07, 8 August 2018

RANKANDPERCENTILE (Array,GroupBy,NewTableFlag)


  • is the set of value to find rank and percentile.
  • is the grouped by value.
  • is the logical value.
    • RANKANDPERCENTILE(),creates a list of the numbers ranked from highest to lowest and also provides a percentile value.

Description

  • This function gives the rank and percentile value of a given set of numbers.
  • Ranking is giving the order from highest to lowest of the given set.
  • Percentile allowing to easily categorise the given data into percentiles .
  • This function is used to analyze the relative standing of values in a data set.
  • In , is the set of the numeric values to find rank and percentile.
  • is the grouped by value. value is either columns or rows.
  • is the logical value either TRUE or FALSE. TRUE is indicating the result will display in new worksheet.
  • Suppose we are omitted the value it will consider the value as FALSE.
  • This function is giving the result in four columns.
 1. First  column showing the indices(position in the given set) of the ordered data from largest to smallest number.
 2. The second column showing the  data values according to the indices in the first column.
 3. The third column showing the rank value of the data value in the second column.
 4. The fourth column indicates the  the percentile of the data value in the second column.

Examples

Spreadsheet
A B C D E F
1 5 11 6 9 15 7
=RANKANDPERCENTILE(A1:F1,"rows",true)
RANK AND PERCENTILE
Point Row Rank Percent
5 15 1 100
2 11 2 80
4 9 3 60
6 7 4 40
3 6 5 20
1 5 6 0
  1. RANKANDPERCENTILE([5;12;34;76;71;98;18],"columns",true)
RANK AND PERCENTILE
POINT COLUMN1 RANK PERCENT
6 98 1 100
4 76 2 83.3
5 71 3 66.7
3 34 4 50
7 18 5 33.300000000000004
2 12 6 16.7
1 5 7 0

Related Videos

RANK AND PERCENTILE

See Also

References

Percentile Rank