当前位置:网站首页>Basic mathematical knowledge (update)
Basic mathematical knowledge (update)
2022-07-28 20:10:00 【Hu Xi Hu Xi】
One 、 Probability distribution function and probability density function of continuous variables
A continuous variable takes a certain value xi Probability P(xi)=0: For continuous variables ,“ The probability of taking a specific value ” The statement of is meaningless , Because the probability of taking any single value is equal to 0, It can only be said “ The probability that the value falls within a certain interval ”, or “ The probability that the value falls in the neighborhood of a value ”, That is to say P(a<xi≤b), And can not say P(xi)., Look at the example below : Take any number from all natural numbers , Ask this number equals 5 What's the probability of ? Take one from all natural numbers , Of course, it is possible to get 5 Of , But there are infinite natural numbers , So take 5 Is the probability that 1/∞, That is to say 0.
Another example is throwing darts , Although it is possible to fall in the bull's-eye , But the probability is also 0( Regardless of proficiency and other factors ), Because there are countless points on the target , The probability of each point is the same , Therefore, the probability of falling on a specific point is 1/∞=0.
Probability distribution function F(x) and Probability density function f(x) Used to describe continuous variables Definition of probability distribution function : Give the probability that the value is less than a certain value , Is the cumulative form of probability , namely : F(xi)=P(x<xi)=sum(P(x1),P(x2),……,P(xi)) Discrete variables = Find integral Continuous variable Probability distribution function F(x) The role of :(1) give x Fall in a certain range (a,b] The probability of the interior :P(a<x≤b)=F(b)-F(a); (2) according to F(x) Slope judgment of “ Interval probability ”P(A<x≤B) The change of ( In fact, it is the probability density function to be mentioned later f(x)), An interval (A,B] Inside ,F(x) More inclined , Express x The probability of falling within this interval P(A<x≤B) The bigger it is . As shown in the figure , In the interval a,b Inside F(x) The slope of is the largest , That is to say x Fall in the range a,b The probability of the interior P(a<x≤b) The bigger it is , Its value is equal to F(b)-F(a).

Probability density function definition : Given that the variable falls at a certain value xi In the neighborhood ( Or in a certain interval ) How fast does the probability change , The value of the probability density function is not probability , It's the rate of change of probability , The area below the probability density function is the probability .

Properties of probability density function :

The relationship between probability distribution function and probability density function is shown in the figure below :

Be careful :

Probability of continuous variables 、 Probability distribution function 、 The relationship between probability density functions is shown in the figure below :

My summary : For the abscissa xi,F(x) The ordinate of indicates that the value is less than xi Probability ,f(x) The ordinate of represents the value at xi Nearby probability .
Two 、 A priori probability and a posteriori probability

边栏推荐
- The results of the second quarter online moving people selection of "China Internet · moving 2022" were announced
- Tencent cloud deployment lamp_ Experience of building a station
- [C language] simulation implementation of strlen (recursive and non recursive)
- Item exception handling in SSM
- 通配符 SSL/TLS 证书
- zfoo增加类似于mydog的路由
- 数字图像理论知识(一)(个人浅析)
- [C language] Hanoi Tower problem [recursion]
- [C language] Fibonacci sequence [recursion and iteration]
- Two methods to judge the size end
猜你喜欢

Communication learning static routing across regional networks

利用STM32的HAL库驱动1.54寸 TFT屏(240*240 ST7789V)

数字滤波器设计——Matlab

Read how to deploy highly available k3s with external database
![[C language] advanced pointer exercise 1](/img/ee/c62919330edb4a0b5a2a4b027e5b5c.png)
[C language] advanced pointer exercise 1

Saltstack advanced

Sprint for golden nine and silver ten, stay up at night for half a month, collect 1600 real interview questions from Android post of major manufacturers

【NPP安装插件】

Concurrent programming, do you really understand?

CDGA|工业互联网行业怎么做好数据治理?
随机推荐
MySQL命令语句(个人总结)
Special draft of Mir | common sense knowledge and reasoning: representation, acquisition and application (deadline on October 31)
robobrowser的简单使用
Know small and medium LAN WLAN
Common APIs in string
mmo及时战斗游戏中的场景线程分配
English translation Italian - batch English translation Italian tools free of charge
The results of the second quarter online moving people selection of "China Internet · moving 2022" were announced
Two methods to judge the size end
跨区域网络的通信学习静态路由
Common modules of saltstack
9. Pointer of C language (5) how many bytes does the pointer variable occupy
C+ + core programming
English Translation Spanish - batch English Translation Spanish tools free of charge
C language functions and pointers
9. Pointer of C language (3) classic program, exchange the value of two numbers for deep analysis, (easy to understand), are formal parameters and arguments a variable?
基于 MinIO 对象存储保障 Rancher 数据
Implementation of memmove in C language
私有化部署的即时通讯平台,为企业移动业务安全保驾护航
ssm中项目异常处理