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.
scipy効率的にベルヌーイ分布から数値を引き出すにはどうすればよいですか?
scipy
ベルヌーイ分布が の二項分布の特殊なケースであるという事実を利用できますn=1。
n=1
例:
import scipy as sp p = 0.2 sp.random.binomial(1, p)