zxysx的个人博客分享 http://blog.sciencenet.cn/u/zxysx

博文

The Poisson Probability Distribution(泊松分布)

已有 4734 次阅读 2012-8-3 09:55 |个人分类:概率论与统计学笔记|系统分类:科研笔记

Suppose that we want to find the probability distribution of the number of automobile accidents at a particular intersection during a time period of one week.Think of the time period as being split up into $n$ subintervals, each of which is so small that at most one accident could occur in it with probability different from zero. Denoting the probability of an accident in any subinterval by $p$, we have, for all practical purposes,
   P(no accidents occur in a subinterval) = 1 − p,
P(one accident occurs in a subinterval) = p,
          P(more than one accident occurs in a subinterval) = 0.
Then the total number of accidents in the week is just the total number of subintervals that contain one accident. If the occurrence of accidents can be regarded as independent from interval to interval, the total number of accidents has a binomial distribution.
    Although there is no unique way to choose the subintervals, and we therefore know neither $n$ nor $p$, it seems reasonable that as we divide the week into a greater number $n$ of subintervals, the probability $p$ of one accident in one of these shorter subintervals will decrease. Letting $λ = np$ and taking the limit of the binomial probability$p(y) = left( {begin{array}{*{20}{c}} n\ y end{array}} right){p^y}{left( {1 - p} right)^{n - y}}$ as $n to infty $, we have$$begin{array}{l} p(y) = mathop {lim }limits_{n to infty } left( {begin{array}{*{20}{c}} n\ y end{array}} right){p^y}{left( {1 - p} right)^{n - y}}\ ;;;;;;;; = mathop {lim }limits_{n to infty } frac{{n!}}{{y!left( {n - y} right)!}}{left( {frac{lambda }{n}} right)^n}{left( {1 - frac{lambda }{n}} right)^{n - y}}\ ;;;;;;;; = mathop {lim }limits_{n to infty } frac{{{lambda ^y}}}{{y!}}{left( {1 - frac{lambda }{n}} right)^n}frac{{n!}}{{left( {n - y} right)!{n^y}}}{left( {1 - frac{lambda }{n}} right)^{ - y}}\ ;;;;;;;; = frac{{{lambda ^y}}}{{y!}}{e^{ - lambda }} end{array}.$$
    The Poisson probability distribution often provides a good model for the probability distribution of the number Y of rare events that occur in space, time, volume, or any other dimension, where λ is the average value of Y .Such as the probability distribution of the number Y of automobile accidents, industrial accidents, or other types of accidents in a given unit of time.Other examples of random variables with approximate Poisson distributions are the number of telephone calls handled by a switchboard in a time interval, the number of radioactive particles that decay in a particular time period, the number of errors a typist makes in typing a page, and the number of automobiles using a freeway access ramp in a ten-minute interval.
Definition:
   A random variable Y is said to have a Poisson probability distribution if and only if
$$p(y) = \frac{{{\lambda ^y}}}{{y!}}{e^{ - \lambda }},\;\;\;y = 0,\;1,\;2,\;...\;,\;\lambda > 0.$$
Relative Mathematica Function
  PoissonDistribution[λ] represents a Poisson distribution with mean λ .

Expection and Variance:
   If Y is a random variable possessing a Poisson distribution with parameter λ,then
$$E(Y) = \lambda \;\;\;{\rm{and}}\;\;\;V(Y) = \lambda .$$



https://blog.sciencenet.cn/blog-531885-598560.html

上一篇:Mathematica中的With,Module及Block的用法及区别
收藏 IP: 210.75.252.*| 热度|

0

该博文允许注册用户评论 请点击登录 评论 (1 个评论)

数据加载中...
扫一扫,分享此博文

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-7-23 14:21

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部