Calculadora de media, mediana e modo
Atopa a media, mediana, modo e rango dunha lista de números.
Os resultados actualízanse mentres escribe.
Acerca desta calculadora
the mean, median and mode calculator returns the three measures of central tendency for a data set — the mean (arithmetic average), the median (middle value) and the mode (most frequent value) — plus the count, sum, range and the full five-number summary (minimum, first quartile, median, third quartile and maximum). Enter your numbers separated by commas or spaces. Enter your numbers separated by commas or spaces. The mean, median and mode calculator returns the three measures of central tendency for a data set — the mean (arithmetic average), the median (middle value) and the mode (most frequent value) — plus the count, sum, range and the full five-number summary (minimum, first quartile, median, third quartile and maximum). The mean, median and mode calculator returns the mean, median and mode values. The mean, median and mode calculator returns the three measures of central tendency for a data set — the mean (arithmetic average), the median (middle value) and the mode (most frequent value). The mean, median and mode calculatorWorked example: The mean is the sum of all the values divided by how many there are. The median is the sum of all the values divided by how many there are. The median is the sum of all the values divided by how many there are. The median is the sum of all the values divided by how many there are. The median is the sum of all the values divided by how many there are. The median is the sum of all the values divided by how many there are. The mean is the sum of all the values divided by how many there are. The mean is the sum of all the values divided by how many there are. The median is the sum of all the values divided by how many there are. The median is the sum of all the values divided by how many there are. The median is the sum of all the values divided by how many there are. The median is the sum of all the values divided by how many there are. The median is the sum of all the values divided by how many there
Preguntas frecuentes
Cando non hai modo?
Un conxunto de datos non ten modo cando cada valor ocorre exactamente unha vez. Se dous ou máis valores comparten a frecuencia máis alta, o conxunto é bimodal ou multimodal e cada un deses valores é un modo.
Debería informar da media ou da mediana?
Empregar a mediana para datos distorsionados ou cando estean presentes valores atípicos, xa que non se arrastra cara valores extremos. A media é mellor para datos aproximadamente simétricos sen valores atípicos fortes.
Cal é a diferenza entre a media e a mediana?
A media suma todos os valores e divídeos pola conta, polo que cada número se move sobre ela e un único valor extremo pode desprazala moito. A media é só o valor medio unha vez ordenados os datos, polo que ignora o distanciamento dos extremos. Nos datos simétricos os dous coinciden case; nos datos distorsionados separáronse.
Como se atopa a media cando hai un número par de valores?
Cunha contaxe par non hai un valor medio único, polo que a mediana é a media dos dous valores centrais. Para 2, 4, 6, 8 os dous números do medio son 4 e 6, dando unha mediana de 5.
Pode un conxunto de datos ter máis dun modo?
Si. Se dous ou máis valores empatan na frecuencia máis alta, o conxunto é bimodal ou multimodal, e esta calculadora de media, mediana e modo lista todos os valores que atinxen esa frecuencia superior no canto de escoller só un.
Que me di o rango?
O rango é a diferenza entre o valor maior e o menor, unha medida rápida pero grosa da dispersión. Para 4, 8, 15, 16, 15, 23, 42 é 42 − 4 = 38. Como só usa os dous extremos é moi sensible aos outliers.
Que cuarteis se mostran baixo os resultados?
O primeiro e terceiro cuartil son os percentís 25 e 75, polo que a metade media dos seus datos está entre eles. Xunto co mínimo, media e máximo forman o resumo de cinco díxitos que describe a forma da distribución.
API — empregar esta calculadora desde o código
Chama esta calculadora como un punto final JSON libre - non se require ningunha chave. Envie os valores dos campos de baixo como parámetros de consulta ou JSON. Ler a documentación completa da API →
Punto final
GET https://calculator.free/api/v1/mean-median-mode/
curl
curl "https://calculator.free/api/v1/mean-median-mode/?numbers=4, 8, 15, 16, 15, 23, 42"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/mean-median-mode/?" + new URLSearchParams({
"numbers": "4, 8, 15, 16, 15, 23, 42"
}));
const data = await r.json();
console.log(data.results);
Os resultados son estimacións só para orientación xeral, non para consellos financeiros, médicos ou fiscais.