cvg | R Documentation |
Calculates the sample coverage estimate using the Good-Turing formula. The sample coverage is an estimate of the probability of pulling a new species in the next draw, given a set of past observations For more details on CVG see Good I.J. (1953).
cvg(x)
x |
a vector containing input population |
Christoph Sadee, Maciej Pietrzak, Michal Seweryn, Cankun Wang, Grzegorz Rempala
Maintainer: Maciej Pietrzak pietrzak.20@osu.edu
Good I.J. The population frequencies of species and the estimation of population parameters. (1953) Biometrika 40:237-64
Rempala G.A., Seweryn M. Methods for diversity and overlap analysis in T-cell receptor populations. (2013) J Math Biol 67:1339-68
data(TCR.Data)
result <- cvg(x[,1])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.