smooth icon indicating copy to clipboard operation
smooth copied to clipboard

The new occurrence model, based on adam()

Open config-i1 opened this issue 4 years ago • 1 comments

This should call for adam() with distribution="plogis" and use a built-in mechanism of update of states.

The main issue is with occurrence="general", which relies on a completely different stuff...

config-i1 avatar Nov 01 '21 19:11 config-i1

After careful consideration, distribution="plogis" does not make much sense in adam() due to many differences between the models. So, better create a separate function oadam() by copy-pasting the original code and then modifying it.

config-i1 avatar Nov 02 '21 09:11 config-i1