Difference between revisions of "Manuals/calci/MODE"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> '''MODE''' ('''n1''', n2,...) where n1,n2… are the arguments to calculate the mode. </div> ---- <div id="1Spac...")
 
Line 1: Line 1:
<div id="6SpaceContent" class="zcontent" align="left">
+
<div style="font-size:30px">'''MODE(n1,n2,...)'''</div><br/>
 +
*<math>n1,n2,...</math> are numbers to calculate the Mode.
  
'''MODE''' ('''n1''', n2,...) where n1,n2… are the arguments to calculate the mode.
 
  
</div>
+
==Description==
----
+
*The mode is the number repeated most often.
<div id="1SpaceContent" class="zcontent" align="left">
+
*The mode is not necessarily unique.The  set of numbers having two modes is called  ''bimodal''. Also the set of numbers  Having more than two modes is called  ''multimodal''.
 +
*<math>MEDIAN(n1,n2,...)n1</math> is required.<math>n2,n3</math>,...,are optional.
 +
*In this function n1,n2,... are either it can be numbers,arrays ,references of cells or we can enter the logical values directly.when the referred array contains text,logical values or empty cells,those values are ignored.
 +
*This function will show the result as Error ,when the numbers are error values or text that cannot change in to numbers.
 +
*The MODE function measures central tendency.
 +
*The three most common measures of central tendency are: A.M, Median,& Mode.
 +
**<math>A.M</math>:  It is calculating by adding the given set of numbers and divided by the count of the given set of  numbers. E.g:Average of 2,4,2,7,2,3 and 5 is 3.6
 +
**<math>Median</math>: It is the middle number of a sorted list(Ascending order) of numbers. E.g:The median of 2,2,2,3,4,5,7 is 3
 +
**<math>Mode</math>: It is the most frequently  repeated number in a given set of numbers. E.g.The mode of 2,2,2,3,4,5 and 7 is 2
  
It calculates the most frequently occurring, or repetitive, value in an array or range of data.
+
==Examples==
 +
#MODE(2,3,2,2,4,5)=2
 +
#MODE(1.21,1.01,1.5,1.21,1.25,1.21)=1.21
 +
#MODE(2,1,4,3)=NAN
 +
#MODE(0,1,2,3,0)=0
  
</div>
 
----
 
<div id="7SpaceContent" class="zcontent" align="left">
 
  
·          When the data set contains no duplicate data points, mode shows error.
+
==See Also==
 +
*[[Manuals/calci/AVERAGE  | AVERAGE ]]
 +
*[[Manuals/calci/MEDIAN  | MEDIAN ]]
 +
*[[Manuals/calci/HARMEAN  | HARMEAN ]]
  
</div>
+
==References==
----
 
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">MODE </div></div>
 
----
 
<div id="8SpaceContent" class="zcontent" align="left">
 
 
 
{| width="51" cellpadding="1"
 
| valign="bottom" | '''<font size="2" face="Tahoma"> <center><font size="2">Data</font></center> </font>'''
 
|-
 
| <font size="2" face="Tahoma">
 
 
 
<font size="2">7.8</font>
 
 
 
</font>
 
|-
 
| <font size="2" face="Tahoma">
 
 
 
<font size="2">9</font>
 
 
 
</font>
 
|-
 
| <font size="2" face="Tahoma">
 
 
 
<font size="2">9</font>
 
 
 
</font>
 
|-
 
| <font size="2" face="Tahoma">
 
 
 
<font size="2">12</font>
 
 
 
</font>
 
|-
 
| <font size="2" face="Tahoma">
 
 
 
<font size="2">34</font>
 
 
 
</font>
 
|-
 
| <font size="2" face="Tahoma">
 
 
 
<font size="2">9</font>
 
 
 
</font>
 
|}
 
 
 
Lets see an example in (Column1 Row 1:Column1Row6)
 
 
 
MODE (n1, n2….)
 
 
 
i.e. MODE (C1R1: C1R6) is 9
 
 
 
</div>
 
----
 
<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"><div>
 
 
 
{| id="TABLE1" class="SpreadSheet blue"
 
|- class="even"
 
| class=" " |
 
| Column1
 
| class="              " | Column2
 
| class="    " | Column3
 
|- class="odd"
 
| class=" " | Row1
 
| class="sshl_f  " | 7.8
 
| class="sshl_f" | 9
 
| class="sshl_f" |
 
|- class="even"
 
| class="  " | Row2
 
| class="sshl_f" | 9
 
| class="SelectTD" |
 
| class="sshl_f" |
 
|- class="odd"
 
| Row3
 
| class="sshl_f" | 9
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="even"
 
| Row4
 
| class="sshl_f" | 12
 
| class="sshl_f" |
 
|
 
|- class="odd"
 
| class="sshl_f" | Row5
 
| class="sshl_f" | 34
 
| class="  " |
 
|
 
|- class="even"
 
| class=" " | Row6
 
| class="sshl_f  " | 9
 
| class="sshl_f" |
 
|
 
|}
 
 
 
<div align="left"></div>''''''</div></div>
 
----
 

Revision as of 04:28, 30 December 2013

MODE(n1,n2,...)


  • are numbers to calculate the Mode.


Description

  • The mode is the number repeated most often.
  • The mode is not necessarily unique.The set of numbers having two modes is called bimodal. Also the set of numbers Having more than two modes is called multimodal.
  • is required.,...,are optional.
  • In this function n1,n2,... are either it can be numbers,arrays ,references of cells or we can enter the logical values directly.when the referred array contains text,logical values or empty cells,those values are ignored.
  • This function will show the result as Error ,when the numbers are error values or text that cannot change in to numbers.
  • The MODE function measures central tendency.
  • The three most common measures of central tendency are: A.M, Median,& Mode.
    • : It is calculating by adding the given set of numbers and divided by the count of the given set of numbers. E.g:Average of 2,4,2,7,2,3 and 5 is 3.6
    • : It is the middle number of a sorted list(Ascending order) of numbers. E.g:The median of 2,2,2,3,4,5,7 is 3
    • : It is the most frequently repeated number in a given set of numbers. E.g.The mode of 2,2,2,3,4,5 and 7 is 2

Examples

  1. MODE(2,3,2,2,4,5)=2
  2. MODE(1.21,1.01,1.5,1.21,1.25,1.21)=1.21
  3. MODE(2,1,4,3)=NAN
  4. MODE(0,1,2,3,0)=0


See Also

References