Priemerná (stredná) kalkulačka
Nájdite priemer, medián, súčet a počet zoznamu čísel.
Výsledky sa aktualizujú počas písania.
O tejto kalkulačke
.2019 · Average calculator takes a list of numbers and returns the mean (the total divided by how many there are), along with the median, mode, sum, count, range, standard deviation and variance. The mean adds every value and divides by the count; the median is the middle value once the numbers are sorted; the mode is the value that appears most often. Enter numbers separated by commas or spaces.14.1.2019 · Average calculator takes a list of numbers and returns the mean (the total divided by how many there are), along with the median, mode, sum, count, range, standard deviation and variance. Enter numbers separated by commas or spaces.Use this calculator to calculate the average of a list of numbers.Average calculator is a simple calculator that can be used to calculate the average of a list of numbers.Average calculator is a simple calculator that can be used to calculate the average of a list of numbers.Use it to calculate the average of a list of numbers.Use it to calculate the average of a list of numbers.Use it to calculate the average of a list of numbers.Use it to calculate the average of a list of numbers.Use it to calculate the average of a list of numbers.Use it to calculate the average of a list of numbers.Use it to calculate the average of a list of numbers.Use it to calculate the average of a list of numbers.Use it to calculate the average of a list of numbers.Use it to calculate the average of a list of numbers.Use it to calculate the average of a list of numbers.Use it to calculate the average of a list of numbers.Use it to calculate the average of a list of numbers.Use it to calculate the average of a list of numbers.Use it to calculate the average of a list of numbers.Use it to calculate the average of a list of numbers.Use it to calculate the average of a list of numbers.Use it to calculate the average of a list of numbers.Use it to calculate the average of a list of numbers.Use it to calculate the average of a list of numbers.
Často kladené otázky
Aký je rozdiel medzi strednou hodnotou a mediánom?
Stredná hodnota je súčet vydelený počtom a medián je stredná hodnota, keď sú čísla zoradené. Medián je menej ovplyvnený veľmi veľkými alebo malými odchýlkami.
Ako zadám čísla?
Zadajte ich oddelené čiarkami alebo medzerami, napríklad „10, 20, 30“ Desatinné čísla a záporné čísla sú v poriadku.
Aký je režim?
Režim je hodnota, ktorá sa najčastejšie objavuje v zozname.Množina môže mať viac ako jeden režim, alebo žiadny, ak každá hodnota je jedinečná - v takom prípade kalkulačka hlási, že neexistuje žiadny režim.
Čo je smerodajná odchýlka?
Smerodajná odchýlka je miera, ako sú čísla rozptýlené okolo strednej hodnoty. Malá hodnota znamená, že čísla sú tesne zoskupené, veľká hodnota znamená, že sú široko rozptýlené. Je to druhá odmocnina rozptylu, ktorú kalkulačka tiež zobrazuje.
Ako nájdem medián párnej množiny čísel?
Zoradíme ich a vyberieme dve stredné hodnoty, potom ich priemerujeme. Pre 10, 20, 30, 40 sú stredné dve hodnoty 20 a 30, takže medián je 25. Kalkulačka to robí automaticky.
Mám použiť priemer alebo medián?
Medián sa používa vtedy, keď by niekoľko veľmi veľkých alebo malých odchýlok od normálu odklonilo priemer od toho, čo je typické, napríklad ceny domov alebo príjmy, kde je medián reprezentatívnejší.
API — použite túto kalkulačku z kódu
Zavolajte túto kalkulačku ako voľný koncový bod JSON – nevyžaduje sa žiadny kľúč.Odoslať hodnoty polí nižšie ako parametre dotazu alebo JSON. Prečítajte si celú dokumentáciu API →
Koncový bod
GET https://calculator.free/api/v1/average/
curl
curl "https://calculator.free/api/v1/average/?numbers=10, 20, 30, 40, 50"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/average/?" + new URLSearchParams({
"numbers": "10, 20, 30, 40, 50"
}));
const data = await r.json();
console.log(data.results);
Výsledky sú odhady len pre všeobecné usmernenie, nie finančné, lekárske alebo daňové poradenstvo.