5 Aug
2008
5 Aug
'08
2:14 p.m.
"Sébastien Villemot" <sebastien.villemot@ens.fr> a écrit :
2) For inverse gamma type 1, there seems to be a bug in prior_bounds.m. It recomputes parameters nu and s in a strange way, while (if my understanding is correct), we have nu = bayestopt_.p2 and s = bayestopt_.p1. Note that, in the same file, the part for inverse gamma type 2 was added by myself.
Sorry, I figured out it was not a bug, since the formula was correct. I removed it anyway, since it was unnecessary to recompute something which has already been computed in inverse_gamma_specification.m Sébastien