by jhines » Wed Apr 29, 2009 11:01 am
Miguel,
As you've found out, the other parameterizations of multi-season occupancy can be difficult to converge. This is due to the fact that you have one parameter that is computed from the others, but certain values for the estimated parameters can yield impossible values for the computed parameter. With the default parameterization this can't happen. The computed (derived) parameter is:
psi(t+1) = psi(t)*(1-eps(t))+(1-psi(t))*gam(t)
As long as the estimated parameters, psi(t),eps(t), and gam(t) are between zero and one, the derived parameter (psi(t+1)) will be valid (between zero and one).
In the alternate parameterization, the derived parameter is:
gam(t)=[psi(t+1)-psi(t)*(1-eps(t))] / (1-psi(t))
Obviously, if psi(t)=1, gam(t) is undefined due to division by zero, and if psi(t) is very near 1, gam(t) gets near infinity (way bigger than 1)!
A similar situation occurs if eps(t) is derived instead of gam(t).
So, if you only need the seasonal psi's, use the default model and get psi's as derived parameters.
If you need to model psi's as a function of covariates, I'd suggest trying to find a good guess for the beta parameters to use as starting values and start with simple models initially (only one covariate). If you suspect a positive relationship between your covariate and psi(t), try 1.0 as a starting value for that beta.
Jim