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.
我在 python 中使用 pgmpy 包。我使用 BayesianModelSampler 类从表示多个离散变量的联合分布的 BayesianModel 中进行采样。
我想获得给定样本的概率。有没有办法做到这一点 ?
谢谢。