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

create nowcasting_cluster() #19

Open
2 tasks
Tracked by #4
rafalopespx opened this issue May 9, 2022 · 1 comment
Open
2 tasks
Tracked by #4

create nowcasting_cluster() #19

rafalopespx opened this issue May 9, 2022 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed

Comments

@rafalopespx
Copy link
Collaborator

rafalopespx commented May 9, 2022

Create new internal functions for nowcasting with and without spatial structured data, nowcasting_spatial for spatialy structured data and the existing nowcasting_age & nowcasting_no_age for non-spatial structured data

  • nowcasting_spatial created and implemented
  • stable and tested for the README
@rafalopespx rafalopespx changed the title create <code class="notranslate">nowcasting_cluster()` create nowcasting_cluster() May 9, 2022
@rafalopespx rafalopespx added documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed labels May 10, 2022
@rafalopespx rafalopespx added this to the generalization milestone May 10, 2022
@rafalopespx
Copy link
Collaborator Author

To a better nowcasting estimate we have to brake this issue into two new tasks, first we have to have a function for nowcasting by cluster which are iid, nowcasting_cluster_iid, where the function runs a nowcasting with delay and time structure like as in nowcasting_age but for each new cluster stratum. After this we can improve the estimation with a nowcasting_cluster_spatial, where the clusters are correlated and non-longer iid. Both of the functions has to be called internally by the nowcasting_inla via parameter signalling.

  • nowcasting_cluster_iid
  • nowcasting_cluster_spatial

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed
Development

No branches or pull requests

2 participants