Σ
SDCalc
מתקדמיםAdvanced·14 min

סטיית תקן משוקללת

למדו כיצד לחשב סטיית תקן משוקללת כאשר לנקודות נתונים חשיבות או תדירות שונה.

מהי סטיית תקן משוקללת?

כאשר לנקודות נתונים רמות חשיבות שונות או שהן מייצגות תדירויות שונות, משתמשים בסטיית תקן משוקללת. זה נפוץ בניתוח תיקי השקעות, נתוני סקרים עם משקלות דגימה וחישובי ממוצע ציונים.

בחישובים רגילים (לא משוקללים), כל נקודת נתונים תורמת באופן שווה לממוצע ולסטיית התקן. אולם תרחישים בעולם האמיתי דורשים לעתים קרובות מתן השפעה גדולה יותר לתצפיות מסוימות. השקעה של מיליון שקל צריכה להשפיע על חישוב תנודתיות התיק יותר מפוזיציה של אלף שקל. תשובת סקר מקבוצה דמוגרפית גדולה צריכה לשאת משקל רב יותר באומדן פרמטרי אוכלוסייה.

מתי להשתמש בסט“ת משוקללת

השתמשו בסטיית תקן משוקללת כאשר לנקודות הנתונים חשיבות, תדירות או רמות אמינות שונות. סט“ת לא משוקללת מניחה שכל הנקודות חשובות באותה מידה — הנחה שלעתים קרובות אינה נכונה.

נוסחת סט“ת משוקללת

ראשית, נדרש הממוצע המשוקלל:

Weighted Mean

x̄w = Σ(wᵢxᵢ) / Σwᵢ

לאחר מכן, סטיית התקן המשוקללת (גרסת אוכלוסייה):

Weighted Standard Deviation (Population)

σw = √[Σwᵢ(xᵢ - x̄w)² / Σwᵢ]

כאשר wᵢ הם המשקולות, xᵢ הם ערכי הנתונים, ו-x̄w הוא הממוצע המשוקלל.

לנתוני מדגם, השתמשו בנוסחה מתוקנת הטיה (אנלוגית לתיקון בסל):

Weighted Standard Deviation (Sample)

sw = √[Σwᵢ(xᵢ - x̄w)² / (Σwᵢ - Σwᵢ²/Σwᵢ)]

תיקון המדגם מורכב יותר כי “גודל המדגם האפקטיבי” תלוי בהתפלגות המשקולות. אם כל המשקולות שוים, הנוסחה מצטמצמת לתיקון n-1 המוכר.

חישוב שלב אחר שלב

1

חישוב הממוצע המשוקלל

הכפילו כל ערך במשקלו, סכמו את המכפלות וחלקו בסכום המשקולות.
2

חישוב סטיות ריבועיות משוקללות

לכל ערך, מצאו (ערך - ממוצע משוקלל)², ואז הכפילו במשקל.
3

סיכום הסטיות הריבועיות המשוקללות

חברו את כל המכפלות משלב 2.
4

חלוקה בסכום המשקולות

לסט“ת אוכלוסייה, חלקו ב-Σwᵢ. לסט“ת מדגם, השתמשו בתיקון ההטיה.
5

שורש ריבועי

סטיית התקן המשוקללת הסופית.

יישומים בעולם האמיתי

תנודתיות תיק השקעות: בפיננסים, סטיית תקן של תיק חייבת להתחשב בהקצאות נכסים שונות. תנודתיות של תיק 50% מניות ו-50% אגרות חוב מחושבת באמצעות סט“ת משוקללת כאשר המשקולות הם אחוזי ההקצאה.

ניתוח סקרים: מדגמי סקרים לעתים קרובות מייצגים יתר או חסר קבוצות דמוגרפיות מסוימות. שקלול מתקן זאת ומבטיח שהתוצאות משקפות את האוכלוסייה האמיתית. סט“ת המשוקללת לוכדת את השונות באוכלוסייה, לא רק במדגם.

ציוני לימודים: בחישוב ממוצע ציונים, לקורסים שונים נקודות זכות שונות. קורס של 4 נקודות זכות צריך להשפיע על הממוצע שלכם יותר מקורס של נקודת זכות אחת. חישובים משוקללים מטפלים בזה באופן טבעי.

מטה-אנליזה: בשילוב תוצאות ממחקרים מרובים, כל מחקר משוקלל לפי הדיוק שלו (בדרך כלל שונות הפוכה). זה נותן יותר השפעה למחקרים גדולים ומדויקים יותר.

דוגמאות מפורטות

דוגמת תיק השקעות: נתון תיק עם שלוש מניות:

  • מניה A: תשואה 15%, הקצאה 50% (משקל = 0.50)
  • מניה B: תשואה 8%, הקצאה 30% (משקל = 0.30)
  • מניה C: תשואה -2%, הקצאה 20% (משקל = 0.20)

ממוצע משוקלל = (0.50×15 + 0.30×8 + 0.20×(-2)) / 1.0 = 9.5%

סט“ת משוקללת = √[(0.50×(15-9.5)² + 0.30×(8-9.5)² + 0.20×(-2-9.5)²)] = √[(0.50×30.25 + 0.30×2.25 + 0.20×132.25)] = √[15.125 + 0.675 + 26.45] = √42.25 = 6.5%

שימו לב להשפעה

למניה C הקצאה של 20% בלבד, אך היא תורמת רבות לתנודתיות כי תשואתה סוטה משמעותית מהממוצע המשוקלל. זה בדיוק מה שסט“ת משוקללת לוכדת — גם הסטייה וגם המשקל חשובים.

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.