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

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

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(n, p). The probability of getting exactly k successes in n trials is given by the probability mass function:

                      

Symbols for:

                     XB (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


                  红心

 

when n –> ∞ , p < 0.1 :

                     

proved:

 

                   

 

转载地址:http://pjbva.baihongyu.com/

你可能感兴趣的文章
概率论与数理统计习题
查看>>
初学structs2,简单配置
查看>>
Laravel5.0学习--01 入门
查看>>
时间戳解读
查看>>
sbin/hadoop-daemon.sh: line 165: /tmp/hadoop-hxsyl-journalnode.pid: Permission denied
查看>>
@RequestMapping 用法详解之地址映射
查看>>
254页PPT!这是一份写给NLP研究者的编程指南
查看>>
《Data Warehouse in Action》
查看>>
String 源码浅析(一)
查看>>
Spring Boot 最佳实践(三)模板引擎FreeMarker集成
查看>>
Cable:360实现的新虚拟网络架构
查看>>
Fescar 发布 0.2.3 版本,支持 Redis 和 Apollo
查看>>
Google MapReduce到底解决什么问题?
查看>>
CCNP-6 OSPF试验2(BSCI)
查看>>
Excel 2013 全新的图表体验
查看>>
openstack 制作大于2TB根分区自动扩容的CENTOS镜像
查看>>
Unbuntu安装遭遇 vmware上的Easy install模式
查看>>
几个常用的ASP木马
查看>>
python分析postfix邮件日志的状态
查看>>
Mysql-5.6.x多实例配置
查看>>