beast-dev / beast-mcmc

Bayesian Evolutionary Analysis Sampling Trees
http://beast.community
GNU Lesser General Public License v2.1
192 stars 73 forks source link

making RandomWalkGammaPrecisionGibbsOperator suitable for power poste… #1073

Closed maxbiostat closed 5 years ago

maxbiostat commented 5 years ago

…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.

maxbiostat commented 5 years ago

EDIT: nevermind, the error comes from EllipticalSliceOperator. Thanks to @GuyBaele for the help!

msuchard commented 5 years ago

@maxbiostat -- this looks fine, but RandomWalkGammaPrecisionGibbsOperator should be deleted and one should use NormalGammaPrecisionGibbsOperator.