Σ
SDCalc
KözéphaladóAlkalmazások·9 min

Kiugró értékek felismerése szórással

Tanuld meg, hogyan azonosítsd a kiugró értékeket az adataidban szórás segítségével. Sajátítsd el a 3-szigma szabályt, az IQR-módszert, és értsd meg, mikor kell eltávolítani a kiugró értékeket.

Mik a kiugró értékek?

A kiugró értékek olyan adatpontok, amelyek jelentősen eltérnek a többi megfigyeléstől. Okozhatja mérési hiba, adatbeviteli hiba, vagy valóban szokatlan, vizsgálatot érdemlő esetek lehetnek.

A narancssárga pont a (10, 50) koordinátánál kiugró érték

A 3-szigma szabály

Normális eloszlású adatok esetén az átlagtól 3 szórásnyi távolságon túli pontokat kiugró értékeknek tekintjük. Véletlenül az esetek kevesebb mint 0,3%-ában fordulnak elő.

Kiugró, ha

x < μ - 3σ VAGY x > μ + 3σ

Példa

Ha a vizsgaeredmények μ = 75 és σ = 10: - Alsó határ: 75 - 30 = 45 - Felső határ: 75 + 30 = 105 - Bármely 45 alatti vagy 105 feletti pontszám kiugró érték

Z-érték módszer

Számítsd ki minden adatpont z-értékét. Ha |z| > 3 (vagy néha 2,5), akkor kiugró értékről beszélünk.

Z-érték

z = (x - μ) / σ

Küszöbérték-lehetőségek

- |z| > 3: Konzervatív (kevesebb kiugró értéket talál) - |z| > 2,5: Mérsékelt - |z| > 2: Liberális (több kiugró értéket talál)

IQR-módszer (alternatíva)

Az interkvartilis terjedelem (IQR) módszer robusztusabb a kiugró értékekkel szemben, mert nem használja az átlagot és a szórást.

1

1. lépés

Keresd meg Q1-et (25. percentilis) és Q3-at (75. percentilis)
2

2. lépés

Számítsd ki: IQR = Q3 - Q1
3

3. lépés

Alsó korlát = Q1 - 1,5 × IQR
4

4. lépés

Felső korlát = Q3 + 1,5 × IQR
5

5. lépés

A korlátokon kívüli pontok kiugró értékek

Kiugró értékek kezelése

Ne töröld automatikusan!

A kiugró értékek nem mindig hibák. Eltávolításuk előtt vizsgáld meg: - Adatbeviteli vagy mérési hiba-e? - Valódi szélsőséges érték-e? - Fontos szélső esetet képvisel-e?

Mikor távolítsd el

- Igazolt adatbeviteli hibák - Mérőműszer meghibásodása - Az értékek lehetséges tartományán kívül esik

Mikor tartsd meg

- Valós változékonyságot képvisel - Fontos az elemzésed szempontjából - Eltávolítása torzítaná az eredményeket

Further Reading

How to Read This Article

A statistics tutorial is a practical interpretation guide, not just a formula dump. It refers to the assumptions, notation, and reporting language that analysts need when they explain a result to a teacher, manager, client, or reviewer. The article body covers the specific topic, while the sections below create a common interpretation frame that readers can reuse across related metrics.

Reading goalWhat to focus onCommon mistake
DefinitionWhat the metric is and what quantity it summarizesTreating the formula as self-explanatory
Formula choiceSample versus population assumptions and notationUsing n when n-1 is required or vice versa
InterpretationWhether the result indicates concentration, spread, or riskCalling a large value good or bad without context

Frequently Asked Questions

How should I interpret a high standard deviation?

A high standard deviation means the observations are spread farther from the mean on average. Whether that spread is acceptable depends on the context: wide dispersion might signal risk in finance, instability in manufacturing, or genuine natural variation in scientific data.

Why do some articles mention n while others mention n-1?

The denominator reflects the difference between population and sample formulas. Population variance and population standard deviation use N because the full dataset is known. Sample variance and sample standard deviation often use n-1 because Bessel’s correction reduces bias when estimating population spread from a sample.

What is a statistical interpretation guide?

A statistical interpretation guide is a page that moves beyond arithmetic and explains meaning. It tells you what a metric is, when the formula applies, and how to describe the result in plain English without overstating certainty.

Can I cite this article in a report?

You should cite the underlying authoritative reference for formal work whenever possible. This page is best used as an explanatory bridge that helps you understand the concept before quoting the original standard or handbook.

Why include direct citations on every article page?

Direct citations give readers a route to verify the definition, notation, and assumptions. That improves trust and reduces the chance that a simplified explanation is mistaken for the entire technical standard.

Authoritative References

These sources define the concepts referenced most often across our articles. Bessel's correction is a sample adjustment, variance is a squared measure of spread, and standard deviation is the square root of variance expressed in the same units as the data.