k_ml {MLpreemption} | R Documentation |
Calculates the maximum likelihood estimator for the geometric series.
k_ml(xs, closed = FALSE, ll = 0.001, ul = 0.999)
xs |
A vector of ordered counts (form large to small) |
closed |
If |
ll |
Lower limit for the root searching algorithm |
ul |
Upper limit for the root searching algorithm |
a real value
counts should be ordered from large to small.
Jan Graffelman (jan.graffelman@upc.edu)
Graffelman, J. (2021) Maximum likelihood estimation of the geometric niche preemption model.
data("Ganeshaiah")
x <- Ganeshaiah[,2]
k_ml(x)