The riddle of True Positive, True Negative, False Positive and False Negative


I’m sure most of you are always confused regarding when an event is True Positive, True Negative, False Positive and False Negative.

I am using cricket the sport to explain this simple concept.

True Positive:

       Umpire gives a Batsman NOT OUT when he is NOT OUT.


True Negative :

       Umpire gives a Batsman OUT when he is OUT.


False Positive:

          Umpire gives a Batsman  OUT when he is NOT OUT.
         

 False Negative:

           Umpire gives a Batsman NOT OUT when he is OUT.


I hope it helps in demystifying the mystery!

Comments

  1. Hey. Nice explanation of the concept. Thanks. This is of great help.

    ReplyDelete

Post a Comment

Popular posts from this blog

Pyhton auto post to blogger using Google blogger API

Connect VPN via Python

Website crawl or scraping with selenium and python