You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/source/overview.md
+9-1
Original file line number
Diff line number
Diff line change
@@ -54,4 +54,12 @@ The Gini-Simpson index is simply the complement of the Simpson index, that is it
54
54
55
55
```{math}
56
56
G = 1 - \sum_{i = 1}^{K} p^2_i = 1 - S.
57
-
```
57
+
```
58
+
59
+
#### {math}`\beta`-diversity
60
+
{math}`\beta`-diversity is a ratio between diersity over the whole metapopulation and the diversity per subpopulation. We implemented the diversity index suggested by Whittaker (1960; see also Wilson and Shmida, 1984):
61
+
62
+
```{math}
63
+
\beta_W = \frac{K_m}{\bar{K}_s} - 1
64
+
```
65
+
where {math}`K_m` is the number of sets of traits in the whole metapopulation, and {math}`\bar{K}_s` is the average number of sets of traits in each subpopulation.
0 commit comments