हाइपोथेसिस टेस्टिंग में टेस्ट स्टैटिस्टिक (Test Statistic) का महत्व
1. टेस्ट स्टैटिस्टिक क्या है?
Test Statistic एक standardized value है जो sample से calculate की जाती है। यह हमें ये निर्णय लेने में मदद करती है कि Hypothesis Test का outcome क्या होगा।
Standardization का मतलब है कि sample के statistic को एक ज्ञात probability distribution में convert करना, जैसे कि Standard Normal Distribution (Z) या Student’s T-Distribution (T)।
अलग-अलग distribution का उपयोग:
- Standard Normal Distribution (Z): Population Proportions (जैसे population के percentage) को टेस्ट करने के लिए।
- Student’s T-Distribution (T): Population Means (औसत) को टेस्ट करने के लिए।
Note: Test Statistic को calculate करने के specific steps को आगे की chapters में सीखा जाएगा।
2. Hypothesis Test के दो मुख्य Approaches: Critical Value और P-Value
(i) Critical Value Approach
Critical Value Approach में हम Test Statistic की value की तुलना Critical Value से करते हैं।
- Rejection Region: यह probability का वो area है जो distribution के tails में होता है।
- Significance Level (α): Rejection Region का size Significance Level से तय होता है।
- Critical Value: यह वो boundary है जो Rejection Region को बाकी distribution से अलग करती है।
यदि Test Statistic Rejection Region में आ जाए, तो हम Null Hypothesis को reject कर देते हैं।
Example: मान लीजिए कि हमारे पास एक Test Statistic है जिसका value 2.3 है और Significance Level (α = 0.05) के लिए Critical Value 2 है।
- इस स्थिति में, Test Statistic (2.3) Critical Value (2) से बड़ा है, जो Rejection Region में आता है।
- इसलिए हम Null Hypothesis को 0.05 Significance Level पर reject कर देंगे।
(ii) P-Value Approach
P-Value Approach में हम Test Statistic से निकाली गई P-Value की तुलना Significance Level (α) से करते हैं।
- यदि P-Value, Significance Level से कम हो जाती है, तो हम Null Hypothesis को reject कर देते हैं।
- P-Value approach Hypothesis Test के outcome को interpret करने का एक दूसरा तरीका है।
Critical Value Approach का सारांश
- Rejection Region: Distribution का tail area जो Null Hypothesis को reject करने के लिए बनाया गया है।
- Critical Value: Rejection Region और बाकी distribution को अलग करता है।
- Decision: अगर Test Statistic, Rejection Region में हो तो Null Hypothesis reject कर दी जाती है।
इस प्रकार, Test Statistic और Critical Value को compare करके, Hypothesis Test का outcome निकाला जाता है।
