acme.est {acmeR} | R Documentation |
Finds Maximum Likelihood Estimates Weibull persistence parameters, and for exponentially decreasing search proficiency.
acme.est(rd, fname = "acme.est")
rd |
list output from acme::read.data() |
fname |
file name to which the output parameters are saved |
acme.est
returns a list with the following components:
params |
5-element vector: alpha and rho parameters for the Weibull persistence distribution, a and b parameters for the exponentially decreasing search proficiency, and bt as the bleed-through rate |
info |
list of select system information inherited from acme::read.data() output |