アットウィキロゴ

seghh

import scipy.stats
x=0.1
rv = scipy.stats.beta(2,2)
y = rv.pdf(x)
print(y)
最終更新:2018年01月24日 22:56