Files
freeCodeCamp/guide/chinese/mathematics/binomial-distribution/index.md
2018-10-16 21:32:40 +05:30

18 lines
634 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Binomial Distribution
localeTitle: 二项分布
---
如果X~Bnp PX = x=n / xp ^ x乘以1-p^nx
![可能性](https://wikimedia.org/api/rest_v1/media/math/render/svg/d33401621fb832dd2f9783e80a906d562f669008)
![](https://wikimedia.org/api/rest_v1/media/math/render/svg/38d86cba65d40f015a2b807d2b736250805abe45)
如果X~Bnp EX= np VarX= np1-p
二项分布仅在以下情况下发生:
* 有一定数量的试验n。
* 每次试验应该是成功还是失败。
* 成功概率p在每次试验中都是不变的。
* 独立审判。