Check initial values for violation of inverse gamma prior

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

Loading