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.
我知道您可以使用代码创建二项式实验
tenCoinFlips <- rbinom(10000,10,0.5)
但是你怎么能计算这个实验的PDF。我知道 Dbinom 会给你准确的 PFD,但有没有办法计算实验的经验 PDF?