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

Allow offsets and latent effects to be dataset type specific #7

Closed
Martin-Jung opened this issue May 12, 2021 · 2 comments
Closed

Allow offsets and latent effects to be dataset type specific #7

Martin-Jung opened this issue May 12, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@Martin-Jung
Copy link
Collaborator

Currently both the add_range_offset() function and the add_latent_spatial() function add the offset, respectively the shared SPDE to all equations regardless of dataset type.
Ideally there is a dataset= ... and group= parameter or similar to allow having different offsets per dataset and furthermore to have the option to have shared or independent spatial latent effects.

@Martin-Jung
Copy link
Collaborator Author

Latent effects partly addressed in 53002f2 . Offsets still to be corrected

@Martin-Jung
Copy link
Collaborator Author

With commit 56b69ea it is now possible to specify and add multiple offset to any model object.
And transformation of the offsets has to be done before adding them to the model (for instance via log(offset)). Multiple offsets are summed into one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant