Calculator of number statistics: average, median, min/max
Calculator accepts list of numbers and displays common statistics about them: average (mean), median, minimum, maximum etc. Summary information about your data series.

Settings#

popular sets (click to use):decimal,octal,hexadecimal
Show detailed settings:

Enter your numbers here#

Data summary#

How many numbers detected3
Detected numbers2, 10, 3.3
Numbers base10 (decimal)
Skipped charactersnone

Results - information about your numbers#

The numbers sorted in ascending order2, 3.3, 10
The numbers sorted in descending order10, 3.3, 2
Minimal number2
Maximal number10
Sum15.3
Average5.1
Median3.3
Numbers used to compute median2, 3.3, 10
Variance12.28666666666666666667
Standard deviation3.50523418143020319753
Numbers in words (digit by digit)
  • two (2)
  • one zero (10)
  • three point three (3.3)
Numbers in words (whole number at once)
  • two (2)
  • ten (10)
  • three and three tenths (3.3)

Some facts#

What is the meaning of each calculator field ?#

  • Enter your numbers here - enter numbers, which you're going to analyze.
  • You can use almost any format you want, numbers can be separated by spaces, commas, semicolons, dashes, end of lines (enters) etc. - it's up to you and your needs.
    More, you can even paste a long text - even lyrics - as long as it contains some numbers. The numbers will be automatically detected, "trapped" and added together.

  • cipher manipulation
    • fill with zeros up to XX ciphers after comma - append zeros at the end of the number, if this number does not have enough digits after the decimal point. For example, if you set here 3, it will show number 15 as 15.000, and the number 15.55 as 15.550.
      A good example of use case is counting the money (accounting), where we have dollars and cents or euros and eurocents. Just type 2 here, and the calculator will supply always two digits after the decimal pennies.
    • consider only XX ciphers after the comma - simply cut the number (of the least accurate part), if the number of digits after the decimal point is greater than desired. For example, to show only decimal, enter here 1. For hundredths enter 2.
  • input parser
    • decimal separators - a list of characters that should be interpreted as decimal separators (colloquially "dot" or "comma" between integer and fraction parts). For example, if you want to treat 1.25 as "one and twenty-five hundredths," you should put comma character here (",").
    • ignored characters - a list of characters that should be ignored while splitting input text into separated numbers. For example, if you want to treat "100 000" as "one hundred thousand", you should put space character here (" "). Similarly, if you have list of hexadecimal numbers in 0x1234 format, you can ignore "x" character, to process them correctly.
  • computer related
    • number base - This calculator works for the number systems based on any base from 2 to 36. It supports the typical systems as decimal, hexadecimal, octal and binary.
      It also allows for calculation of exotic systems (eg. with base 17), up to the base of 36. The order of the characters is consistent with the English alphabet, so starts with 'a', ends with 'z'. 26 letters plus 10 digits gives max base of 36. Of course both upper case and lower case are allowed - input is case insensitive.

Tags and links to this website#

What tags this calculator has#

Permalink#

Notice: this calculator supports permalinks, but some input combinations may not work very well. Please double check if the permalink really works before you share or store it.

Links to external sites (leaving Calculla?)#

JavaScript failed !
So this is static version of this website.
This website works a lot better in JavaScript enabled browser.
Please enable JavaScript.