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.
是否有与该pymc.rnormal功能等效的 PyMC3,或者它是否已被放弃numpy.random.normal?
pymc.rnormal
numpy.random.normal
找到了……我有点傻。pymc3.Normal(mu,sd).random(), 基本上只是调用scipy.stats.norm
pymc3.Normal(mu,sd).random()
scipy.stats.norm