Calculadora de percentil
Atopa o valor en calquera percentil e os cuarteis dun conxunto de datos.
Os resultados actualízanse mentres escribe.
Acerca desta calculadora
test score at the 90th percentile beat 90% of the other scores. Percentiles turn a raw number into a rank you can interpret: a test score at the 90th percentile beat 90% of the other scores. Percentiles turn a raw number into a rank you can interpret: a test score at the 90th percentile beat 90% of the other scores. Percentiles turn a raw number into a rank you can interpret: a test score at the 90th percentile beat 90% of the other scores.This calculator uses the linear-interpolation method, the same as the spreadsheet PERCENTILE.INC function.This calculator uses the linear-interpolation method, the same as the spreadsheet PERCENTILE.INC function.This calculator uses the linear-interpolation methodThis calculator uses the linear-interpolation methodThis calculator uses the linear-interpolation methodThis calculator uses the linear-interpolation methodThis calculator uses the linear-interpolation methodThis calculator uses the linear-interpolation methodThis calculator uses the linear-interpolation methodThis calculator uses the linear-interpolation methodThis calculator uses the linear-interpolation methodThis calculator uses the linear-interpolation methodThis calculator uses the linear-interpolation methodThis calculator uses the linear-interpolation methodThis calculator uses the linear-interpolation methodThis calculator uses the linear-interpolation methodThis calculator uses the linear-interpolation methodThis calculator uses the linear-interpolation methodThis calculator uses the linear-interpolation methodThis calculator uses the linear-interpolation methodThis calculator uses the linear-interpolation methodThis calculator uses the linear-interpolation methodThis calculator uses the linear-interpolation methodThis calculator uses the linear-interpolation methodThis calculator uses the linear-interpolation methodThis calculator uses the linear-interpolation methodThis calculator uses the linear-interpolation methodThis calculator uses the linear-interpolation methodThis calculator uses the linear-interpolation methodThis
Preguntas frecuentes
Como se calcula un percentil?
Os datos son ordenados e calculase un rango de (p/ 100) · (n - 1). Se ese rango é un número enteiro devolvese o valor nesa posición; se non, a calculadora interpola linearmente entre os dous valores veciños. Este é o método inclusivo (PERCENTILE. INC).
Cal é a diferenza entre un percentil e un cuartil?
Os cuarteis son percentís específicos que dividen os datos en catro partes iguais: o primeiro cuartel é o percentil 25, o segundo é o 50 (a mediana) e o terceiro é o percentil 75.
Cal é o rango intercuartil?
O rango intercuartil (IQR) é o terceiro cuartil menos o primeiro, o intervalo do 50% medio dos datos. Como ignora os cuartos superior e inferior é unha medida robusta de dispersión e é usada a miúdo para sinalar valores atípicos.
Que significa o percentil 90?
É o valor por baixo do cal se atopa o 90% dos datos, polo que só o 10% das observacións son maiores. Puntuar no percentil 90 nunha proba significa que foi mellor que o 90% dos outros participantes.
É o percentil 50 o mesmo que a mediana?
Si. O percentil 50 divide os datos de xeito que a metade dos valores estean por baixo del, o que é exactamente a definición da mediana.
Por que unha ferramenta diferente pode dar un percentil lixeiramente diferente?
Hai varias definicións de percentil aceptadas. Esta calculadora usa a interpolación linear inclusiva (PERCENTILE. INC); o método exclusivo (PERCENTILE. EXC) e o método do rango máis próximo colocan o percentil de xeito un pouco diferente, polo que os resultados poden variar un pouco entre ferramentas, especialmente en conxuntos de datos pequenos.
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/percentile/
curl
curl "https://calculator.free/api/v1/percentile/?numbers=5, 7, 8, 12, 14, 18, 21, 25, 30, 35&p=90"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/percentile/?" + new URLSearchParams({
"numbers": "5, 7, 8, 12, 14, 18, 21, 25, 30, 35",
"p": "90"
}));
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.