我们假设该项试验独立重复地进行了 n 次,那么就称这一系列重复独立的随机试验为 n 重伯努利试验,或称为伯努利概型。单个伯努利试验是没有多大意义的。
Let X be a random variable associated with a Bernoulli trial by defining it as follows:
X( success )=1 and X( failure )=0
The pmf of X can be written as
p(x)=px(1−p)1−x,x=0,1
伯努利分布就是常见的0-1分布,即两点分布(two-point distribution)。
Binomial Distribution (二项分布)
Let X equal the number of observed successes in n Bernoulli trials, the
possible values of X are 0,1,⋯,n. We say the X follows a binomial distribution and write X∼B(n,p). The pdf of x is
Let X be the number of a Bernoulli trials where the first “yes”
appeared. DX={1,2,…}
Let Y be the number of “No” before the first “yes”. Y=X-1. DY={0,1,…}
P(X=n)=P(Y=n−1)=p(1−p)n−1,n=1,2,⋯
Multinomial Distribution (多项分布)
This is an extension of the binomial distribution.
Let a random experiment be repeated n independent times.
Each experimental results in but one of k mutually exclusive
and exhaustive ways, say C1,…,Ck. Let pi be the prob. that the
outcome is an element of Ci.
Let Xi be the number of outcomes that are elements of Ci. We
have X1+X2+⋯+Xk=n.
The pmf of X1,⋅,Xk−1 is P(X1=n1,…,Xk=nk)={n!…nk!n!p1n1⋯pknk,0,n1+⋯nk=n elsewhere.
Poisson Distribution (泊松分布)
A random variable X that has a pmf
p(x)={x!mxe−m,0, elsewhere, x=0,1,⋯
is said to have a Poisson distribution with parameter m.
Suppose X1,X2,⋯,Xn are independent random variables and suppose Xi has a Poisson distribution with parameter mi. Then Y=∑i=1nXi has a Poisson distribution with parameter ∑i=1nmi.
Exponential Distribution (指数分布)
The exponential distribution E(λ) with the pdf
f(x)={λe−λx,0,x≥0x<0
was one of important continuous distribution in theory of reliability, queueing theory and telephone system.
Gamma Distribution (伽玛分布)
The Gamma Function
The integral is called the gamma function of α>0, and we write
Γ(α)=∫0∞yα−1e−ydy
Properties:
Γ(1)=1
Γ(α)=(α−1)Γ(α−1)
Γ(n)=(n−1)! if n is a positive integer
Γ(0)=∞,Γ(21)=π,Γ(α)Γ(1−α)=sin(πα)π
The Γ-distribution
A random variable X that has the pdf of the form
f(x)={Γ(α)βα1xα−1e−x/β,0,0<x<∞ elsewhere
is said to have a gamma distribution with parameters α and β, where α>0 and β>0. We will write X∼Γ(α,β) or X∼gamma(α,β).
We have
f(x)≥0;
1=∫0∞Γ(α)βα1xα−1e−x/βdx
as by using a transformation of y=x/β in the integral of Γ(α)
Γ(α)=∫0∞(βx)α−1e−x/β(β1)dx
The Γ-distribution involves many useful distributions
The standard Γ -distribution Γ(α,1) with pdf
f(x)={xα−1e−x/Γ(α),0,x≥0x<0
The exponential distribution (α=1,λ=1/β) with pdf
f(x)={λe−λx,0,x≥0x<0
The χ2 -distribution (α=n/2,β=2) with pdf
f(x)={2n/2Γ(n/2)1xn/2−1e−x/2,0,x≥0x<0
The χ2-distribution (χ2)
Example. If X has the pdf
f(x)=⎩⎨⎧41xe−x/2,0, then X∼χ2(4)0<x<∞ elsewhere,
Corollary:
Let X1,X2,⋯,Xn be independent and Xi∼χ2(ni),i=1,…,n. Then
Y=i=1∑nXi∼χ2(m)
where m=∑i=1nni.
The β-distribution (贝塔分布)
The beta function
B(a,b)=∫01ya−1(1−y)b−1dy;a>0,b>0
Properties
B(a,b)=b(b,a)
B(a,b)=Γ(a+b)Γ(a)Γ(b)
B(a,b−a)=∫0∞xa−1(1+x)−bdx
The β-distribution
Let X1 and X2 be two independent random variables, where X1∼Γ(α,1) and X2∼Γ(β,1). The distribution of B=X1+X2X1 is called the β -distribution with parameters α and β and write B∼β(α,β) or B \sim \operatorname{beta}(\alpha, \beta)
Properties of The β -distribution:
The β -distribution involves
The uniform distribution =β(1,1) with pdf 1 on [0,1] and 0
elsewhere.
The inverse sine distribution =β(1/2,1/2). Its pdf is
p(x)={πx(1−x)1,0,0≤x≤1 elsewhere
The power distribution =β(α,1) and its pdf is
p(x)={αxα−1,0,0≤x≤1 elsewhere
Normal Distribution (正态分布)
Definition A random variable X that has a pdf
p(x)=2πσ1exp{−2σ2(x−μ)2}
is said to have a normal distribution with parameters μ and σ2, and write X∼N(μ,σ2). When μ=0 and σ2=1, we say that X follows a standard normal distribution.
Assume random variable X∼N(μ,σ2) with σ2>0, then the random variable V=(X−μ)2/σ2∼χ2(1).
The t-distribution (t分布)
Let random variables W∼N(0,1) and let V∼χ2(n) are independent.
Define a new random variable T by writing
T=V/nW=nVW
We say that T follows a t -distribution with n degrees of freedom.
0 条评论
来做第一个留言的人吧!