Average Calculator

Average Calculator

In colloquial language, an average is a single number taken as representative of a list of numbers. Different concepts of average are used in different contexts. Often "average" refers to the arithmetic mean, the sum of the numbers divided by how many numbers are being averaged.

In statistics, mean, median, and mode are all known as measures of central tendency, and in colloquial usage any of these might be called an average value.

Enter your numbers below (place comma, semicolon, tab, enter, space, etc. between numbers):

Mean, Average, Arithmetic Mean

Mean is the usual average or arithmetic average of numbers.
              n1 + n2 + n3 + ... + nN
Mean = ------------------------------
                            N

Geometric Mean

Geometric average of numbers.
Geo. Mean = (n1 x n2 x n3 x ... x nN)1 / N

Harmonic Mean

Harmonic average of numbers.
                                         1
Har. Mean = -------------------------------------
                        1        1        1                1
                     ----- + ----- + ----- + ... + -----
                        n1      n2      n3              nN

Mode

Mode is the maximum repeated number.

Median

Median is the middle value.

Minimum

Minimum of numbers.

Maximum

Maximum of numbers.

added 3 years 3 months ago

- Average Calculator
- Most frequently used Linux commands 5
- Most frequently used Linux commands 4
- Most frequently used Linux commands 3
- Most frequently used Linux commands 2
- Most frequently used Linux commands 1
- How to rename a filename to current date with batch
- How does a mutex work? What does a mutex cost?
- Locking : Mutex vs Spinlocks
- Description of Lock, Monitor, Mutex and Semaphore
- Difference between Mutex and Semaphore
- Difference between association, aggregation and composition
- Coordinating C/C++ ØMQ and .NET ØMQ
- Regular Expressions (Regex) Reference Sheet