Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find mean of a posterior sample #161

Open
ms609 opened this issue Sep 13, 2024 · 0 comments
Open

Find mean of a posterior sample #161

ms609 opened this issue Sep 13, 2024 · 0 comments

Comments

@ms609
Copy link
Owner

ms609 commented Sep 13, 2024

"Centroid" algorithm uses tree search to find tree that minimises sum of squares to all trees in a posterior distribution
https://doi.org/10.1093/bioinformatics/btae514

Could this be (efficiently!) accomplished with arbitrary distances in TreeSearch? Could we explore variance etc as other statistical properties?

Probably the efficient answer from a CID perspective involves getting the whole process into C++ such that split similarities are cached and only recalculated when a TBR/SPR move changes split membership.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant