Przypuszczam, że
jest poprawny, podczas gdy
jest nieprawidłowe.
Mam jednak „intuicję” na temat późniejszej, to znaczy rozważasz prawdopodobieństwo P (A | B), dzieląc dwa przypadki (C lub Not C). Dlaczego ta intuicja jest błędna?
probability
bayesian
zell
źródło
źródło
Odpowiedzi:
Załóżmy, że jako prosty przykład przeciwnie, że prawdopodobieństwoP(A) z A jest 1 , niezależnie od wartości C . Następnie, jeśli weźmiemy nieprawidłowe równanie , otrzymamy:
To oczywiście nie może być poprawne, prawdopodobnie nie może być większe niż1 . Pomaga to zbudować intuicję, że należy przypisać wagę każdemu z dwóch przypadków proporcjonalnie do prawdopodobieństwa wystąpienia tego przypadku
, co skutkuje pierwszym (poprawnym) równaniem..To przybliża cię do pierwszego równania, ale wagi nie są całkowicie prawidłowe. Patrz komentarz A. Rexa dla prawidłowych wag.
źródło
Odpowiedź Dennisa ma świetny kontrprzykład, obalający błędne równanie. Ta odpowiedź ma na celu wyjaśnienie, dlaczego poniższe równanie jest prawidłowe:
Ponieważ każdy warunek jest uwarunkowany naB , możemy zastąpić całą przestrzeń prawdopodobieństwa B i upuścić termin. To daje nam:B
Następnie pytasz, dlaczego to równanie ma i P ( ¬ C )P(C) P(¬C) wyrażenia .
Powodem jest to, że jest częścią A na C i P ( A | Kontakty C ) P ( Ź C ) jest częścią A w Ź C oraz dwa dodać do A . Zobacz schemat. Z drugiej strony P ( A | C ) to proporcja C zawierająca A i P ( |P(A|C)P(C) A C P(A|¬C)P(¬C) A ¬C A P(A|C) C A P(A|¬C) to proporcja zawierająca A - są to proporcje różnych regionów, więc nie mają wspólnych mianowników, więc ich dodanie jest bez znaczenia.¬C A
źródło
Wiem, że otrzymałeś już dwie świetne odpowiedzi na swoje pytanie, ale chciałem tylko wskazać, w jaki sposób możesz przekształcić ideę intuicji w prawidłowe równanie.
Najpierw pamiętaj, żeP(X∣Y)=P(X∩Y)P(Y) and equivalently P(X∩Y)=P(X∣Y)P(Y) .
To avoid making mistakes, we will use the first equation in the previous paragraph to eliminate all conditional probabilities, then keep rewriting expressions involving intersections and unions of events, then use the second equation in the previous paragraph to re-introduce the conditionals at the end. Thus, we start with:
We will keep rewriting the right-hand side until we get the desired equation.
The casework in your intuition expands the eventA into (A∩C)∪(A∩¬C) , resulting in
As with sets, the intersection distributes over the union:
Since the two events being unioned in the numerator are mutually exclusive (sinceC and ¬C cannot both happen), we can use the sum rule:
We now see thatP(A∣B)=P(A∩C∣B)+P(A∩¬C∣B) ; thus, you can use the sum rule on the event on the event of interest (the "left" side of the conditional bar) if you keep the given event (the "right" side) the same. This can be used as a general rule for other equality proofs as well.
We re-introduce the desired conditionals using the second equation in the second paragraph:
We plug this into our equation forP(A∣B) as:
Noting thatP(B∩C)P(B)=P(C∣B) (and similarly for ¬C ), we finally get
Which is the correct equation (albeit with slightly different notation), including the fix A. Rex pointed out.
Note thatP(A∩C∣B) turned into P(A∣B∩C)P(C∣B) . This mirrors the equation P(A∩C)=P(A∣C)P(C) by adding the B condition to not only P(A∩C) and P(A∣C) , but also P(C) as well. I think if you are to use familiar rules on conditioned probabilities, you need to add the condition to all probabilities in the rule. And if there's any doubt whether that idea works for a particular situation, you can always expand out the conditionals to check, as I did for this answer.
źródło
Probabilities are ratios; the probability of A given B is how often A happens within the space of B. For instance,P(rain|March) is the number of rainy days in March divided by the number of total days in March. When dealing with fractions, it makes sense to split up numerators. For instance,
This of course assumes that "snow" and "rain" are mutually exclusive. It does not, however, make sense to split up denominators. So if you haveP(rain|February or March) ,
that is equal to
But that is not equal to
If you're having trouble seeing that, you can try out some numbers. Suppose there are 10 rainy days in February and 8 in March. Then we have
and
The first number, 29.5%, is the average of 35.7% and 25.8% (with the second number weighted slightly more because there is are more days in March). When you sayP(A|B)=P(A|B,C)+P(A|B,¬C) you're saying that x1+x2y1+y2=x1y1+x2y2 , which is false.
źródło
If I go to Spain, I can get sunburnt.
źródło