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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ where {math}`p_i` is the frequency of trait {math}`i` in the subpopulation / met
39
39
```
40
40
41
41
The second diversity measure that we calculate is the number of unique sets of traits, {math}`K`. In code, this is done through the function `np.unique(..., return_counts = True)`.
42
-
We also implemented Simpson's diversity index, defined as
42
+
We also implemented the (inversed) Simpson's diversity index, defined as
0 commit comments