Last active
November 7, 2017 16:40
-
-
Save rahulaga/18dda9055f785f5c9a19ebe72041d2bd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Possibility. | Value. | |
|---|---|---|
| a2 = a1 AND b1 = b2. | 1. | |
| a1 ≤ a2 AND b1 < b2. | 0.9. | |
| a1 ≤ a2 AND b2 < b1. | 0.7. | |
| a2 < a1 AND b2 ≤ b1. | 0.9. | |
| a2 < a1 AND b1 ≤ b2. | 0.7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment