查看: 7569| 回复: 39
跳转到指定楼层
上一主题 下一主题
收起左侧

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

 
全局:

注册一亩三分地论坛,查看更多干货!

您需要 登录 才可以下载或查看附件。没有帐号?注册账号

x
本帖最后由 wwtpcsuper 于 2011-5-6 15:20 编辑



各种分布神马的
正态分布、t分布、卡方分布、对数正态分布、均匀分布、韦伯分布、柯西分布、泊松分布、Gumbel分布、Erlang分布。。。

上一篇:关于生统推荐信
下一篇:有人六月去jhu参加Statistical Methods for Very Large Datasets Conference 2011 吗
推荐
ZYYYZ 2011-5-6 08:20:03 | 只看该作者
全局:
. 1point 3acres
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
. From 1point 3acres bbs
The precise relationships between distributions depend on parameterization. The relationships detailed below depend on the following parameterizations for the PDFs.

Let C(n, k) denote the binomial coefficient(n, k) and B(a, b) = Γ(a) Γ(b) / Γ(a + b).. check 1point3acres for more.
-baidu 1point3acres
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.. check 1point3acres for more.

Beta binomial: f(x) = C(n, x) B(α + x, n + β - x) / B(α, β) for x = 0, 1, ..., n..google  и
. From 1point 3acres bbs
Hypergeometric: f(x) = C(M, x) C(N-M, K - x) / C(N, K) for x = 0, 1, ..., N.. From 1point 3acres bbs

Poisson: f(x) = exp(-λ) λx/ x! for non-negative integers x. The parameter λ is both the mean and the variance.. 1point3acres

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.. 1point3acres.com
. Waral dи,
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.

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.

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..--

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.

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.

.1point3acresPoisson / 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.
. From 1point 3acres bbs
Bernoulli / Binomial: The sum of n Bernoulli(p) random variables is a binomial(n, p) random variable.

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.

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.. 1point 3 acres
.1point3acres
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.

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.
. 1point3acres
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.. 1point 3 acres

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.
-baidu 1point3acres
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.. From 1point 3acres bbs

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.

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.. check 1point3acres for more.

Cauchy reciprocal: If X is a Cauchy (μ, σ) random variable, then 1/X is a Cauchy (μ/c, σ/c) random variable where c = μ2 + σ2.. Χ
. Waral dи,
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.-baidu 1point3acres
. Waral dи,
Weibull / Exponential: If X is a Weibull(1, β) random variable, X is an exponential random variable with mean β.

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 大赞!

查看全部评分

回复

使用道具 举报

推荐
Jaden09 2011-5-6 01:24:42 | 只看该作者
全局:
的确很萌啊,这些distribution的枕头很有爱啊。
回复

使用道具 举报

推荐
jpjerry 2011-5-6 03:23:12 | 只看该作者
全局:
看到,各种分布,恍然大悟,亮了
回复

使用道具 举报

🔗
modifiedname 2011-5-6 02:53:59 | 只看该作者
全局:
这个大赞啊~~
回复

使用道具 举报

🔗
modifiedname 2011-5-6 02:54:22 | 只看该作者
全局:
哪里来的?我想买啊
回复

使用道具 举报

🔗
kang1415926 2011-5-6 04:06:28 | 只看该作者
全局:
好想买好想买~~
太萌了~~~
回复

使用道具 举报

🔗
 楼主| wwtpcsuper 2011-5-6 04:55:54 | 只看该作者
全局:
哪里来的?我想买啊.--
小K 发表于 2011-5-6 02:54



    我也是在人人看到的。。。同想买不知道去哪儿买
回复

使用道具 举报

🔗
modifiedname 2011-5-6 05:21:17 | 只看该作者
全局:
what's the formal name for these?
回复

使用道具 举报

🔗
modifiedname 2011-5-6 05:21:53 | 只看该作者
全局:
见鬼了,只认得正态和uniform. Χ
其他的都是什么分布?
回复

使用道具 举报

🔗
 楼主| wwtpcsuper 2011-5-6 05:58:29 | 只看该作者
全局:
见鬼了,只认得正态和uniform
其他的都是什么分布?. Χ
小K 发表于 2011-5-6 05:21



    有Poisson, student-t, chi^2, F

. 1point3acres   别的我也搞不清了。。。也许还有Cauchy?
回复

使用道具 举报

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

本版积分规则

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