Closed
Description
This is bit of a feature request than anything. I was wondering if it would be possible to implement the bounds of a distribution similar to what is done in stan. eg:
parameters{
real<lower=0,upper=1> sigma;
}
The only way I can think of doing this in pymc3 is using densityDist. Lastly if this were to be implemented would it affect ADVI?
Metadata
Metadata
Assignees
Labels
No labels