You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as far as I can tell, profiling is using the same starting values as the original call. This is inefficient and particularly bad when the likelihood surface is sufficiently weird that there are multiple modes for focal parameter values away from the MLE. Should implement
continuation method (i.e. use estimates from previous focal parameter fit)
linear extrapolation method
The text was updated successfully, but these errors were encountered:
This is at least partly done in 1bb009d (at least the "naive" method), but a linear-extrapolation method might be even better. (Also, not enabled by default yet.)
as far as I can tell, profiling is using the same starting values as the original call. This is inefficient and particularly bad when the likelihood surface is sufficiently weird that there are multiple modes for focal parameter values away from the MLE. Should implement
The text was updated successfully, but these errors were encountered: