Yahoo Clever wird am 4. Mai 2021 (Eastern Time, Zeitzone US-Ostküste) eingestellt. Ab dem 20. April 2021 (Eastern Time) ist die Website von Yahoo Clever nur noch im reinen Lesemodus verfügbar. Andere Yahoo Produkte oder Dienste oder Ihr Yahoo Account sind von diesen Änderungen nicht betroffen. Auf dieser Hilfeseite finden Sie weitere Informationen zur Einstellung von Yahoo Clever und dazu, wie Sie Ihre Daten herunterladen.
What is statistical "independence"? How can probabilities verify that two events are statistically independent?
2 Antworten
- Anonymvor 10 JahrenBeste Antwort
It means, the occurrence or non-occurrence of one event has no effect on the probability of occurrence of the other event.
P(A|B) = P(A|not B) = PA
meaning, the probability of an event A occurring on condition that B has occurred is equal to
the probability of occurrence of A on condition that B has not occurred, which is equal to
the general probability of occurrence of event A.
You can verify independence checking that this equality holds.
It also has an implication which can be used to test independence:
P(A and B) = P(A)*P(B)
meaning, the probability of two events occurring at the same time is equal to the product of the probabilities of each event.
- YirmiyahuLv 7vor 10 Jahren
Here is an identity that you need to know:
P(A u B) = P(A) + P(B) - P(A intersect B)
If P(A) = 0.3, P(B) = 0.4 and P(A u B) = 0.5, then
P(A u B) = 0.5 = 0.3 + 0.4 - P(A intersect B)
P(A intersect B) = 0.2, right?
FACT: Independence means P(A intersect B) = 0.0. Always.
So, if you can show that P(A intersect B) = 0.0, then A & B are independent.