Difference between revisions of "Manuals/calci/AVERAGE"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
#when the values are error values or text that cannot change in to numbers. | #when the values are error values or text that cannot change in to numbers. | ||
*If the distribution is symmetric, we can use this function to find the central tendency. | *If the distribution is symmetric, we can use this function to find the central tendency. | ||
− | *The three most common measures of central tendency are: A.M, Median,& Mode.A.M | + | *The three most common measures of central tendency are: A.M, Median,& Mode. |
− | + | *A.M is calculated by adding the given set of numbers and divided by the count of the given set of numbers. | |
+ | Average of 2,4,2,7,2,3 and 5 is 3.6 | ||
*Median: It is the middle number of a sorted list(Ascending order) of numbers. | *Median: It is the middle number of a sorted list(Ascending order) of numbers. | ||
− | + | For Example, The median of 2,2,2,3,4,5,7 is 3 | |
*Mode: It is the most frequently repeated number in a given set of numbers. | *Mode: It is the most frequently repeated number in a given set of numbers. | ||
− | + | For Example, The mode of 2,2,2,3,4,5 and 7 is 2 | |
− | |||
− | |||
==Examples== | ==Examples== |
Revision as of 00:05, 20 November 2013
AVERAGE(n1,n2,n3)
- Where are any real numbers.
Description
- This function gives the Average for given set numbers.
- Average means sum of all the given elements divided by Number of given elements.
- It is also called Arithmetic mean. i.e if numbers are given and each number is denoted by , where to , then
= .
- In this function can either be numbers,arrays,references of cells or we can enter the logical values directly.
- This function will show the result as Error,
- when the values are error values or text that cannot change in to numbers.
- If the distribution is symmetric, we can use this function to find the central tendency.
- The three most common measures of central tendency are: A.M, Median,& Mode.
- A.M is calculated by adding the given set of numbers and divided by the count of the given set of numbers.
Average of 2,4,2,7,2,3 and 5 is 3.6
- Median: It is the middle number of a sorted list(Ascending order) of numbers.
For Example, The median of 2,2,2,3,4,5,7 is 3
- Mode: It is the most frequently repeated number in a given set of numbers.
For Example, The mode of 2,2,2,3,4,5 and 7 is 2
Examples
- AVERAGE( 2, 3, 11, 13, 17, 26, 34, 47)=19.125
- AVERAGE(5,-2,7,8,11,20,25,-9)=8.125
See Also