Percentile Calculator
Nađite vrijednost na bilo kojem percentilu i kvartilu skupa podataka.
Rezultati se ažuriraju dok tipkate.
O ovom kalkulatoru
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 values.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 are a number that is defined by the number of points that the test score is equal to.Percentiles are a number that is equal to the number of points that the test score is equal to.Percentiles are a number that is equal to the number of points that the test score is equal to.Percentiles are a number that is equal to the number of points that the test score is equal to.Percentiles are a number that is equal to the number of points that the test score is equal to.Worked example:Percentiles are a number that are equal to the number of points that are equal to the number of points that the test score is equal to.Worked example:Percentiles are a number that is equal to the number of points that the test score is equal to.Worked example:Percentiles are a number that is equal to the number of points that the test score is equal to.Worked example:Percentiles are a number that is equal to the number of points that the test score is equal to.Worked example:Percentiles are a number that is equal to the number of points that the test score is equal to.Worked example:Percentiles are a number that is equal to the number of points that the test score is equal to.Worked example:Percentiles are a number that is equal to the number of points that the test score is equal to.Worked example:Percentiles are a number that is equal to the number
Često postavljana pitanja
Kako se izračunava percentil?
Podaci se sortiraju i izračunava se rang od (p/100)·(n − 1). Ako je taj rang cijeli broj, vraća se vrijednost na toj poziciji; u suprotnom kalkulator interpolira linearno između dvije susjedne vrijednosti. Ovo je inkluzivna metoda (PERCENTILE.INC).
Koja je razlika između percentila i kvartila?
Kvartili su samo specifični percentili koji dijele podatke u četiri jednaka dijela: prvi kvartil je 25. percentil, drugi je 50. (medijan) i treći je 75. percentil.
Koji je interkvartilni raspon?
Interkvartilni raspon (IQR) je treći kvartil minus prvi - raspon srednje 50% podataka.Pošto ignorira gornje i donje kvartile, to je robustna mjera rasprostranjenosti i često se koristi za označavanje iznimki.
Šta znači 90-ti percentil?
To je vrijednost ispod koje leži 90% podataka, tako da je samo 10% opažanja više. Ocjena na 90. percentilu na testu znači da ste bolje od oko 90% drugih ispitanika.
Da li je 50. percentil isti kao i medijan?
50. percentil dijeli podatke tako da polovina vrijednosti pada ispod njega, što je tačno definicija medijana.
Zašto bi različit alat mogao dati malo drugačiji percentil?
Postoji nekoliko prihvaćenih definicija percentila. Ovaj kalkulator koristi inkluzivnu linearnu interpolaciju (PERCENTILE.INC); ekskluzivni metod (PERCENTILE.EXC) i metod najbližeg ranga stavljaju percentil malo drugačije, tako da rezultati mogu malo varirati između alata, posebno na malim skupovima podataka.
API — koristite ovaj kalkulator iz koda
Pozovi ovaj kalkulator kao slobodnu JSON krajnju tačku - nije potreban ključ. Pošalji vrijednosti polja ispod kao parametre upita ili JSON. Sve što izostavite koristi istu zadanu vrijednost kojom je ova stranica unaprijed popunjena; nepoznat parametar je 400, nikad tiha nula. Pročitajte cijelu API dokumentaciju →
Krajnja tačka
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);
Rezultati su procjene samo za opće smjernice, a ne financijski, medicinski ili porezni savjeti.