-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--info
include information parameter transforms
#1461
Comments
I believe we could include transform information (e.g. this, but also something like "this is a simplex"). Note that the actual bound may not be a simple number, so in general the output may not be that useful. E.g,
The output would now have to contain something like |
That’s very true. I suppose it’s also true of the dimension. I would find this very useful - I want to be able to infer programmatically (statically, not at runtime) whether we’re operating on a constrained space or not. |
--info
include information about lower and upper--info
include information parameter transforms
For dimension, it has to be static data. So we can resolve the sizes as soon as the data is fixed. The bounds can't be resolved until we have parameter draws. |
#904 asked about the dimension information. It was never implemented. It does seem like it is probably reasonable to know that a variable has a lower bound, even if the exact lower bound is some expression you can't resolve on the outside. |
Could the
stanc --info
command include information about constraints? At the moment, e.g.,and
both result in identical output,
that doesn't mention the constraints. It would be great if the one with constraints gave something like,
Ideally, this would work everywhere (i.e., in all the blocks), and cover the shift and scale modifiers as well.
The text was updated successfully, but these errors were encountered: