ArthurDenture comments on 2012 Less Wrong Census/Survey - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (733)
Took the survey.
I hope this question isn't used the way I worry it will be used:
This question was easy for me to answer by pattern-matching to the Law of Small Numbers, as outlined in Thinking, Fast and Slow. If I hadn't read that, it's hard to say whether I would have reasoned it out correctly. So if many respondents answer this question correctly, I hope that the survey authors don't claim evidence that LW readers are better at statistical reasoning -- it'd be more accurate to say that LW readers are more likely to have seen this very particular question before.
(I could, naturally, be assuming too much about the intents of the survey authors.)
I have not read Thinking Fast and Slow, but the answer to this follows directly from binomial probability distributions, which (at least in NY) were part of the 11th grade math curriculum as of 2004. That doesn't mean most people will notice the connection, but technically they've been exposed to all the necessary information to solve it.
BTW, I had seen the CFAR Question 1 before.
On the other hand, I hadn't seen it before, but still got it correct.
Intuitive answer:
Picture a horizontal line and points scattered around it. If there are many points, the line will be dark and there'll be a cloud around it. If there are few points, you'll get a vague shape and it won't be easy to tell where the line originally was.
Rigorous answer:
Thoughtful answer: Why would I bother thinking? Fetch me an apple.
Edit: For copulation's sake, whose kneecaps do I have to break to make Markdown leave my indentation the Christian Underworld alone, and who wrote those filthy blatant lies masquerading as comment formatting help?
That's not such a rigorous answer:
Imagine you have a random sample with
nobservationsx_1, ...,x_n, independently and identically distributed according to some distribution with meanmuand variances^2.The sample mean is
sum(x_i)/n(the expected value ismuas one would hope). Doing some manipulations we find that this has variances^2/n, i.e. a largenmeans a small variance, so larger samples are more tightly clustered aroundmu.There may be a more convenient method, but using non-breaking spaces ( ) works.
Certain browsers (early versions of Firefox, at least) for some reason automatically replace all hard spaces with regular spaces when submitting a form.
For another intuitive answer, try lower values of 15, like 1.
The Python code works better, on my machine, if I add the line "from random import randint" at the top.
EDIT: Apparently not. Very likely a bug then.
The usual kludge is to replace spaces with full stops.
I don't understand the distinction you are making here. If you can answer correctly more statistical questions, how is that not being 'better at statistical reasoning'? Every area of thought draws heavily on memorization and caching.
Those are related abilities, but there's being able to answer specific questions and then there's being able to apply what you've learned more generally. For me, this particular question triggered more "aha! I've seen this one before!" than it triggered statistical thought. A correct answer to the question might give you a smidgen of information on whether the answerer can reason about statistics, but it probably gives you a lot more information about whether the answerer has seen the question before.
One superficial example of dealing with this problem is how, in my college discrete math class, the professor gave us a problem involving placing pigeons in holes, with the solution having nothing to do with the pigeonhole principle. Even better than obfuscating a problem, of course, is stating a novel one that exercises the skills you're testing for.