I

Interquartilsabstand

IQR

Der Interquartilsabstand (IQR) misst die mittleren 50 % eines Datensatzes und zeigt seine statistische Streuung.

Das Interquartilsabstand (IQR) is a statistical measure used to quantify the amount of variation or dispersion in a dataset. Specifically, it represents the range within which the central 50% of the data points lie, effectively providing a way to understand the spread of the data while minimizing the influence of outliers.

Um den IQR zu berechnen, wird der Datensatz zunächst in aufsteigender Reihenfolge angeordnet. Das erste Quartil (Q1) wird dann ermittelt, das der Median der unteren Hälfte des Datensatzes ist, und das dritte Quartil (Q3) wird gefunden, das der Median der oberen Hälfte ist. Der IQR wird dann berechnet, indem Q1 von Q3 subtrahiert wird:

IQR = Q3 – Q1

The resulting value gives a clear indication of the variability of the data. A smaller IQR suggests that the data points are closely clustered around the median, while a larger IQR indicates a wider spread of values. This metric is particularly useful in identifying outliers, which are defined as data points that fall below Q1 – 1.5 * IQR or above Q3 + 1.5 * IQR.

Insgesamt ist der Interquartilsabstand ein wesentliches Werkzeug in beschreibende Statistik, allowing researchers and analysts to summarize and interpret data effectively. It is widely used in various fields, including finance, healthcare, and Sozialwissenschaften, to assess Datenverteilung and inform decision-making.

Strg + /