Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在马尔可夫链蒙特卡洛的上下文中,我想使用 绘制参数估计问题的二维后验分布corner.corner。我现在的图是这样的:
corner.corner
在等高线图中,等高线由概率分位数定义,因此等高线之外的概率很低。
我想知道是否可以在概率轮廓之外移除背景中的样本(即灰点)。
要从轮廓中删除数据点,您必须使用plot_datapoints=Falsecorner.corner 命令。
plot_datapoints=False
我希望它可以简单地解决您的问题。