第二讲随机变量基础课件.ppt
《第二讲随机变量基础课件.ppt》由会员分享,可在线阅读,更多相关《第二讲随机变量基础课件.ppt(52页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、第二讲随机变量基础第1页,此课件共52页哦第一章第一章 随机变量基础随机变量基础1.1 1.1 概率的基本术语概率的基本术语n随机试验随机试验 Random Experimentn随机事件随机事件 Random Eventn基本事件基本事件 Elementary(Simple)Eventn样本空间样本空间 Sample Spacen频率频率 Frequencyn概率概率 Probability第2页,此课件共52页哦投掷骰子出现投掷骰子出现1点点11,2 2,3 3,4 4,5 5,66投掷骰子出现偶数点投掷骰子出现偶数点样本空间样本空间随机事件随机事件基本事件基本事件第3页,此课件共52页哦
2、关于样本空间的注释:关于样本空间的注释:Discrete Sample Space:Toss a die:S=1,2,3,4,5,6连续的样本空间连续的样本空间:,SR or Sa b由多次子试验构成的样本空间由多次子试验构成的样本空间:看下例看下例Toss a coin:S=Head,Tail=H,T第4页,此课件共52页哦IF we toss a coin three times and let the triplet xyz denote the outcome“x on the first toss,y on the second toss,z on the third toss”,t
3、hen the sample space of the experiment isS=HHH,HHT,HTH,HTT,THH,THT,TTH,TTTThe event“one head and two tails”is defined byE=HTT,THT,TTH第5页,此课件共52页哦由多次子试验构成的样本空间由多次子试验构成的样本空间可数无穷的样本空间可数无穷的样本空间S=S1 S1 =HH,HT,TH,TT,S1=H,T第6页,此课件共52页哦利用频率估计概率利用频率估计概率n n次重复试验中,事件次重复试验中,事件A A发生的次数为发生的次数为n nA A,比值称为事,比值称为事件件
4、A A发生的频率。频率反映了事件发生的频率。频率反映了事件A A发生的频繁程发生的频繁程度,若事件度,若事件A A发生的可能性大,那么相应的频率也发生的可能性大,那么相应的频率也大,反之则较小。大,反之则较小。nnAPAn lim)(概率概率第7页,此课件共52页哦计算机模拟:计算机模拟:投掷一枚均匀硬币,模拟计算出现正面的概率。投掷一枚均匀硬币,模拟计算出现正面的概率。number=0;for i=1:N%set up simulation for 4 coin toses if rand(1,1)0.5%toss coin with p=0.5 x(i,1)=1;%head else x(
5、i,1)=0;%tail endnumber=number+x(i,1);%count number of headsendP=number/N;第8页,此课件共52页哦1.2 1.2 随机变量的定义随机变量的定义(Definition of a random variable)(Definition of a random variable)设随机试验设随机试验E E的样本空间为的样本空间为S=eS=e,如果对于每一个,如果对于每一个e e S S,有一个实数,有一个实数X(e)X(e)与之对应,这样就得到一个定义与之对应,这样就得到一个定义在在S S上的单值函数上的单值函数X(e)X(e)
6、,称,称X(e)X(e)为随机变量,简记为为随机变量,简记为X X。随机变量是定义在样本空间随机变量是定义在样本空间S S上的单值函数上的单值函数1.1.定义定义第9页,此课件共52页哦Interpretation of random variable:Se()X eReal lineRandom variable is a function that assigns a numerical value to the outcome of the experiment.第10页,此课件共52页哦A coin tossSe11()X eReal line10e22()X eMapping of
7、the outcome of a coin toss into the set of real number1()0eHeadX eeTail第11页,此课件共52页哦A discrete random variable is a random variable that can be take on at most a countable number of possible values根据随机变量取值的不同可以分为:根据随机变量取值的不同可以分为:连续型随机变量连续型随机变量(Continuous random variable)(Continuous random variable)离
8、散型随机变量离散型随机变量(Discrete random variable)(Discrete random variable)第12页,此课件共52页哦2.2.概率分布列概率分布列),.,2,1()(nkpxXPkkXx1x2.xnpkp1p2.pn11nkkpProbability mass function(PMF)()()(1,2,.,)XkkkPxP Xxpkn第13页,此课件共52页哦(0,1)(0,1)分布分布 指示型随机变量指示型随机变量随机变量的可能取值为随机变量的可能取值为0 0和和1 1两个值,两个值,PMFPMF为为10()1XpkPkpkPMF:()XPkk0 11
9、pp第14页,此课件共52页哦(0,1)分布的随机变量;分布的随机变量;指示型随机变量;指示型随机变量;贝努里随机变量;贝努里随机变量;第15页,此课件共52页哦Bernoulli random variableLet A be an event of interest in some experiment,e.g.,a device is not defective.We say that a“success”occurs if A occurs when we perform the experiment.Bernoulli random variable IA is equal to 1
10、 if A occurs and zero otherwise.0if not in A()1if in AAeIee(0)()01IAPP Iep(1)()1IAPP Iep第16页,此课件共52页哦例:信息传输问题(例:信息传输问题(Message Transmissions)Let X be the number of times needs to be transmitted until it arrivers correctly at its destination.Find the probability that X is an a even number.X is a disc
11、rete random variable taking on values from S=1,2,3,.第17页,此课件共52页哦The event X=k occurs if k-1 consecutive erroneous transmissions(failures)followed by a error-free one(success)()(00.01)XPkP XkP11(1)kkppqpX is called the geometric random variable21112 is even(2)1111kXkkP XPkqppqq第18页,此课件共52页哦Example:T
12、ransmission error in a binary communications channel.Let X be the number of errors in n independent transmissions.Find the PMF of x.Find the probability of one or fewer errors0101 1-1-第19页,此课件共52页哦X takes on values in the set 0,1,nIf there is no error,each transmission results in a 0If there is an e
13、rror,each transmission results in a 11P 01P The probability of k errors in n bits transmissions is given as follows()(1)kn kXnPkP Xkk We call X the binomial random variable第20页,此课件共52页哦001111(1)(1)01(1)(1)nnnnnnP Xn 第21页,此课件共52页哦贝努里试验贝努里试验 随机试验只有两种结果。随机试验只有两种结果。产品合格或不合格产品合格或不合格 元件没有失效或失效元件没有失效或失效 信息
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 第二 随机变量 基础 课件
限制150内