如何使用scipy.stats.maxwell求温度?

How to use scipy.stats.maxwell to find temperature?

我有很多粒子的速度数据,我想用它们拟合麦克斯韦曲线。我正在尝试使用 scipy.stats.maxwell 中的 fit 方法来适应我的数据并从中提取系统温度。

从文档中,我无法准确地指出我们试图拟合的参数是什么以及它们与温度的关系。

scale有关。 您可能还想在 maxwell.fit(...)

中设置 floc=0

Cf 指数参数:非零标度为 -x**2 / scale**2 / 2,您将其与预期的 mv**2 / 2kT.

进行比较