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;
}
-
56:28
As Of Late
3 months agoPolicing advice
201 -
LIVE
LethalPnda
3 hours agoKim Kardashian is now in Fortnite. Use code "lethalpnda" in the Item Shop!
104 watching -
LIVE
Lofi Girl
2 years agoSynthwave Radio 🌌 - beats to chill/game to
396 watching -
9:28
ThatStarWarsGirl
1 day agoSupergirl Trailer REACTION!
26.7K4 -
LIVE
Boxin
1 hour agoBoxin + Moogsical RV There Yet!? Take 2! (special guest?)
76 watching -
14:55
Nikko Ortiz
1 day agoI Laugh I Go To Hell...
51.9K10 -
9:36
MattMorseTV
17 hours ago $42.48 earnedTrump’s TOLERANCE has just RUN OUT.
120K133 -
1:39:31
Sam Tripoli
1 day ago $20.24 earnedBroken Sim: Owen Benjamin Was Right + Candace Owens' Background + Idiotic Comedian Rankings
26.8K17 -
7:04:33
MetatronGaming
1 day agoSOMA - FULL GAME - Metatron Plays
15.8K2 -
20:27
GritsGG
17 hours agoDominated w/ Broken Guns! 1 Shot Anywhere K98!
18.3K