Skip to content

Lower and Upper bound not working for multivariate distributions #1847

Closed
@sachinruk

Description

@sachinruk

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions