Skip to content

Commit 4ec22ca

Browse files
committed
Fixed typo
1 parent ec9dac9 commit 4ec22ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ where {math}`p_i` is the frequency of trait {math}`i` in the subpopulation / met
3939
```
4040

4141
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
4343

4444
```{math}
4545
S = \frac{N(N-1)}{\sum_{k}n_k(n_k-1)} ,

0 commit comments

Comments
 (0)