shawnlaffan / biodiverse

A tool for the spatial analysis of diversity
http://shawnlaffan.github.io/biodiverse/
GNU General Public License v3.0
75 stars 19 forks source link

Indices - implement exact NTI expected values for ultrametric trees #790

Closed shawnlaffan closed 3 years ago

shawnlaffan commented 3 years ago

As described in Tsirogiannis et al. (2014) https://doi.org/10.1007/978-3-662-44753-6_15

Related to #789 and #786

shawnlaffan commented 3 years ago

Mark as fixed.

There are still sections of the code that can be modified. For example recursive algorithms in TreeNode.pm can be linearised and moved into Tree.pm, and the bnok ratio code can be refactored to use callbacks or similar. These can be done under separate issues, though.