当前位置:网站首页>Learning and finishing of probability theory 8: Geometric and hypergeometric distributions
Learning and finishing of probability theory 8: Geometric and hypergeometric distributions
2022-08-05 04:00:00 【Mr. Rhino】
1 Geometric distribution
1.1
Formulas for geometric distribution
E(X) = P*(1-p)^n-1
1.2
The reason for the geometric distribution
The first thing to understand is the geometric mean
(a*b)^-2
It is the proportional data
Each number is the geometric mean of the two numbers before and after
p*(1-p) ,p*(1-p)^2 ,p*(1-p)^3
p*(1-p)*p*(1-p)^3 =p^2*(1-p)^4
1.3 Expectation, variance of geometric distribution
2 hypergeometric distribution
2.1 Hypergeometric distribution
Prerequisites
No replacement sampling!
2.2 Definition of Hypergeometric Distribution
- It is called a hypergeometric distribution because its form is related to the coefficients of the series expansion of the "hypergeometric function".
- The parameters in the hypergeometric distribution are M,N,n, and the above hypergeometric distribution is denoted as X~H(n,M,N).
- f(k,n,K,N) = C(k,K) * C(n-k,N-K) / C(n,N)
- Understanding the formula
- f(k,n,K,N) = C(k,K) * C(n-k,N-K) / C(n,N)
- C(n,N) Number of ways to draw N samples in the population of n
- C(k,K) The number of methods for extracting K samples in all K designated special special units
- The number of combinations, the binomial coefficient
- C(n-k,N-K) Leave non-special n-k in n, the number of methods to extract N-k number
Sampling and replacement
2.3
- Both ends of the hypergeometric distribution
- If N=1, it degenerates to Bernoulli distribution.
Indicates that it is only drawn once. - If the sample size n=1, that is, only one case is drawn from the finite population, and the probability that the case meets the requirements is just drawn, then the hypergeometric distribution can be restored to the binomial distribution.
- If only 1 sample is drawn at a time, no replacement sampling = replacement sampling, binomial distribution, quasi-normal distribution?
- If the capacity N of the data population is infinite, that is, the finite population is replaced by an infinite population. At this time, the replacement of the selected cases or not has no effect on the proportion of cases that meet the requirements in the population, and the hypergeometric distribution can also be used.regarded as a binomial distribution.
- N infinity, and no replacement sampling = replacement sampling, binomial distribution, quasi-normal distribution?
- In practical applications, as long as the number of cases in the data population is more than 10 times the sample size, that is, N>10n, the binomial distribution can be used to approximate the hypergeometric distribution, and the probabilities calculated by the two probability mass functions are almost the same
边栏推荐
- The most comprehensive exam questions for software testing engineers in 2022
- 【测量学】速成汇总——摘录高数帮
- Swing有几种常用的事件处理方式?如何监听事件?
- Defect detection (image processing part)
- 阿里本地生活单季营收106亿,大文娱营收72亿,菜鸟营收121亿
- Mysql's redo log detailed explanation
- 工业级远距离无线传输装置的功能有哪些?
- Index Mysql in order to optimize paper 02 】 【 10 kinds of circumstances and the principle of failure
- [论文笔记] MapReduce: Simplified Data Processing on Large Clusters
- Event parse tree Drain3 usage and explanation
猜你喜欢
概率论的学习和整理8: 几何分布和超几何分布
4T硬盘剩余很多提示“No space left on device“磁盘空间不足
Mysql's redo log detailed explanation
【8.1】代码源 - 【第二大数字和】【石子游戏 III】【平衡二叉树】
UE4 第一人称角色模板 添加冲刺(加速)功能
iMedicalLIS listener (2)
35岁的软件测试工程师,月薪不足2W,辞职又怕找不到工作,该何去何从?
Some conventional routines of program development (1)
Shell script: for loop and the while loop
Haproxy搭建Web群集
随机推荐
UE4 第一人称角色模板 添加蹲伏功能
Swing有几种常用的事件处理方式?如何监听事件?
2022.8.4-----leetcode.1403
数组常用方法总结
You may use special comments to disable some warnings. Three ways to report errors
概率论的学习和整理8: 几何分布和超几何分布
DNS被劫持如何处理?
Static method to get configuration file data
This year's Qixi Festival, "love vegetables" are more loving than gifts
[论文笔记] MapReduce: Simplified Data Processing on Large Clusters
Android实战开发-Kotlin教程(入门篇-登录功能实现 3.3)
How to solve the three major problems of bank data collection, data supplementary recording and index management?
【测量学】速成汇总——摘录高数帮
Solana NFT开发指南
[SWPU2019]Web1
关于#SQL#的迭代、父子结构查询问题,如何解决?
UE4 为子弹蓝图添加声音和粒子效果
四位数显表头设计
2022-08-04T17:50:58.296+0800 ERROR Announcer-3 io.airlift.discovery.client.Announcer appears after successful startup of presto
数据库设计的酸(ACID)碱(BASE)原则