对于Elo评分系统模拟,我需要从基本sqrt(10)中的逻辑分布中提取样本。
在NumPy文档上,我发现:https : //docs.scipy.org/doc/numpy-1.10.0/reference/generation/numpy.random.logistic.html这使用基数“ e”中的概率密度:
exp((loc-x)/scale)/(scale*(1+exp((loc-x)/scale))**2)
我需要在基本sqrt(10)中使用概率密度。你知道我该怎么做吗?
皈依舞
相关分类