skbio.diversity.alpha.
lladser_pe
(counts, r=10)[source]¶Calculate single point estimate of conditional uncovered probability.
State: Experimental as of 0.4.0.
Parameters: | counts : 1-D array_like, int
r : int, optional
|
---|---|
Returns: | double
|
See also
Notes
This function is just a wrapper around the full point estimator described in Theorem 2 (i) in [R6969], intended to be called for a single best estimate on a complete sample. This function is not guaranteed to return estimated uncovered probabilities less than 1 if the coverage is too low.
References
[R6969] | (1, 2) Lladser, Gouet, and Reeder, “Extrapolation of Urn Models via Poissonization: Accurate Measurements of the Microbial Unknown” PLoS 2011. |