-
Notifications
You must be signed in to change notification settings - Fork 0
/
flags.html
60 lines (59 loc) · 2.36 KB
/
flags.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<html><head><title>niplav</title>
<link href="./favicon.png" rel="shortcut icon" type="image/png"/>
<link href="main.css" rel="stylesheet" type="text/css"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<!DOCTYPE HTML>
<style type="text/css">
code.has-jax {font: inherit; font-size: 100%; background: inherit; border: inherit;}
</style>
<script async="" src="./mathjax/latest.js?config=TeX-MML-AM_CHTML" type="text/javascript">
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX", "output/HTML-CSS"],
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
processEscapes: true,
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre']
},
"HTML-CSS": { availableFonts: ["TeX"] }
});
</script>
<script>
document.addEventListener('DOMContentLoaded', function () {
// Change the title to the h1 header
var title = document.querySelector('h1')
if(title) {
var title_elem = document.querySelector('title')
title_elem.textContent=title.textContent + " – niplav"
}
});
</script>
</head><body><h2 id="home"><a href="./index.html">home</a></h2>
<p><em>author: niplav, created: 2022-01-25, modified: 2023-10-09, language: english, status: maintenance, importance: 1, confidence: log</em></p>
<blockquote>
<p><strong>;-)</strong></p>
</blockquote>
<h1 id="Flags"><a class="hanchor" href="#Flags">Flags</a></h1>
<blockquote>
<p>The fitness contribution of each of the <code>$\hat{n}$</code> heterozygous
loci to the parthenogenetic individual's overall fitness is
<code>$1+hs$</code>. If the overall fitness of an individual is the product
of the fitnesses of individual loci (multiplicative epistasis),
then the total fitness contribution of the <code>$\hat{n}$</code> heterozygous
loci is <code>$(1+hs)^{\hat{n}}$</code>. These same loci in the sexual species
will have sped to fixation, so their total fitness contribution is
<code>$(1+s)^{\hat{n}}$</code>. The relative advantage of the sexual species is</p>
<div>
$$W_s=\left (\frac{1+s}{1+hs}\right )^{\hat{n}}$$
</div>
</blockquote>
<p><em>— <a href="https://en.wikipedia.org/wiki/John_H._Gillespie">John H. Gillespie</a>, “Population Genetics” p. 172, 2004</em></p>
<ul>
<li>🇰🇷 (October 2024)</li>
<li>🇨🇳 (March 2022, February 2023)</li>
<li>🇧🇬 (October 2021)</li>
</ul>
</body></html>