Fits a simulated lux profile to observed light logger data to estimate locations (parameters).
stk_fit(data, iterations, bbox, scale, control)
a data frame containing date time and lux values
number of optimization iterations
bounding box of the location search domain given as c(xmin, ymin, xmax, ymax)
scale factor range due to cloudiness to use in optimization, when target values are not provided in lux this can be used to effectively implement a Hill-Ekstrom template fitting
control settings for the Bayesian optimization, forwarded by skytrackr()
an estimated illuminance based location (and its uncertainties)