-
-
Notifications
You must be signed in to change notification settings - Fork 443
Closed
Labels
Feature RequestNew functionality requests from usersNew functionality requests from users
Description
@ahartikainen suggested adding unconstrained variables to the schema somewhere. It seems like they could go
- Make new
unconstrained_posterior
group
Good:- Explicit is better than implicit: it is clear what this group is for
Bad: - Should there also be
unconstrained_prior
?
- Explicit is better than implicit: it is clear what this group is for
- Add them to the existing
posterior
group
Good:- Can reuse existing coords/dims
- Can add to prior in the same way
Bad: - Would need a naming convention, which we've managed to avoid so far
- PyMC3 currently does this, and it is kind of a pain to have a flag everywhere to include or exclude these variables.
- Don't include them at all
Good:- No work :)
Bad: - Bounds and domain information are not captured anywhere currently
- No work :)
lciti and daeh
Metadata
Metadata
Assignees
Labels
Feature RequestNew functionality requests from usersNew functionality requests from users