Last chance! 50% off unlimited learning
Sale ends in
mse.meteDist
computes mean squared error for rank or cdf between METE prediction and data
mse(x, ...)
"mse"(x, type = c("rank", "cumulative"), relative = TRUE, log = FALSE, ...)
meteDist
objectdata(arth)
esf1 <- meteESF(spp=arth$spp,
abund=arth$count,
power=arth$mass^(.75),
minE=min(arth$mass^(.75)))
sad1 <- sad(esf1)
mse(sad1, type='rank', relative=FALSE)
ebar1 <- ebar(esf1)
mse(ebar1)
Run the code above in your browser using DataLab