Difference between revisions of "Manuals/calci/AVG"
Jump to navigation
Jump to search
| Line 9: | Line 9: | ||
*In this function <math>array</math> are either it can be numbers,arrays ,references of cells or we can enter the logical values directly. | *In this function <math>array</math> are either it can be numbers,arrays ,references of cells or we can enter the logical values directly. | ||
*This function will show the result as Error ,when the numbers are error values or text that cannot change in to numbers. | *This function will show the result as Error ,when the numbers are error values or text that cannot change in to numbers. | ||
| + | |||
| + | ==Examples== | ||
| + | #AVG(1,2,3,4,5,6,7,8,9,10) = 5.5 | ||
| + | #AVG(201..624) = 412.5 | ||
| + | # AVG(1000..34521) = 17760.5 | ||
| + | |||
| + | ==See Also== | ||
| + | |||
| + | *[[Manuals/calci/SUM | SUM]] | ||
| + | *[[Manuals/calci/AVERAGE | AVERAGE ]] | ||
| + | *[[Manuals/calci/AVERAGEA | AVERAGEA ]] | ||
| + | |||
| + | ==References== | ||
| + | [http://en.wikipedia.org/wiki/Average| Average] | ||
Revision as of 14:04, 21 November 2016
AVG(array)
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle array} are set of real numbers.
Description
- This function gives the Average for given set numbers.
- Average means sum of all the given elements is divided by Number of the given elements.
- It is also called Arithmetic mean.
- i.e.If n numbers are given and each number is denoted by Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a_i} , where i=1 to n, then Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A.M= \frac{1}{n} \sum_{i=1}^n (a_i)= \frac{1}{n}(a_1+a_2+.....+a_n)}
- In this function Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle array} are either it can be numbers,arrays ,references of cells or we can enter the logical values directly.
- This function will show the result as Error ,when the numbers are error values or text that cannot change in to numbers.
Examples
- AVG(1,2,3,4,5,6,7,8,9,10) = 5.5
- AVG(201..624) = 412.5
- AVG(1000..34521) = 17760.5