Live data from Hacker News

Correlation is usually not causation. But why not?

gwern.net

11–20 of 74 posts

Re: Correlation is usually not causation. But why not?

#11
post #9

This article starts off with a common mistake. It is ok to create the 3 categories: > If I suspect that A→B, and I collect data and establish beyond doubt that A&B correlates r=0.7, how much evidence do I have that A→B? > you can divvy up the possibilities as: 1. A causes B 2. B causes A 3. both A and B are caused by a C So far so good, but here is the problem: > Even if we were guessing at random, you’d expect us to…

If you read the whole article, he addresses this about halfway down.

Re: Correlation is usually not causation. But why not?

#12

Correlation vs causation is not actually a complex mathematical problem. The issue is more philosophical. Bayesian networks are a highly sophisticated and flexible framework for thinking about causation. And yet the essence of Bayesian networks can be captured in much simpler methods like Instrumental Variables or simply regressions with controls. In all cases, the true distribution of observables (which we can estim…

To add to your point, we cannot prove or disprove the existence of causation (Try to conceive a falsifiable experiment about causation and I would argue you would end up with a metaphysical crisis). The 'is-ought' issue David Hume showed, where just because something 'is' a way does not indicate how it 'ought' to be or will continue to be, has highlighted to us how difficult it is to think this problem for hundreds of years. Another way to look at it is to ask "Who or what is to guarantee the law of physics will remain the same tomorrow? What is to stop the speed of light changing to 1 mile per hour?"

This isn't to say the article posted is of no use. Having a 'graph-like' mental model of how things work is incredibly useful, as most education simplifies real-world problems into a few key issues. Although most non-computer science issues can be reduced successfully using the 80/20 rule in real life, sometimes some problems require us to look at the 100s of contributing factors to allow us to solve the problem we're facing properly.

The more 'graph-like' problem solving becomes acceptable as way to solve issues the better of everyone will be.

Re: Correlation is usually not causation. But why not?

#13
post #9

This article starts off with a common mistake. It is ok to create the 3 categories: > If I suspect that A→B, and I collect data and establish beyond doubt that A&B correlates r=0.7, how much evidence do I have that A→B? > you can divvy up the possibilities as: 1. A causes B 2. B causes A 3. both A and B are caused by a C So far so good, but here is the problem: > Even if we were guessing at random, you’d expect us to…

First, keep reading.

Second, when gwern says "you'd expect 33%", he [1] does not mean "the abstract 'we' mathematically expect 33%", but indeed "the generic person-on-the-street has an intuitive belief that we should get 33%". If you check the context I think you'll see this fits.

[1] So far as I know, anyhow.

Re: Correlation is usually not causation. But why not?

#14
post #2

Disagree with the title. Correlation does imply casuation a lot of the times (especially for simple systems). But not always. Therefore, the caution is not to assume it apriori, but pursue further investigation to confirm or reject it. Even when it is rejected, a lot of those cases result in a third variable being the cause behind the correlated "effect" variables.

"Disagree with the title."

Perhaps you should read the article before posting your disagreement. (As well as the several other people who appear to have paragraph-sized responses to 8 words, rather than the actual article.)

Re: Correlation is usually not causation. But why not?

#15
post #8

[deleted]

The author more than understands this. In the first two paragraphs he address the much more interesting question about whether, in realistic causal DAGs, potential correlations grow at a faster rate than actual causal links—the idea being that if they did it would harm the notion that seeing a correlation improves the hope of causation due to pigeonholing.

The author doesn't assert that this is true, but it definitely means he's thinking about this quite hard.

Re: Correlation is usually not causation. But why not?

#16
post #6

Earlier quoted context omitted.

A smarter algorithm would refrain from betting on the coin.

That's great if you know a priori that you cannot predict the outcome of what you are betting with.

I don't think it would be necessary to know a priori that something is unpredictable; failing to find a pattern after some number of observations should allow an algorithm to determine that the event is not predictable by that algorithm.

Re: Correlation is usually not causation. But why not?

#17
post #3

Statistics serves as a tool to overcome our cognitive biases. But what if these biases are at the center of learning? Take for example the Gambler's Fallacy where a player believes she can predict the outcome of a coin toss with greater certainty than is possible. Obviously she cannot. But if I had to design a Machine Learning algorithm, I would certainly want it to always assume that a pattern existed. That way, if…

A smarter algorithm would refrain from betting on the coin.

A smarter algorithm would consider the payoff as well as the odds. Then it may bet or refrain.

Re: Correlation is usually not causation. But why not?

#18
post #2

Disagree with the title. Correlation does imply casuation a lot of the times (especially for simple systems). But not always. Therefore, the caution is not to assume it apriori, but pursue further investigation to confirm or reject it. Even when it is rejected, a lot of those cases result in a third variable being the cause behind the correlated "effect" variables.

The problem with using "correlation does not imply causation" outside of a mathematical context is that in math, saying A implies B means that if condition A is true, then condition B is true. In common vernacular, implies means to suggest, hence the confusion.

Re: Correlation is usually not causation. But why not?

#19
In reality, causal mechanisms for the phenomena we most care about (economic and social phenomena particularly) are so fantastically complicated that you never really "figure it out". Nevertheless, if you can exploit the hypothesized causation to optimize some function, you've won, regardless of the metaphysics.

Even in the context of physical processes, like the biological processes Gwern mentions, the notion of "establishing causality" is much more of a regulatory artifact than anything else.

You might call this the machine learning approach (optimize some objective function, regardless of mechanism) as opposed to the statistics approach (generate some measured claim about a process itself).

Re: Correlation is usually not causation. But why not?

#20
post #3

Statistics serves as a tool to overcome our cognitive biases. But what if these biases are at the center of learning? Take for example the Gambler's Fallacy where a player believes she can predict the outcome of a coin toss with greater certainty than is possible. Obviously she cannot. But if I had to design a Machine Learning algorithm, I would certainly want it to always assume that a pattern existed. That way, if…

A smarter algorithm would refrain from betting on the coin.

What if the coin had the best odds compared to all other games?
Post reply on HN