Skip to content

Check initial values for violation of inverse gamma prior

Johannes Pfeifer requested to merge JohannesPfeifer:prior_check into master

The inverse gamma distribution does not allow for the value 0, but the current check at the lower bound set LB=0 and tested for <LB instead of <=0.

Merge request reports