Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
config-i1 opened this issue Nov 1, 2021 · 1 comment
Open

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

config-i1 opened this issue Nov 1, 2021 · 1 comment
Labels
ADAM Issues related to ADAM

Comments

@config-i1
Copy link
Owner

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 config-i1 added the ADAM Issues related to ADAM label Nov 1, 2021
@config-i1
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ADAM Issues related to ADAM
Projects
None yet
Development

No branches or pull requests

1 participant