博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
概率论快速学习05:随机变量 二项分布 泊松分布
阅读量:5933 次
发布时间:2019-06-19

本文共 2052 字,大约阅读时间需要 6 分钟。

hot3.png

原创地址:  (泥沙砖瓦浆木匠),需要转载的,保留下! 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. F (x) represents the probability random variable X \leq x value. If the value of X isx_1 < x_2 < ... < x_n,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(np). The probability of getting exactly k successes in n trials is given by the probability mass function:

                       

Symbols for:

                     X(np)

 

show an example:

若某人做某事的成功率为1%,他重复努力 400次,则至少成功一次的概率为 :

                  

 

 

 

爱迪生: “天才=1%的灵感+99%的汗水” 但那1%的灵感是最重要的,甚至比那99%的汗水都要重要

 

Poisson's distribution


A discrete random variable is said to have a Poisson distribution with parameter λ > 0, if, for k=0,1,2,…, the probability mass function of is given by:

                 

Symbols for:

                  

 

The relation of binomial distribution and poisson's distribution


                   红心 

 

when n –> ∞ , p < 0.1 :

                      

proved:

 

                    

 

Editor's Note

有些人不需要你去生气,做好你自己.自己开心过好每一天,这样就足够了.

转载于:https://my.oschina.net/jeffli1993/blog/276382

你可能感兴趣的文章
JNI——访问数组
查看>>
C#开发和调用Web Service
查看>>
Android6.0机型上调用系统相机拍照返回的resultCode值始终等于0的问题
查看>>
全面理解Git
查看>>
JS敏感信息泄露:不容忽视的WEB漏洞
查看>>
让我们荡起双桨,Android 小船波浪动画
查看>>
ApacheCN 翻译活动进度公告 2019.2.18
查看>>
分布式memcached服务器代理magent安装配置(CentOS6.6)
查看>>
Create Volume 操作(Part III) - 每天5分钟玩转 OpenStack(52)
查看>>
Polar码引发舆论狂欢 5G标准远未定局
查看>>
KSImageNamed-Xcode-master
查看>>
memcache
查看>>
Struts2参数知识点
查看>>
tomcat 8.0虚拟机配置文档
查看>>
轻松实现基于Heartbeat的高可用web服务集群
查看>>
分析y一款APP
查看>>
pxc群集搭建
查看>>
JS中加载cssText延时
查看>>
常用的脚本编程知识点
查看>>
坐标转换convertRect
查看>>