Premium Only Content
Hitler's DNA: The truth no one will tell you except me. First reported here.
I worked out what markers they actually most likely used and are reporting on despite their efforts to keep it hidden. I have also written some code so you can learn some basic genetics yourself. This has not been reported anywhere else that I can find. I am the first to report it to my knowledge.
{
const data = [
[0.16, [0.01484, 0.214476, 0.770684]], // rs10994278
[-0.39, [0.00028, 0.01932, 0.9804]], // rs549656827
[-0.34, [0.002449, 0.089434, 0.908117]], // rs75459873
[0.22, [0.033494, 0.293006, 0.673500]] // rs3849810
], permutations = [], stack = [];
for(let i = 0; i < data.length;i++)stack.push(0);
while(true) {
let sum = 0, product = 1, probability = 1, carry = true;
for(let i = 0; i < data.length; i++) {
const [effect, probabilities] = data[i], offset = stack[i];
sum += offset * effect;
product *= effect ** offset;
probability *= probabilities[offset];
if(carry) {
if(offset === 2)
stack[i] = 0;
else {
stack[i]++;
carry = false;
}
}
}
permutations.push([sum, probability, product]);
if(carry)
break;
}
permutations.sort(([a], [b]) => a - b);
let sum = 0;
const lines = [], graph = [], min = permutations[0][0], diff = -(min - permutations.at(-1)[0]);
for(const permutation of permutations) {
const effect = permutation[0], ratio = (effect - min) / diff;
sum += permutation[1];
permutation.push(sum);
lines.push(`${(Math.floor(sum * 10000) / 100).toFixed(2)} ${effect.toFixed(2)} ${(ratio * 2).toFixed(2)}`);
graph.push('#'.repeat(Math.ceil(sum * 20)));
}
console.log(lines.join('\n'));
console.log(graph.join('\n'));
permutations;
}
-
2:40:41
As Of Late
2 months agoPSY 101 lecture: Extreme Psychoanalysis
111 -
10:21
MetatronGaming
9 hours agoI spent $200 for this Premium PS5 Controller. Is it worth it?
9.27K6 -
13:46
Nikko Ortiz
17 hours agoYour Humor Might Be Broken...
41.9K5 -
9:26
MattMorseTV
1 day ago $41.57 earnedPam Bondi is in HOT WATER.
57.9K214 -
16:38
MetatronGaming
15 hours agoAnno 117 Pax Romana looks INCREDIBLE
85.7K10 -
3:25:55
DillyDillerson
4 hours agoCAN'T SLEEP | Solo Raids | Trying to level up my workshop | Tips and help are welcome!
12.2K1 -
LIVE
DynastyXL
4 hours ago🔴 LIVE NOW – ARC RAIDING - BADLY! - NEW RUMBLE WALLET - THOUGHTS?
79 watching -
2:20:13
Side Scrollers Podcast
22 hours agoVoice Actor VIRTUE SIGNAL at Award Show + Craig’s HORRIBLE Take + More | Side Scrollers
77.2K21 -
EXPBLESS
2 hours agoShowcasing New Game | (Where Winds Meet) #RumblePremium
5.68K -
LIVE
Boxin
2 hours agolets BEAT! Kingdom Hearts!
44 watching