skeptical_lurker comments on Suppose HBD is True - Less Wrong

-12 Post author: OrphanWilde 21 April 2016 01:34PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (178)

You are viewing a single comment's thread. Show more comments above.

Comment author: skeptical_lurker 21 April 2016 09:19:30PM *  3 points [-]

No, I'm not pretending humans are perfectly rational agents that can successfully utilize relatively low levels of information.

So your argument is that the information conveyed by HBD is so low that humans can't perceive it?

IIRC the threshold for updating for the average person is 1/3 - increasing a Bayes factor by less than this is below the threshold of perception.

Some HBD people claim that people of African descent are one standard deviation below normal IQ, and Ashkenazi Jews are one standard deviation above. Mensa is open to people of about IQ three standard deviations above normal. [edit: apparently its only two, but I'm leaving the following calculation unchanged] If the HBD people are correct, and the standard deviations are the same, then Ashkenazi Jews are 718 times* as likely than African people to have Mensa-level IQ. IIRC the difference in crime rates between Blacks and Asians is also quite large (>10x).

Now, I'm not saying the HBD people are correct here - that's not my field - but the claims they make do concern very large differences which even a far from optimal Baysian updater could make use of, if the claims are correct.

*From running in python:

import scipy

scipy.stats.norm.cdf(-2)/scipy.stats.norm.cdf(-4)

Comment author: Viliam 22 April 2016 10:56:24AM *  3 points [-]

Mensa is open to people of about IQ three standard deviations above normal.

It's two standard deviations. (source)

Comment author: skeptical_lurker 22 April 2016 01:32:30PM *  2 points [-]

Fixed, thanks.