Σ
SDCalc
متقدممتقدم·14 min

اختبار الفرضيات باستخدام الانحراف المعياري

تعلّم كيف يُستخدم الانحراف المعياري في اختبار الفرضيات. افهم اختبارات t واختبارات z وكيفية تحديد الدلالة الإحصائية.

نظرة عامة

اختبار الفرضيات هو أسلوب إحصائي لاتخاذ قرارات حول المجتمعات بناءً على بيانات العينة. يلعب الانحراف المعياري دورًا محوريًا في تحديد ما إذا كانت الفروق المُلاحظة ذات دلالة إحصائية أم مجرد نتيجة للصدفة العشوائية.

1

صياغة الفرضيات

صياغة فرضية العدم (H₀) والفرضية البديلة (H₁)
2

اختيار مستوى الدلالة

اختيار مستوى الدلالة (α)، عادةً 0.05
3

حساب إحصائية الاختبار

حساب إحصائية الاختبار باستخدام الانحراف المعياري
4

المقارنة بالقيمة الحرجة

المقارنة بالقيمة الحرجة أو حساب القيمة الاحتمالية (p-value)
5

اتخاذ القرار

اتخاذ القرار: رفض أو عدم رفض H₀

اختبار Z

استخدم اختبار Z عندما تعرف الانحراف المعياري للمجتمع (σ) ولديك حجم عينة كبير (n ≥ 30).

إحصائية اختبار Z

z = (x̄ - μ₀) / (σ / √n)

مثال

يدّعي مصنّع أن البطاريات تدوم 100 ساعة في المتوسط (μ₀ = 100). اختبرت 36 بطارية ووجدت أن x̄ = 98 ساعة. إذا كان σ = 12 ساعة: z = (98 - 100) / (12 / √36) = -2 / 2 = -1 مع z = -1 وα = 0.05 (ثنائي الطرف)، لا نرفض H₀. الفرق ليس ذا دلالة إحصائية.

اختبار T

استخدم اختبار t عندما لا تعرف الانحراف المعياري للمجتمع ويجب تقديره من العينة (باستخدام s بدلاً من σ).

إحصائية اختبار T

t = (x̄ - μ₀) / (s / √n)

متى تستخدم اختبار T مقابل اختبار Z

- اختبار Z: σ معروف، n ≥ 30 - اختبار T: σ غير معروف (استخدم s)، أي حجم عينة في الممارسة العملية، اختبارات t أكثر شيوعًا بكثير لأننا نادرًا ما نعرف القيمة الحقيقية لـ σ للمجتمع.

الخطأ المعياري

الخطأ المعياري (SE) يقيس مدى تباين متوسطات العينات عن متوسط المجتمع. إنه الرابط الأساسي بين الانحراف المعياري واختبار الفرضيات.

الخطأ المعياري للمتوسط

SE = σ / √n (أو s / √n عند استخدام الانحراف المعياري للعينة)

ينخفض الخطأ المعياري مع زيادة حجم العينة. العينات الأكبر تعطي تقديرات أكثر دقة وتسهّل اكتشاف الفروق الحقيقية.

الدلالة الإحصائية

تكون النتيجة ذات دلالة إحصائية عندما يكون احتمال ملاحظتها بالصدفة (القيمة الاحتمالية p-value) أقل من العتبة التي اخترتها (α).

إذا كانت p-value < α

ارفض H₀. النتيجة ذات دلالة إحصائية.

إذا كانت p-value ≥ α

لا ترفض H₀. قد تكون النتيجة بسبب الصدفة.

الدلالة الإحصائية مقابل الأهمية العملية

النتيجة ذات الدلالة الإحصائية ليست بالضرورة مهمة عمليًا. مع عينات كبيرة جدًا، يمكن أن تكون فروق ضئيلة “ذات دلالة” ولكنها بلا معنى في الممارسة العملية. ضع في اعتبارك دائمًا حجم الأثر إلى جانب القيم الاحتمالية.

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.