Skip to content

Allow specifying prior distribution in MMM models via config #294

@ferrine

Description

@ferrine

channel_prior = self._preprocess_channel_prior()
beta_channel = self.model.register_rv(
rv_var=channel_prior, name="beta_channel", dims="channel"
)

Right now it is mixed logic of creating RV and registering it in the model. In principle that should be the only one method that returns already registered RV. That will allow a user to override prior specification

related to #267

Metadata

Metadata

Assignees

No one assigned

    Labels

    MMMgood first issueGood for newcomers . Doesn't require extensive knowledge of the repo and packagehelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions