楼主: wwtpcsuper
跳转到指定楼层
上一主题 下一主题
收起左侧

[统计生统] 好萌啊,好萌啊

 
🔗
ZYYYZ 2011-5-6 08:20:03 | 只看该作者
全局:
. check 1point3acres for more.
The chart above is adapted from the chart originally published by Lawrence Leemis in 1986 (Relationships Among Common Univariate Distributions, American Statistician 40:143-146.) Leemis published a larger chart in 2008 which is available online.
Parameterizations

The precise relationships between distributions depend on parameterization. The relationships detailed below depend on the following parameterizations for the PDFs.. Waral dи,

Let C(n, k) denote the binomial coefficient(n, k) and B(a, b) = Γ(a) Γ(b) / Γ(a + b).. ----
. 1point 3acres
Geometric: f(x) = p (1-p)x for non-negative integers x.

Discrete uniform: f(x) = 1/n for x = 1, 2, ..., n.

Negative binomial: f(x) = C(r + x - 1, x) pr(1-p)x for non-negative integers x. See notes on the negative binomial distribution.

Beta binomial: f(x) = C(n, x) B(α + x, n + β - x) / B(α, β) for x = 0, 1, ..., n.. 1point3acres.com

Hypergeometric: f(x) = C(M, x) C(N-M, K - x) / C(N, K) for x = 0, 1, ..., N.

Poisson: f(x) = exp(-λ) λx/ x! for non-negative integers x. The parameter λ is both the mean and the variance.
..
Binomial: f(x) = C(n, x) px(1 - p)n-x for x = 0, 1, ..., n.

Bernoulli: f(x) = px(1 - p)1-x where x = 0 or 1.
. .и
Lognormal: f(x) = (2πσ2)-1/2 exp( -(log(x) - μ)2/ 2σ2) / x for positive x. Note that μ and σ2 are not the mean and variance of the distribution.

Normal : f(x) = (2π σ2)-1/2 exp( - ½((x - μ)/σ)2 ) for all x.

Beta: f(x) = Γ(α + β) xα-1(1 - x)β-1 / (Γ(α) Γ(β)) for 0 ≤ x ≤ 1.

Standard normal: f(x) = (2π)-1/2 exp( -x2/2) for all x.

Chi-squared: f(x) = x-ν/2-1 exp(-x/2) / Γ(ν/2) 2ν/2 for positive x. The parameter ν is called the degrees of freedom.

Gamma: f(x) = β-α xα-1 exp(-x/β) / Γ(α) for positive x. The parameter α is called the shape and β is the scale.

Uniform: f(x) = 1 for 0 ≤ x ≤ 1.

Cauchy: f(x) = σ/(π( (x - μ)2 + σ2) ) for all x. Note that μ and σ are location and scale parameters. The Cauchy distribution has no mean or variance.

Snedecor F: f(x) is proportional to x(ν1 - 2)/2 / (1 + (ν1/ν2) x)(ν1 + ν2)/2 for positive x.

Exponential: f(x) = exp(-x/μ)/μ for positive x. The parameter μ is the mean.

Student t: f(x) is proportional to (1 + (x2/ν))-(ν + 1)/2 for positive x. The parameter ν is called the degrees of freedom.

Weibull: f(x) = (γ/β) xγ-1 exp(- xγ/β) for positive x. The parameter γ is the shape and β is the scale.. 1point 3 acres

Double exponential : f(x) = exp(-|x-μ|/σ) / 2σ for all x. The parameter μ is the location and mean; σ is the scale.

For comparison, see distribution parameterizations in R/S-PLUS and Mathematica.
Relationships

In all statements about two random variables, the random variables are implicitly independent. ..
. Waral dи,
Geometric / negative binomial: If each Xi is geometric random variable with probability of success p then the sum of n Xi's is a negative binomial random variable with parameters n and p.
. Waral dи,
Negative binomial / geometric: A negative binomial distribution with r = 1 is a geometric distribution.

Negative binomial / Poisson: If X has a negative binomial random variable with r large, p near 1, and r(1-p) = λ, then FX ≈ FY where Y is a Poisson random variable with mean λ.

Beta-binomial / discrete uniform: A beta-binomial (n, 1, 1) random variable is a discrete uniform random variable over the values 0 ... n.

Beta-binomial / binomial: Let X be a beta-binomial random variable with parameters (n, α, β). Let p = α/(α + β) and suppose α + β is large. If Y is a binomial(n, p) random variable then FX ≈ FY.

