-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Description
There are some issues that have discussed hierarchical modelling before #1231 #1232 #1134 . Here is one more attempt that I've implemented in my repository https://erlotinib.readthedocs.io/en/latest/index.html.
New features that are going to be implemented with this issue:
- PopulationLogPDF base class for the population model (or top-level distribution)
- call evaluates the log-likelihood score (last n_parameters are the population model parameters, first parameters are the individual parameters which play the role of the data)
- evaluateS1 will not be implemented for now
- LogNormalModel a class that inherits from the PopulationLogPDF and distributes the parameters log-normally
- HierarchicalLogLikelihood which inherits from LogPDF and
- takes a list of LogPDFs (one for each modelled individual, all with the same number of parameters)
- a list of PopulationLogPDF (one for each parameter of the LogPDFs
Metadata
Metadata
Assignees
Labels
No labels