| Function Name | Index Name | Parallelizable[^1] | Memoizable[^2] | |:----------------------|:---------------|:------------------:|:--------------:| | fd_fric() | FRic | ✅ | ✅ | | fd_fric_intersect() | FRic_intersect | ✅ | ✅ | | fd_fdiv() | FDiv | ✅ | ✅ | | fd_feve() | FEve | ✅ | ❌ | | fd_fdis() | FDis | ✅ | ❌ | | fd_raoq() | Rao's Q | ❌ | ❌ |

[^1]: parallelization through the future backend please refer to the parallelization vignette for details. [^2]: memoization means that the results of the functions calls are cached and not recomputed when recalled, to toggle it off see the fundiversity::fd_fric() Details section.



Bisaloo/fundiversity documentation built on April 4, 2024, 12:24 a.m.