Hypergeometric / binomial: The difference between a hypergeometric distribution and a binomial distribution is the difference between sampling without replacement and sampling with replacement. As the population size increases relative to the sample size, the difference becomes negligible.
. check 1point3acres for more.
Geometric / geometric: If X1 and X2 are geometric random variables with probability of success p1 and p2 respectively, then min(X1, X2) is a geometric random variable with probability of success p = p1 + p2 - p1 p2. The relationship is simpler in terms of failure probabilities: q = q1 q2.

Poisson / Poisson: If X1 and X2 are Poisson random variables with means μ1 and μ2 respectively, then X1 + X2 is a Poisson random variable with mean μ1 + μ2.

Binomial / Poisson: If X is a binomial(n, p) random variable and Y is a Poisson(np) distribution then P(X = n) ≈ P(Y = n) if n is large and n$ is small. For more information, see Poisson approximation to binomial.

Binomial / Bernoulli: If X is a binomial(n, p) random variable with n = 1, X is a Bernoulli(p) random variable.. 1point3acres
. ----
Bernoulli / Binomial: The sum of n Bernoulli(p) random variables is a binomial(n, p) random variable.. 1point 3 acres

Poisson / normal: If X is a Poisson random variable with large mean and Y is a normal distribution with the same mean and variance as X, then for integers j and k, P(j ≤ X ≤ k) ≈ P(j - 1/2 ≤ Y ≤ k + 1/2). For more information, see normal approximation to Poisson..google  и

Binomial / normal: If X is a binomial(n, p) random variable and Y is a normal random variable with the same mean and variance as X, i.e. np and np(1-p), then for integers j and k, P(j ≤ X ≤ k) ≈ P(j - 1/2 ≤ Y ≤ k + 1/2). The approximation is better when p ≈ and when n is large. For more information, see normal approximation to binomial.

Lognormal / lognormal: If X1 and X2 are lognormal random variables with parameters (μ1, σ12) and (μ2, σ22) respectively, then X1 X2 is a lognormal random variable with parameters (μ1 + μ2, σ12 + σ22).
.--
Normal / lognormal: If X is a normal (μ, σ2) random variable then eX is a lognormal (μ, σ2) random variable. Conversely, if X is a lognormal (μ, σ2) random variable then log X is a normal (μ, σ2) random variable.

Beta / normal: If X is a beta random variable with parameters α and β equal and large, FX ≈ FY where Y is a normal random variable with the same mean and variance as X, i.e. mean α/(α + β) and variance αβ/((α+β)2(α + β + 1)). For more information, see normal approximation to beta.

Normal / standard normal: If X is a normal(μ, σ2) random variable then (X - μ)/σ is a standard normal random variable. Conversely, If X is a normal(0,1) random variable then σ X + μ is a normal (μ, σ2) random variable.

Normal / normal: If X1 is a normal (μ1, σ12) random variable and X2 is a normal (μ2, σ22) random variable, then X1 + X2 is a normal (μ1 + μ2, σ12 + σ22) random variable.

Gamma / normal: If X is a gamma(α, β) random variable and Y is a normal random variable with the same mean and variance as X, then FX ≈ FY if the shape parameter α is large relative to the scale parameter β. For more information, see normal approximation to gamma.
.1point3acres
Gamma / beta: If X1 is gamma(α1, 1) random variable and X2 is a gamma (α2, 1) random variable then X1/(X1 + X2) is a beta(α1, α2) random variable. More generally, if X1 is gamma(α1, β1) random variable and X2 is gamma(α2, β2) random variable then β2 X1/(β2 X1 + β1 X2) is a beta(α1, α2) random variable..

Beta / uniform: A beta random variable with parameters α = β = 1 is a uniform random variable.

Chi-squared / chi-squared: If X1 and X2 are chi-squared random variables with ν1 and ν2 degrees of freedom respectively, then X1 + X2 is a chi-squared random variable with ν1 + ν2 degrees of freedom.
..
Standard normal / chi-squared: The square of a standard normal random variable has a chi-squared distribution with one degree of freedom. The sum of the squares of n standard normal random variables is has a chi-squared distribution with n degrees of freedom.

Gamma / chi-squared: If X is a gamma (α, β) random variable with α = ν/2 and β = 2, then X is a chi-squared random variable with ν degrees of freedom.

Cauchy / standard normal: If X and Y are standard normal random variables, X/Y is a Cauchy(0,1) random variable.. Χ

Student t / standard normal: If X is a t random variable with a large number of degrees of freedom ν then FX ≈ FY where Y is a standard normal random variable. For more information, see normal approximation to t.. check 1point3acres for more.

Snedecor F / chi-squared: If X is an F(ν, ω) random variable with ω large, then ν X is approximately distributed as a chi-squared random variable with ν degrees of freedom.

Chi-squared / Snedecor F: If X1 and X2 are chi-squared random variables with ν1 and ν2 degrees of freedom respectively, then (X1/ν1)/(X2/ν2) is an F(ν1, ν2) random variable.

Chi-squared / exponential: A chi-squared distribution with 2 degrees of freedom is an exponential distribution with mean 2.

Exponential / chi-squared: An exponential random variable with mean 2 is a chi-squared random variable with two degrees of freedom.

Gamma / exponential: The sum of n exponential(β) random variables is a gamma(n, β) random variable.

Exponential / gamma: A gamma distribution with shape parameter α = 1 and scale parameter β is an exponential(β) distribution.

Exponential / uniform: If X is an exponential random variable with mean λ, then exp(-X/λ) is a uniform random variable. More generally, sticking any random variable into its CDF yields a uniform random variable.. 1point 3 acres

Uniform / exponential: If X is a uniform random variable, -λ log X is an exponential random variable with mean λ. More generally, applying the inverse CDF of any random variable X to a uniform random variable creates a variable with the same distribution as X.
. Χ
Cauchy reciprocal: If X is a Cauchy (μ, σ) random variable, then 1/X is a Cauchy (μ/c, σ/c) random variable where c = μ2 + σ2.

Cauchy sum: If X1 is a Cauchy (μ1, σ1) random variable and X2 is a Cauchy (μ2, σ2), then X1 + X2 is a Cauchy (μ1 + μ2, σ1 + σ2) random variable.

Student t / Cauchy: A random variable with a t distribution with one degree of freedom is a Cauchy(0,1) random variable.
..
Student t / Snedecor F: If X is a t random variable with ν degree of freedom, then X2 is an F(1,ν) random variable.

Snedecor F / Snedecor F: If X is an F(ν1, ν2) random variable then 1/X is an F(ν2, ν1) random variable.

Exponential / Exponential: If X1 and X2 are exponential random variables with mean μ1 and μ2 respectively, then min(X1, X2) is an exponential random variable with mean μ1 μ2/(μ1 + μ2).

Exponential / Weibull: If X is an exponential random variable with mean β, then X1/γ is a Weibull(γ, β) random variable.

Weibull / Exponential: If X is a Weibull(1, β) random variable, X is an exponential random variable with mean β.. 1point3acres.com

Exponential / Double exponential: If X and Y are exponential random variables with mean μ, then X-Y is a double exponential random variable with mean 0 and scale μ

Double exponential / exponential: If X is a double exponential random variable with mean 0 and scale λ, then |X| is an exponential random variable with mean λ.

See more:
http://allman.rhon.itam.mx/~cacosta/simula/dist.pdf

评分

参与人数 1大米 +20 收起 理由
RehsuR + 20 大赞!

查看全部评分

回复

使用道具 举报

全局:
哎呀呀呀~~我也要~~
回复

使用道具 举报

🔗
miriamsissi 2011-5-6 09:02:27 | 只看该作者
全局:
好有创意呀………………
回复

使用道具 举报

🔗
梦不落712 2011-5-6 17:38:01 | 只看该作者
全局:
回复 12# demonhunter
太有爱了 太学术了~~~
回复

使用道具 举报

无效楼层,该帖已经被删除
🔗
RehsuR 2011-5-8 13:26:00 | 只看该作者
全局:
我也想要!!! 哪儿有卖的啊~~~熊GG帮忙找找呀~~
回复

使用道具 举报

🔗
RehsuR 2011-5-8 13:28:11 | 只看该作者
全局:
ebay和淘宝上都粗略的搜了一下, 木有啊!!!!
回复

使用道具 举报

🔗
tgtg 2011-5-8 14:34:08 | 只看该作者
全局:
哈哈,这个日志分享我也看到啦,也想传到地里来着,图片都准备好了. ----

想到一起了。。。
回复

使用道具 举报

🔗
 楼主| wwtpcsuper 2011-5-8 16:58:47 | 只看该作者
全局:
回复 19# tgtg


    hahahahaha
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册账号
隐私提醒:
  • ☑ 禁止发布广告,拉群,贴个人联系方式:找人请去🔗同学同事飞友,拉群请去🔗拉群结伴,广告请去🔗跳蚤市场,和 🔗租房广告|找室友
  • ☑ 论坛内容在发帖 30 分钟内可以编辑,过后则不能删帖。为防止被骚扰甚至人肉,不要公开留微信等联系方式,如有需求请以论坛私信方式发送。
  • ☑ 干货版块可免费使用 🔗超级匿名:面经(美国面经、中国面经、数科面经、PM面经),抖包袱(美国、中国)和录取汇报、定位选校版
  • ☑ 查阅全站 🔗各种匿名方法

本版积分规则

>
快速回复 返回顶部 返回列表