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

Refactor ProblemModellingController for population inference #183

Open
1 of 6 tasks
DavAug opened this issue Mar 6, 2021 · 0 comments
Open
1 of 6 tasks

Refactor ProblemModellingController for population inference #183

DavAug opened this issue Mar 6, 2021 · 0 comments

Comments

@DavAug
Copy link
Owner

DavAug commented Mar 6, 2021

Use case: Simultaneous inference on control group and dose group.

  • Automatically reduce outputs of model when not all outputs where measured.
  • Add optional field to HierarchicalLogLikelihood which can be used to map the parameters to the population models
  • Construct masks for the parameters of the individual log-likelihoods and masks for the inputs to the population models.
  • Masks for individuals most efficient if array of indices are constructed
  • population models can be evaluated using slices according to the ordering
  • The parameters are ordered as before but some individual parameters can now be dropped if they don't exist on the bottom level.
@DavAug DavAug moved this from To do to In progress in Reproduce modelling results Mar 7, 2021
@DavAug DavAug self-assigned this Mar 7, 2021
DavAug added a commit that referenced this issue Mar 7, 2021
@DavAug DavAug removed their assignment Mar 7, 2021
@DavAug DavAug moved this from In progress to To do in Reproduce modelling results Mar 7, 2021
@DavAug DavAug moved this from To do to In progress in Reproduce modelling results Apr 2, 2021
@DavAug DavAug moved this from In progress to To do in Reproduce modelling results Apr 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant