skbio.diversity.alpha.lladser_ci(counts, r, alpha=0.95, f=10, ci_type='ULCL')[source]¶Calculate single CI of the conditional uncovered probability.
State: Experimental as of 0.4.0.
| Parameters: |
|
|---|---|
| Returns: | Confidence interval as |
| Return type: | tuple |
See also
Notes
This function is just a wrapper around the full CI estimator described in Theorem 2 (iii) in [1], intended to be called for a single best CI estimate on a complete sample.
References
| [1] | Lladser, Gouet, and Reeder, “Extrapolation of Urn Models via Poissonization: Accurate Measurements of the Microbial Unknown” PLoS 2011. |