hyperiax.models.prebuilts package
Submodules
hyperiax.models.prebuilts.mean_estimation module
- class hyperiax.models.prebuilts.mean_estimation.PhyloMeanModel(**kwargs)
Bases:
UpReducer
Prebuilt model that calculates phylogenetic means in each node
Assumes leaves all contain estimated_value before running it. This corresponds to actual observations.
- transform(child_weighted_value, child_inverse_edge_length, **kwargs)
- up(estimated_value, edge_length, **kwargs)