सटीकता के बाद से, इस मामले में, है सही ढंग से वर्गीकृत किए गए नमूनों अनुपात है, हम दो अनुपातों की एक प्रणाली से संबंधित परिकल्पना के परीक्षण को लागू कर सकते हैं।
चलो पी 1 और पी 2 सत्यता क्रमशः classifiers 1 और 2 से प्राप्त हो सकता है, और एन नमूनों की संख्या हो। कक्षा 1 और 2 में सही ढंग से वर्गीकृत किए गए नमूनों की संख्या क्रमशः x 1 और x 2 है।p^1p^2nx1x2
p^1=x1/n,p^2=x2/n
परीक्षण आँकड़ा द्वारा दिया जाता है
Z=p^1−p^22p^(1−p^)/n−−−−−−−−−−√ कहाँ पे p^=(x1+x2)/2n
p2p1
- H0:p1=p2 (दोनों को समान बताते हुए अशक्त परिकल्पना)
- Ha:p1<p2 (नए का दावा करने वाला वैकल्पिक काल्पनिकता मौजूदा से बेहतर है)
अस्वीकृति क्षेत्र द्वारा दिया जाता है
Z<−zα (if true reject H0 and accept Ha)
where zα is obtained from a standard normal distribition that pertains to a level of significance, α. For instance z0.5=1.645 for 5% level of significance. This means that if the relation Z<−1.645 is true, then we could say with 95% confidence level (1−α) that classifier 2 is more accurate than classifier 1.
References:
- R. Johnson and J. Freund, Miller and Freund’s Probability and Statistics
for Engineers, 8th Ed. Prentice Hall International, 2011. (Primary source)
- Test of Hypothesis-Concise Formula Summary. (Adopted from [1])