Digit ratio visualization according to data from Bailey and Hurd, 2005


Autor/Urheber:
Größe:
1367 x 630 Pixel (12172 Bytes)
Beschreibung:
This is a visualization of two normally distributed sets of digit ratios based on the parameters given in doi:10.1016/j.biopsycho.2004.05.001 as well as a combination of them to represent both pools.

I created this image in Matlab using the following commands:

x = 0.8:0.001:1.1; m = normpdf(x, 0.947, 0.029)/1000; w = normpdf(x, 0.965, 0.026)/1000; plot(x,m,x,w,x,(m+w)/2, 'LineWidth', 2.5); set(gca, 'YTick', []); axis([0.8 1.1 0 0.016]); legend('Men', 'Women', 'Both'); xlabel('Digit ratio'); ylabel('Probability of observing');

As the author of this image, I release it into the Public Domain.
Lizenz:
CC0
Credit:
Created in Matlab r2012b, details given in Description.
Bild teilen:
Facebook   Twitter   Pinterest   WhatsApp   Telegram   E-Mail
Weitere Informationen zur Lizenz des Bildes finden Sie hier. Letzte Aktualisierung: Wed, 25 Oct 2023 19:33:22 GMT

Relevante Bilder


Relevante Artikel

Fingerlängenverhältnis

Fingerlängenverhältnis bezeichnet das Verhältnis der Länge des Zeigefingers zur Länge des Ringfingers und wird daher auch 2D:4D (D für digitus, lateinisch für ‚Finger‘, ‚Zehe‘) genannt. Das Fingerlängenverhältnis korreliert mit dem Verhältnis von fetalem Estradiol- zu fetalem Testosteronspiegel. .. weiterlesen