-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
It would be nice to start implementing models which have analytical evidence formulas, both to show in examples in the docs, and to use as unit tests. I think we can create a new submodule, Models
, and write a bunch of log-likelihood functions and priors, using const GMM = NestedModel(log_GMM, prior_GMM)
. Ideally these models can be written without any additional dependencies than are already present.
For inspiration, here are some papers/repos which have models defined, usually in python
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed