术语

来源:互联网 发布:c语言从入门到开发经历 编辑:程序博客网 时间:2024/05/17 05:06

1 trimmed mean

修剪平均数

The trimmed mean is a family of measures of central tendency.


In contrast to the arithmetic mean , the trimmed mean is a robust measure of central tendency. For example, a small fraction of anomalousmeasurements with abnormally large deviation from the center may changethe mean value substantially. At the same time, the trimmed mean isstable in respect to presence of such abnormal extreme values, whichget "trimmed" away.

 

A trimmed mean is calculated by discarding a certain percentage of the lowest and the highest scores and then computing the mean of the remaining scores. For example, a mean trimmed 50% is computed by discarding the lower and higher 25% of the scores and taking the mean of the remaining scores.
The median is the mean trimmed 100% and the arithmetic mean is the mean trimmed 0%.
A trimmed mean is obviously less susceptible to the effects of extreme scores than is the arithmetic mean. It is therefore less susceptible to sampling fluctuation than the mean for extremely skewed distributions. It is less efficient than the mean for normal distributions.
Trimmed means are often used in Olympic scoring to minimize the effects of extreme ratings possibly caused by biased judges

 

2 Gamma distribution

(1)伽玛分布(Gamma distribution)是统计学的一种连续概率函数。Gamma分布中的参数α,称为形状参数(shape parameter),β称为尺度参数(scale parameter)。

 实验定义与观念

假设随机变量X为 等到第α件事发生所需之等候时间

概率函数

X˜Γ(α,β);且令/lambda = /frac{1}{/beta}: (即X /sim /Gamma(/alpha, /frac{1}{/lambda}))。

f /left( X /right)=/frac{X^/left(/alpha-1/right)/lambda^/alpha e^/left(-/lambda X/right)}{/Gamma/left(/alpha /right)}X > 0

其中Gamma函数之特征

/begin{cases} /Gamma(/alpha)=(/alpha-1)! & /mbox{if }/alpha/mbox{ is }/mathbb{Z}^+// /Gamma(/alpha)=(/alpha-1)/Gamma(/alpha-1)& /mbox{if }/alpha/mbox{ is }/mathbb{Z}^+// /Gamma /left( /frac{1}{2} /right) = /sqrt{/pi}/end{cases}

Gamma积分

1= /int_{0}^{/infty}/frac{X^/left(/alpha-1/right)/lambda^/alpha e^/left(-/lambda X/right)}{/Gamma/left(/alpha /right)}dx

/Rightarrow/frac{/Gamma/left(/alpha/right)}{/lambda^/alpha}=/int_{0}^{/infty}x^{/alpha-1}e^{-/lambda x} dx

动差母函数概率生成函数、期望值、变异数

Gamma分配之动差母函数m.g.f

M_{x}/left( t /right) =E/left( e^{xt} /right)=/frac{/lambda^/alpha}{/Gamma/left(/alpha/right)}/int_{0}^{/infty}e^{xt}x^{/alpha-1}e^{-/lambda x} dx=/left( /frac{/lambda}{/lambda-t} /right)^{/alpha}

概率生成函数 p.g.f

K_x/left(t/right) = ln M_x/left( t /right)=/alpha/left[ln/lambda-ln/left(/lambda-t/right)/right]

期望值

/frac { dK_x /left( t /right) } {dt}=/frac {/alpha} {/lambda-t} ,when(t=0),E/left( X /right)=/frac{/alpha}{/lambda}

变异数

/frac { d^2K_x /left( t /right) } {dt^2}=/frac {/alpha} {/left(/lambda-t/right)^2} ,when(t=0),Var/left( X /right)=/frac{/alpha}{/lambda^2}

Gamma的加成性

当两随机变量服从Gamma分配,互相独立,且单位时间内频率相同时,Gamma分配具有加成性。

 

 

 

 

(2)伽玛分布(Gamma distribution)是统计学的一种连续机率函数。Gamma分布中的参数α,称为形状参数(shape parameter),β称为尺度参数(scale parameter)。

  伽玛分布的期望和方差分别是:a/λ,a/λ~2或者αβ,αβ~2(其中λ=β的倒数)
  伽玛方程表达式:Γ(x)=∫e^(-t)*t^(x-1)dt (积分的下限式0,上限式+∞)
  利用分部积分法(integration by parts)我们可以得到
  Γ(x)=(x-1)*Γ(x-1)
  在概率的研究中有一个重要的分布叫做伽玛分布:
  f(x)=λe^(-λx)(λx)^(x-1)/Γ(x) x>=0
  =0 x<0

 

3  In probability and statistics, the inverse-chi-square distribution is the probability distribution of a random variable whose multiplicative inverse (reciprocal) has a chi-square distribution. It is also often defined as the distribution of a random variable whose reciprocal divided by its degrees of freedom is a chi-square distribution. That is, if X has the chi-square distribution with ν degrees of freedom, then according to the first definition, 1 / X has the inverse-chi-square distribution with ν degrees of freedom; while according to the second definition, ν / X has the inverse-chi-square distribution with ν degrees of freedom.

This distribution arises in Bayesian statistics.

It is a continuous distribution with a probability density function. The first definition yields a density function

    f(x; /nu) = /frac{2^{-/nu/2}}{/Gamma(/nu/2)}/,x^{-/nu/2-1} e^{-1/(2 x)}

The second definition yields a density function

    f(x; /nu) = /frac{(/nu/2)^{/nu/2}}{/Gamma(/nu/2)} x^{-/nu/2-1} e^{-/nu/(2 x)}

In both cases, x > 0 and ν is the degrees of freedom parameter. This article will deal with the first definition only. Both definitions are special cases of the scaled-inverse-chi-square distribution. For the first definition σ2 = 1 / ν and for the second definition σ2 = 1.

 

原创粉丝点击