Likelihood of the Etienne sampling formula
logLikelihood.ESF.Rd
This function calculates the likelihood of the Etienne Sampling Formula, provided abundance data and parameter values.
References
Etienne, R.S. (2005). A new sampling formula for neutral biodiversity. Ecology Letters, 8(3), 253-260.
Examples
A <- c(1,1,1,3,5,8); #Artificial abundance dataset
LL <- logLikelihood.ESF(theta = 7, m = 0.1, abund = A)