Skip to content

Hierarchical modelling #1248

@DavAug

Description

@DavAug

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions