powered by
This function calculates the likelihood of the Etienne Sampling Formula, provided abundance data and parameter values.
logLikelihood.ESF(theta, m, abund)
Returns the LogLikelihood
Parameter value for the fundamental biodiversity number theta
Parameter value for migration
Vector containing abundance data
Thijs Janzen
Etienne, R.S. (2005). A new sampling formula for neutral biodiversity. Ecology Letters, 8(3), 253-260.
A <- c(1,1,1,3,5,8); #Artificial abundance dataset LL <- logLikelihood.ESF(theta = 7, m = 0.1, abund = A)
Run the code above in your browser using DataLab