That is not a paradox. It's just the fact that a theory about something might not hold when you take a closer look at that something. In the articles example, the admission rates of a university seemed to indicate that there is a bias against women. Zooming in and looking at the admission rates of the individual departments seem to indicate that there is a bias against men. The article makes it sound like the first t…
I don't know, but at some point, aren't we just running up against the definition of "probability"?
Simpson’s Paradox (2016)
11–20 of 84 posts
Re: Simpson’s Paradox (2016)
#12Re: Simpson’s Paradox (2016)
#13Thanks for putting it in such a clear way :)
Re: Simpson’s Paradox (2016)
#14Trends which appear in slices of data may disappear or reverse when the groups are combined.
Re: Simpson’s Paradox (2016)
#15Re: Simpson’s Paradox (2016)
#16That is not a paradox. It's just the fact that a theory about something might not hold when you take a closer look at that something. In the articles example, the admission rates of a university seemed to indicate that there is a bias against women. Zooming in and looking at the admission rates of the individual departments seem to indicate that there is a bias against men. The article makes it sound like the first t…
Sometimes the word paradox has a slightly different meaning. For example, Russell's paradox in mathematics is the opposite; it takes something apparently well-founded and shows that it is absurd.
Re: Simpson’s Paradox (2016)
#17That is not a paradox. It's just the fact that a theory about something might not hold when you take a closer look at that something. In the articles example, the admission rates of a university seemed to indicate that there is a bias against women. Zooming in and looking at the admission rates of the individual departments seem to indicate that there is a bias against men. The article makes it sound like the first t…
Sometimes people use the term "paradox" simply to a contradictory statement which upon investigation turns out to be true. In that way, "Simpson's Paradox" is absolutely a paradox.
Re: Simpson’s Paradox (2016)
#18In ML encapsulation, shielding away of inner details often does not work. One needs to know what is happening on the other side of the abstraction boundary. This is a problem for managers and PM coning to ML from a purely software engineering background. They are used to encapsulation and decomposition serving them well and they expect the same.
Re: Simpson’s Paradox (2016)
#19In simples case at least, such as with the kidney stones, can we reduce our risk of reaching wrong conclusions by increasing our sample size of patients and randomizing which receive each treatment?
Yes absolutely! Random assigment along with statistical power and significance considerations does indeed allow one to draw causal conclusions. It’s the gold standard for causal inference.
The problem with these cases is generally that people want to use data that didn't come from a controlled experiment to begin with. You have a nice, fat data set of all the people who have been treated for kidney stones -- you could never afford to do a controlled experiment at that scale. But because the treatments weren't randomized (and neither was anything else), the conclusions are erroneous.
This has been a huge problem in social sciences, where you can't do the controlled experiment at all, even at a smaller scale, because there is no way to randomize the choices individuals make. All you can do is try to control for the divergence statistically -- but there isn't one confounder in real data, there are thousands or more, and each one you want to control for multiplies the measurement error (because the measurement error in the primary factor combines with the measurement error in the control factor).