Supongo que
es correcto, mientras que
Es incorrecto.
Sin embargo, tengo una "intuición" sobre la última, es decir, considera la probabilidad P (A | B) al dividir dos casos (C o No C). ¿Por qué esta intuición está mal?
Supongo que
es correcto, mientras que
Es incorrecto.
Sin embargo, tengo una "intuición" sobre la última, es decir, considera la probabilidad P (A | B) al dividir dos casos (C o No C). ¿Por qué esta intuición está mal?
Respuestas:
Supongamos, como un ejemplo contador fácil, que la probabilidad de es , independientemente del valor de . Entonces, si tomamos la ecuación incorrecta , obtenemos:
Eso obviamente no puede ser correcto, un probablemente no puede ser mayor que . Esto ayuda a construir la intuición de que debe asignar un peso a cada uno de los dos casos proporcional a la probabilidad de que ese caso sea , lo que resulta en la primera ecuación (correcta). .
Eso te acerca a tu primera ecuación, pero los pesos no son completamente correctos. Ver el comentario de A. Rex para los pesos correctos.
La respuesta de Dennis tiene un gran contraejemplo, refutando la ecuación incorrecta. Esta respuesta busca explicar por qué la siguiente ecuación es correcta:
As every term is conditioned on , we can replace the entire probability space by and drop the term. This gives us:
Then you are asking why this equation has the and terms in it.
The reason is that is the portion of in and is the portion of in and the two add up to . See diagram. On the other hand is the proportion of containing and es la proporción de ¬ C que contiene A : estas son proporciones de diferentes regiones, por lo que no tienen denominadores comunes, por lo que sumarlas no tiene sentido.
I know you've already received two great answers to your question, but I just wanted to point out how you can turn the idea behind your intuition into the correct equation.
First, remember that and equivalently .
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 event into , resulting in
As with sets, the intersection distributes over the union:
Since the two events being unioned in the numerator are mutually exclusive (since and cannot both happen), we can use the sum rule:
We now see that ; 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 for as:
Noting that (and similarly for ), we finally get
Which is the correct equation (albeit with slightly different notation), including the fix A. Rex pointed out.
Note that turned into . This mirrors the equation by adding the condition to not only and , but also 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.
Probabilities are ratios; the probability of A given B is how often A happens within the space of B. For instance, 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 have , 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 say you're saying that , which is false.