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

Improve parser creating quasiloglikelihood function #26

Merged
merged 9 commits into from
Nov 15, 2024
Merged

Conversation

pawel-czyz
Copy link
Member

@pawel-czyz pawel-czyz commented Nov 15, 2024

This PR aims at the following:

  • Resolve Issue 21: allow overdispersion and quasimultinomial sample size to be specified on a per-timepoint basis.
  • Fix a bug 🐛 with parsing the data: currently all the timeseries will be truncated to the length of the last city (i.e., if the last specified city had less points than any other, we were losing data points).

@pawel-czyz pawel-czyz linked an issue Nov 15, 2024 that may be closed by this pull request
2 tasks
@pawel-czyz pawel-czyz added bug Something isn't working enhancement New feature or request labels Nov 15, 2024
@pawel-czyz pawel-czyz marked this pull request as ready for review November 15, 2024 12:22
@pawel-czyz pawel-czyz changed the title Improve parser creating quasiloglikelihood function (issue 21) Improve parser creating quasiloglikelihood function Nov 15, 2024
@dr-david dr-david merged commit 3acfe08 into main Nov 15, 2024
1 check passed
@dr-david dr-david deleted the issue-21 branch November 15, 2024 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow specifying quasimultinomial sample sizes
2 participants