config-i1 / smooth

The set of functions used for time series analysis and in forecasting.
89 stars 19 forks source link

The new occurrence model, based on adam() #187

Open config-i1 opened 2 years ago

config-i1 commented 2 years ago

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 commented 2 years ago

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.