Make observable.observableTransformation and parameter.prior required in v2? #613
Replies: 2 comments 2 replies
-
You are proposing to not only make the (potentially empty) columns mandatory, but also to require explicitly specifying all values there, right? I think having to specify too many things might be scary for newcomers. I think reasonable default values aren't too bad. I think it's nice if one can start with specifying a minimum amount of information and then add things as needed. For If we'd choose to make more things mandatory, I am not strongly opposed, but for now, I don't see the advantages outweighing the disadvantages. |
Beta Was this translation helpful? Give feedback.
-
A uniform prior and no prior is not the same as a uniform prior requires normalization. Formally, a uniform prior can also not be applied on unbounded domains, meaning that we would have to restrict the problem class. The |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
It would be great if we could mark some columns as required to improve clarity. This would allow for stricter validation and reduce the need to constantly refer to the specifications for default values. It would also make the tables more readable, as users wouldn’t need to be aware of implicit defaults.
Specifically, it would be helpful to make the following columns required:
observable.observableTransformation
(currently defaults tolin
)parameter.prior
(currently defaults touniform
)In a practical context, it is much faster to fill this out then deal with all the implicit consequences.
Let me know what you think.
Best Matthias
Beta Was this translation helpful? Give feedback.
All reactions