Skip to main content

Quartile ની ગણતરી કેવી રીતે કરવી

Quartile શું છે?

Quartiles divide a sorted dataset into four equal parts. Q1 (25th percentile) is the median of the lower half, Q2 is the overall median, Q3 (75th percentile) is the median of the upper half. The IQR (Q3−Q1) measures the middle 50% spread.

પગલું દ્વારા પગલું માર્ગદર્શિકા

  1. 1Sort data in ascending order
  2. 2Q2 = median of all data
  3. 3Q1 = median of lower half (below Q2)
  4. 4Q3 = median of upper half (above Q2)
  5. 5IQR = Q3 − Q1; Outlier if < Q1 − 1.5×IQR or > Q3 + 1.5×IQR

Worked Examples

ઇનપુટ
1, 2, 3, 4, 5, 6, 7, 8
પરિણામ
Q1=2.5, Q2=4.5, Q3=6.5, IQR=4
ઇનપુટ
10, 20, 30, 40, 50, 100
પરિણામ
Q1=20, Q2=35, Q3=50, IQR=30
100 is an outlier: > Q3+1.5×30 = 95

ગણતરી માટે તૈયાર છો? મફત Quartile કેલ્ક્યુલેટર અજમાવી જુઓ

તેને જાતે અજમાવી જુઓ →

સेटिंग्स