Closed maxbiostat closed 5 years ago
EDIT: nevermind, the error comes from EllipticalSliceOperator
. Thanks to @GuyBaele for the help!
@maxbiostat -- this looks fine, but RandomWalkGammaPrecisionGibbsOperator
should be deleted and one should use NormalGammaPrecisionGibbsOperator
.
…riors
@msuchard I fiddled to make this operator work with power posteriors (using
NormalGammaPrecisionGibbsOperator
as a template). Seems to work as in does not throw any errors. Please merge if correct. Thanks.