概率论高速学习05:随机变量 二项分布 泊松分布
概率论高速学习05:随机变量
原创地址: http://www.cnblogs.com/Alandre/ (泥沙砖瓦浆木匠),须要转载的,保留下! Thanks
“不要在意这些细节。
”生活就是这样,每天过的好一点.
Written In The Font
-
随机变量
-
二项分布
-
泊松分布
-
泊松分布与二项分布的关系
Content
Random variable
Random variable is usually understood to mean a real-valued random variable; this discussion assumes real values. A random variable is a real-valued function defined on a set of possible outcomes, the sample space Ω. That is, the random variable is a function that maps from its domain, the sample space Ω, to its range, the real numbers or a subset of the real numbers. It is typically some kind of a property or measurement on the random outcome.
what is it? I think the definition is not clear to understand.In my words,Random variable can be used to describe the process of rolling dice and the possible outcomes.
Discrete probability distribution
The range of distribution function is the discrete random variables, such as the onlyinteger is belongs to the discrete distribution. represents
the probability random variable
value. If the value of X is
,then:
Example:
若罚球两次, 第一次罚中的概率为0.75。若第一次罚中则第二次罚中的概率为0.8,若第一次未罚中则第二次罚中的概率为0.7.以X记罚球两次当中罚中的次数。求X的分布律。
解:X的可能取值为0,1,2.
X |
0 |
1 |
2 |
pk |
0.075 |
0.325 |
0.6 |
也能够通过一系列数据展现到图上
Binomial Distribution
the binomial distribution is the discrete probability distributionof the number of successes in a sequence of n independent yes/no experiments.In general, if the random variable X follows the binomial distribution with parameters n and p, we writeX ~ B(n, p). The probability of getting exactly k successes in n trials is given by the probability mass function:
Symbols for:
X~B (n, p)
show an example:
若某人做某事的成功率为1%,他反复努力 400次,则至少成功一次的概率为 :
爱迪生: “天才=1%的灵感+99%的汗水” 但那1%的灵感是最重要的,甚至比那99%的汗水都要重要
Poisson's distribution
A discrete random variable X is said to have a Poisson distribution with parameter λ > 0, if, for k=0,1,2,…, the probability mass function of X is given by:
Symbols for:
The relation of binomial distribution and poisson's distribution
proved:
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· 10年+ .NET Coder 心语 ── 封装的思维:从隐藏、稳定开始理解其本质意义
· 地球OL攻略 —— 某应届生求职总结
· 提示词工程——AI应用必不可少的技术
· Open-Sora 2.0 重磅开源!
· 字符编码:从基础到乱码解决