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 生成一个连续分布(Maxwell-Boltzmann 类型)。我的意思是,我想创建分布以生成随机值。
这个链接有点帮助:
在python中创建一个连续分布
我不知道从哪里开始,我知道生成分布的分析函数,但我不知道如何实现它。谁能帮我?
提前致谢
scipy 有一个内置的 Maxwell-Boltzmann 分布maxwell,它的pdf方法会给你概率密度函数。
maxwell
pdf