calc_rank_of_mrca_uncertainty_among

calc_rank_of_mrca_uncertainty_among(population: Iterable[Union[HereditaryStratigraphicColumn, HereditaryStratigraphicSpecimen]], prior: str, confidence_level: float = 0.95) int | None

How wide is the estimate window for generation of MRCA?

Calculate uncertainty of estimate for the number of depositions elapsed along the line of descent before the most common recent ancestor with second.

Returns 0 if no common ancestor between first and second can be resolved with sufficient confidence. If insufficient common ranks between first and second are available to resolve any common ancestor, returns None. If population is empty or singleton, also returns None.

See Also

calc_rank_of_mrca_bounds_among :

Calculates bound whose uncertainty this method reports. See the corresponding docstring for explanation of parameters.