Hi,
I’m using the Bridgestan (2.6.1) log_density() function on the eight schools model in posteriordb, which includes a tau param:
...
real<lower=0> tau;
...
}
I should be getting -inf for any draw with a negative tau (right?), but I’m not. Bridgestan seems to be ignoring the constraint on the parameter. Is this a bug?
Thanks!