当前位置:网站首页>The probability distribution and its application
The probability distribution and its application
2022-08-10 06:55:00 【Coco-Lele】
1. 伯努利分布
The experiment has two results,发生概率为 p p p、 1 − p 1-p 1−p,Like tossing a coin.
X X X为离散变量, X X X ~ B e r n o u l l i ( p ) Bernoulli(p) Bernoulli(p) , P ( X = 1 ) = p P(X=1)=p P(X=1)=p
2. 二项分布
进行 n n nAn independent Bernoulli experiment,成功的次数.such as throwingnThe number of times the coin appears heads,There are times when the touch ball is put back and the black ball is touched.
related to the Bernoulli distribution:The sum of events from the Bernoulli distribution.
X X X~ B i n o m i a l ( n , p ) Binomial(n,p) Binomial(n,p)
P ( X = x ) = C n x p x ( 1 − p ) n − x P(X=x)=C_n^xp^x(1-p)^{n-x} P(X=x)=Cnxpx(1−p)n−x
3. 超几何分布
二项分布:There are times when the touch ball is put back and the black ball is touched.
超几何分布:The number of times the black ball was touched without returning the touch ball.
N个球中有M个黑球,Do not put back touch from itn个球,The number of black balls in it.
P ( X = x ) = C M x C N − M n − x C N n P(X=x)=\frac{C_M^x C_{N-M}^{n-x}}{C_N^n} P(X=x)=CNnCMxCN−Mn−x
4. 泊松分布
一定时间/The number of times an event occurs in a space.如1The number of customers arriving in an hour、Number of babies born、The number of cars passing by in an afternoon、The number of misprints for one page of the book.(可根据时间/空间细分,The subdivided events are independent)
P ( N ( t ) = n ) = ( u t ) n e − u t / n ! = λ n e − λ / n ! P(N(t)=n)=(ut)^ne^{-ut}/n!= \lambda^ne^{-\lambda}/n! P(N(t)=n)=(ut)ne−ut/n!=λne−λ/n!
( u u uis the frequency of events within a unit event)

Binomial to Poisson distribution:
Consider the number of vehicles passing through the intersection over a period of time n n n的概率,If the time is subdivided into several small segments Δ t \Delta t Δt,can be converted to a binomial distribution:每个 Δ t \Delta t ΔtThere are two possibilities A car passed by/No cars passed by,The probability of a car passing by is p p p.to achieve this condition,Requires infinite subdivisions,即 Δ t \Delta t Δt趋于0,此时 n n n趋于无限大, p p ptends to be infinitely small.
即当 n n n趋于无限大, p p ptends to infinite hours,The binomial distribution approximates the Poisson distribution.
P ( X = x ) = C n x p x ( 1 − p ) n − x ≈ λ x e − λ / x ! P(X=x)=C_n^xp^x(1-p)^{n-x} \approx\ \lambda^xe^{-\lambda}/x! P(X=x)=Cnxpx(1−p)n−x≈ λxe−λ/x!(其中 λ = n p \lambda = np λ=np)
5. 几何分布、负二项分布
几何分布:伯努利实验中,The number of heads in the first time
P ( X = x ) = ( 1 − p ) x − 1 p P(X=x)=(1-p)^{x-1}p P(X=x)=(1−p)x−1p
负二项分布:出现r次失败时,成功的次数
6. 指数分布
The waiting time before something happens.
P ( X = t ) = λ e − λ t P(X=t)=\lambda e^{-\lambda t} P(X=t)=λe−λt
Exponential and Poisson distributions:
P ( X < t ) = 1 − P ( N ( t ) = 0 ) = 1 − e − λ t P(X< t)=1-P(N(t)=0)=1-e^{-\lambda t} P(X<t)=1−P(N(t)=0)=1−e−λt
Exponential and geometric distributions:
将时间TInfinitely subdivided inton个时间段,the geometric distribution p p p 替换为 λ T / n \lambda T/n λT/n,令 n n n趋近于无穷.
echoes the relationship between the binomial distribution and the geometric distribution,泊松分布是“How many times the event occurred in a given time”,The exponential distribution is“How much time has passed until the event happened”.Given an event whose number of occurrences follows a Poisson distribution over a certain period of time,Then the event interval time follows the parameterλThe same exponential distribution
参考文献
边栏推荐
猜你喜欢

什么是长轮询

神经网络的三种训练方法,神经网络训练全过程

第11章 数据库的设计规范【2.索引及调优篇】【MySQL高级】

The constraints of the database learning table

C language file operation

navicat for mysql 连接时报错:1251-Client does not support authentication protocol requested by server

调试ZYNQ的u-boot 2017.3 不能正常启动,记录调试过程

自动化测试框架Pytest(一)——入门

高级测试:如何使用Flink对Strom任务的逻辑功能进行复现测试?

数据库学习之表的约束
随机推荐
.NET-8.我的思想笔记
1413. Stepwise Summation to Get Minimum Positive Numbers
阿里巴巴(中国)网络技术有限公司、测试开发笔试二面试题(附答案)
自动化测试框架搭建 ---- 标记性能较差用例
神经网络的三种训练方法,神经网络训练全过程
S0:12345:respawn:/bin/start_getty 115200 ttyS0 vt102
Elementary Structure
3-6月面经总结,200多页真题笔记和详解(含核心考点及6家大厂)
Unity3d famous project-Dark Tree translation
761. 特殊的二进制序列
关于MongoDb查询Decimal128转BigDecimal问题
自动化测试框架Pytest(一)——入门
神经网络样本太少怎么办,神经网络训练样本太少
Data types for database learning
navicat for mysql 连接时报错:1251-Client does not support authentication protocol requested by server
.NET-7.WPF学习经验总结
【MySQL】SQL语句
2022 Henan Mengxin League (fifth) game: University of Information Engineering H - Xiao Ming drinking milk tea
All articles summary directory
Deep understanding of the array