백분율 계산기
데이터 세트의 모든 백분율 및 쿼티의 값을 찾습니다.
입력하는 동안 결과가 업데이트됩니다.
이 계산기에 대해
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.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 are a number that is defined by the percentage of the data.Percentiles are a number that is defined by the percentage of the data.Percentiles are a number that is defined by the percentage of the data.Percentiles are a number that is defined by the percentage of the data.Percentiles are a number that is defined by the percentage of the data.Percentiles are a number that is defined by the number of data.Worked example: 90th percentile = 90% of the dataWorked example: 90th percentile = 90% of the dataWorked example: 90th percentile = 90% of the dataWorked example: 90th percentile = 90% of the dataWorked example: 90th percentile = 90% of the dataWorked example: 90th percentile = 90% of the dataWorked example: 90th percentile = 90% of the dataWorked example: 90th percentile = 90% of the dataWorked example: 90th percentile = 90% of the dataWorked example: 90th percentile = 90% of the dataWorked example: 90th percentile = 9
자주 묻는 질문
퍼센티지는 어떻게 계산됩니까?
데이터를 정렬하고 (p/100)·(n − 1)의 순위를 계산합니다. 만약 그 순위가 정수라면 그 위치의 값이 반환됩니다. 그렇지 않으면 계산기는 두 인접한 값 사이를 선형적으로 보간합니다. 이것은 포함 (PERCENTILE.INC) 방법입니다.
퍼센티지와 쿼티의 차이는 무엇입니까?
쿼티는 데이터를 4개의 동등한 부분으로 나누는 특정 퍼센티지입니다. 첫 번째 쿼티는 25 퍼센티지이고, 두 번째 쿼티는 50 퍼센티지(중간값)이며, 세 번째 쿼티는 75 퍼센티지입니다.
4분위간 범위는 무엇입니까?
IQR(분기간 범위)는 데이터의 중간 50%의 범위인 첫 번째 분기를 뺀 세 번째 분기입니다. 상위 및 하위 분기를 무시하기 때문에 분산을 견고하게 측정할 수 있으며 이차값을 표시하는 데 종종 사용됩니다.
90%는 무엇을 의미합니까?
90%의 데이터가 속하는 값이므로 관찰의 10%만이 높은 값입니다. 시험에서 90%의 점수를 얻는 것은 다른 시험 응시자의 90%보다 높은 점수를 얻는 것을 의미합니다.
50%의 백분율은 중간값과 동일한가요?
50% 백분율은 값의 절반이 50% 백분율 이하로 떨어지도록 데이터를 분할합니다. 이는 정확히 중간값의 정의입니다.
다른 도구가 약간 다른 백분위수를 제공하는 이유는 무엇입니까?
백분율의 정의는 여러 가지가 있으며, 이 계산기는 포함 선형 보간(PERCENTILE.INC)을 사용합니다. 독점 방법(PERCENTILE.EXC)과 최근순 방법은 백분율을 조금씩 다르게 배치하므로, 작은 데이터 세트에서 특히 도구 간에 결과가 조금씩 다를 수 있습니다.
API — 코드에서 이 계산기를 사용
이 계산기를 무료 JSON 엔드포인트로 호출하세요. 키가 필요하지 않습니다. 아래 필드 값을 쿼리 매개 변수 또는 JSON으로 보내십시오. 전체 API 문서 읽기 →
끝점
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);
결과는 재정, 의료 또는 세금 조언이 아닌 일반적인 지침을위한 추정치입니다.