Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Allow transformations on Variables that come from a Factor #63

Open
meissnereric opened this issue Oct 18, 2018 · 0 comments
Open

Allow transformations on Variables that come from a Factor #63

meissnereric opened this issue Oct 18, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@meissnereric
Copy link
Contributor

meissnereric commented Oct 18, 2018

Something like:

m = Model()
m.v = Normal.define_variable(mean=0, variance=1)
m.v.set_transformation(PositiveTransformation())
@meissnereric meissnereric added the enhancement New feature or request label Oct 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant