Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,670
Default What is the priority of Mode function?

There is a list of numbers
1,1,1,1,1,2,2,3,3,4,4,5,5,5,5,5 from cell A1 to A16
Mode(A1:A16) = 1
However, if I reverse the list of numbers
5,5,5,5,5,4,4,3,3,2,2,1,1,1,1,1
Mode(A1:A16) = 5
The frequency of occurrence between 1 and 5 is same, does anyone know what
the priority of Mode function is defined under this case?
Thank for any suggestions
Eric


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default What is the priority of Mode function?

Whichever modal value is listed first is the value returned by MODE.

Biff

"Eric" wrote in message
...
There is a list of numbers
1,1,1,1,1,2,2,3,3,4,4,5,5,5,5,5 from cell A1 to A16
Mode(A1:A16) = 1
However, if I reverse the list of numbers
5,5,5,5,5,4,4,3,3,2,2,1,1,1,1,1
Mode(A1:A16) = 5
The frequency of occurrence between 1 and 5 is same, does anyone know what
the priority of Mode function is defined under this case?
Thank for any suggestions
Eric




  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 663
Default What is the priority of Mode function?

MODE


Returns the most frequently occurring, or repetitive, value in an array or
range of data.

Syntax

MODE(number1,number2,...)

Number1, number2, ... are 1 to 30 arguments for which you want to
calculate the mode. You can also use a single array or a reference to an
array instead of arguments separated by commas.

Remarks

Arguments can either be numbers or names, arrays, or references that contain
numbers.
If an array or reference argument contains text, logical values, or empty
cells, those values are ignored; however, cells with the value zero are
included.
Arguments that are error values or text that cannot be translated into
numbers cause errors.
If the data set contains no duplicate data points, MODE returns the #N/A
error value.
Note The MODE function measures central tendency, which is the location of
the center of a group of numbers in a statistical distribution. The three
most common measures of central tendency a

Average which is the arithmetic mean, and is calculated by adding a group
of numbers and then dividing by the count of those numbers. For example, the
average of 2, 3, 3, 5, 7, and 10 is 30 divided by 6, which is 5.
Median which is the middle number of a group of numbers; that is, half the
numbers have values that are greater than the median, and half the numbers
have values that are less than the median. For example, the median of 2, 3,
3, 5, 7, and 10 is 4.
Mode which is the most frequently occurring number in a group of numbers.
For example, the mode of 2, 3, 3, 5, 7, and 10 is 3.
For a symmetrical distribution of a group of numbers, these three measures
of central tendency are all the same. For a skewed distribution of a group of
numbers, they can be different.

Challa Prabhu

"Eric" wrote:

There is a list of numbers
1,1,1,1,1,2,2,3,3,4,4,5,5,5,5,5 from cell A1 to A16
Mode(A1:A16) = 1
However, if I reverse the list of numbers
5,5,5,5,5,4,4,3,3,2,2,1,1,1,1,1
Mode(A1:A16) = 5
The frequency of occurrence between 1 and 5 is same, does anyone know what
the priority of Mode function is defined under this case?
Thank for any suggestions
Eric


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default What is the priority of Mode function?

And where was your answer to the OP's question?
--
David Biddulph

"challa prabhu" wrote in message
...
MODE


Returns the most frequently occurring, or repetitive, value in an array or
range of data.

Syntax

MODE(number1,number2,...)

Number1, number2, ... are 1 to 30 arguments for which you want to
calculate the mode. You can also use a single array or a reference to an
array instead of arguments separated by commas.

Remarks

Arguments can either be numbers or names, arrays, or references that
contain
numbers.
If an array or reference argument contains text, logical values, or empty
cells, those values are ignored; however, cells with the value zero are
included.
Arguments that are error values or text that cannot be translated into
numbers cause errors.
If the data set contains no duplicate data points, MODE returns the #N/A
error value.
Note The MODE function measures central tendency, which is the location
of
the center of a group of numbers in a statistical distribution. The three
most common measures of central tendency a

Average which is the arithmetic mean, and is calculated by adding a
group
of numbers and then dividing by the count of those numbers. For example,
the
average of 2, 3, 3, 5, 7, and 10 is 30 divided by 6, which is 5.
Median which is the middle number of a group of numbers; that is, half
the
numbers have values that are greater than the median, and half the numbers
have values that are less than the median. For example, the median of 2,
3,
3, 5, 7, and 10 is 4.
Mode which is the most frequently occurring number in a group of
numbers.
For example, the mode of 2, 3, 3, 5, 7, and 10 is 3.
For a symmetrical distribution of a group of numbers, these three measures
of central tendency are all the same. For a skewed distribution of a group
of
numbers, they can be different.

Challa Prabhu

"Eric" wrote:

There is a list of numbers
1,1,1,1,1,2,2,3,3,4,4,5,5,5,5,5 from cell A1 to A16
Mode(A1:A16) = 1
However, if I reverse the list of numbers
5,5,5,5,5,4,4,3,3,2,2,1,1,1,1,1
Mode(A1:A16) = 5
The frequency of occurrence between 1 and 5 is same, does anyone know
what
the priority of Mode function is defined under this case?
Thank for any suggestions
Eric




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
Mkae Mode function return "" instead of #N/A when there is no Mode Tonso Excel Discussion (Misc queries) 1 March 11th 07 11:38 AM
Mkae Mode function return "" instead of #N/A when there is no Mode Tonso Excel Discussion (Misc queries) 2 March 10th 07 06:10 PM
MODE Function Anita Excel Worksheet Functions 5 December 12th 05 05:28 PM
Mode Function?? olasa Excel Worksheet Functions 0 May 25th 05 12:32 AM
MODE function Dobbie22 Excel Worksheet Functions 2 December 10th 04 05:13 PM


All times are GMT +1. The time now is 05:17 AM.

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"