Tagged Questions
2
votes
1answer
367 views
Calculating 2D Confidence Regions from MCMC Samples
I would like to plot 2D confidence regions (at 1-sigma, 2-sigma) for a model that I've fit to data. I've used PyMC to generate 50k MCMC posterior samples for my model with 6 parameters.
I know the ...