当前位置:网站首页>Commonly used probability distributions: Bernoulli distribution, binomial distribution, polynomial distribution, Gaussian distribution, exponential distribution, Laplace distribution and Dirac delta d
Commonly used probability distributions: Bernoulli distribution, binomial distribution, polynomial distribution, Gaussian distribution, exponential distribution, Laplace distribution and Dirac delta d
2022-07-05 22:56:00 【YaoHa_】
Bernoulli distribution (Bernoulli distribution)
** Bernoulli distribution :** Distribution of single binary random variable . By a single parameter φ∈[0,1] control .
example : Flip a coin , The probability of facing up .
Binomial distribution (binomial distrubution)
Binomial distribution : stay n Events in this test A It happens k The probability of time .
Probability calculation :
In style k=0,1,2,…,n,
Expect to calculate :E(x)=np
Variance calculation :D(x)=np(1-p)
example : throw n The second coin , Face up m The probability of time .
Polynomial distribution (multinoulli distribution)
Polynomial distribution : have k Distribution on a single discrete random variable in different states , among k It's a finite value . Expansion of binomial distribution .
Probability calculation :
example : Multiple screen throwing , Count the probability of the number of times each side is thrown .
Gaussian distribution (Gaussian dis-tribution)
Gaussian distribution (Gaussian dis-tribution), Also known as normal distribution (normal distribution). namely :

notes : The normal distribution presents a classic “ A bell curve ” The shape of the , Of which the central peak x Coordinates from µ give , The width of the peak is affected by σ control . In this example , What we're showing is Standard normal distribution (standard normaldistribution), among µ=0,σ=1.
Expect to calculate :E(x)=µ
Variance calculation :D(x)=σ^2
An index distribution (exponential distribution)
An index distribution (exponential distribution): stay x=0 Get the boundary point (sharp point) The distribution of . namely :
Indicator function (indicator function):
The exponential distribution is made proper by the indicator function x The probability of taking a negative value is zero .
Laplacian distribution (Laplace distribution)
Laplacian distribution (Laplace distribution): Probability density function distribution of random variables . namely :
Dirac Distribution
Dirac delta function (Dirac delta function): Defined as in addition to 0 Values for all points except 0, But the integral is 1.
Dirac Distribution is often used as an empirical distribution (empirical distribution) A component of :
边栏推荐
- VIM tail head intercept file import
- openresty ngx_ Lua request response
- 解决thinkphp启动时“No input file specified”的问题
- 记录几个常见问题(202207)
- QT creator 7-cmake update
- MCU case -int0 and INT1 interrupt count
- Opencv judgment points are inside and outside the polygon
- 我把开源项目alinesno-cloud-service关闭了
- Binary tree (II) -- code implementation of heap
- [speech processing] speech signal denoising based on Matlab GUI Hanning window fir notch filter [including Matlab source code 1711]
猜你喜欢

关于MySQL的30条优化技巧,超实用

2022.02.13 - SX10-30. Home raiding II

The countdown to the launch of metaverse ape is hot

链表之双指针(快慢指针,先后指针,首尾指针)

Qtquick3d real time reflection

513. Find the value in the lower left corner of the tree

d3dx9_ How to repair 31.dll_ d3dx9_ 31. Solution to missing DLL

一文搞定class的微观结构和指令

VOT toolkit environment configuration and use

VOT Toolkit环境配置与使用
随机推荐
Three.js-01 入门
TCC of distributed solutions
openresty ngx_lua正則錶達式
Go language learning tutorial (XV)
Hcip day 11 (BGP agreement)
分布式解决方案选型
Metaverse ape received $3.5 million in seed round financing from negentropy capital
Business introduction of Zhengda international futures company
Roman numeral to integer
The code generator has deoptimised the styling of xx/typescript. js as it exceeds the max of 500kb
Simple and beautiful method of PPT color matching
Record several frequently asked questions (202207)
One article deals with the microstructure and instructions of class
Metasploit (MSF) uses MS17_ 010 (eternal blue) encoding:: undefined conversionerror problem
MCU case -int0 and INT1 interrupt count
The difference between MVVM and MVC
PLC编程基础之数据类型、变量声明、全局变量和I/O映射(CODESYS篇 )
Double pointer of linked list (fast and slow pointer, sequential pointer, head and tail pointer)
VIM tail head intercept file import
I closed the open source project alinesno cloud service