二项分布
这是本文档旧的修订版!
二项分布(Binomial Distribution)
- 定义:如果在某种特定的情境下,一个随机事件只有两种可能的结果,其概率分布就是一个二项分布,表示为B(n,p)。
- If, in a particular situation, a random event has only two possible results, its probability distribution is a binomial distribution, expressed as B(n,p).
- 例子:投掷硬币得到正面或反面,人的生或死,六面骰子的点数为奇数或偶数,某天下雨还是不下雨。
- Toss a coin to get heads or tails, a person's life or death, six-sided dice points are odd or even, one day it rains or not.
- 近似:如果n足够大(pn>10且qn>10),二项分布可以近似为正态分布。
- If n is large enough (pn > 10 and qn > 10), the binomial distribution can be approximately regarded as a normal distribution.
二项分布的概率
两个类目:A和B p=p(A)=A的概率 q=p(B)=B的概率 p+q=1 n=样本中所包含个体的数目 X=样本中事件类目A发生的数目 二项分布表达了与从X=0到X=n的每一个X值有关的概率
二项分布的均值和标准差
μ=pn σ=√(npq)
利用正态分布表求二项分布的概率
正态分布中的X值是一段,而非一点,当二项分布近似为正态分布时,需要考虑精确上下限
二项分布.1710230770.txt.gz · 最后更改: 2024/03/12 08:06 由 hant_g._cavendish