गाऊसी के मिश्रण के रूप में छात्र टी


23

आज़ादी के डिग्री, स्थान पैरामीटर l और स्केल पैरामीटर s घनत्व वाले छात्र t- वितरण का उपयोग करनाk>0ls

Γ(k+12)Γ(k2kπs2){1+k1(xls)}(k+1)/2,

कैसे पता चलता है कि छात्र -distribution अनुमति से गाऊसी वितरण का एक मिश्रण के रूप में लिखा जा सकता है एक्स ~ एन ( μ , σ 2 ) , τ = 1 / σ 2 ~ Γ ( α , β ) , और संयुक्त घनत्व को एकीकृत ( x , inal | μ ) सीमांत घनत्व प्राप्त करने के लिए f ( x | μ ) ? परिणामस्वरूप टी के पैरामीटर क्या हैंtXN(μ,σ2)τ=1/σ2Γ(α,β)f(x,τ|μ)f(x|μ)t कार्य के रूप -distribution ?μ,α,β

मैं गामा वितरण के साथ संयुक्त सशर्त घनत्व को एकीकृत करके पथरी में खो गया।

जवाबों:


31

एक सामान्य वितरण की पीडीएफ है

fμ,σ(x)=12πσe(xμ)22σ2dx

लेकिन के मामले में यह हैτ=1/σ2

gμ,τ(x)=τ2πeτ(xμ)22dx.

एक गामा वितरण की पीडीएफ है

hα,β(τ)=1Γ(α)eτβτ1+αβαdτ.

उनका उत्पाद, आसान बीजगणित के साथ थोड़ा सरल है, इसलिए

fμ,α,β(x,τ)=1βαΓ(α)2πeτ((xμ)22+1β)τ1/2+αdτdx.

Its inner part evidently has the form exp(constant1×τ)×τconstant2dτ, making it a multiple of a Gamma function when integrated over the full range τ=0 to τ=. That integral therefore is immediate (obtained by knowing the integral of a Gamma distribution is unity), giving the marginal distribution

fμ,α,β(x)=βΓ(α+12)2πΓ(α)1(β2(xμ)2+1)α+12.

Trying to match the pattern provided for the t distribution shows there is an error in the question: the PDF for the Student t distribution actually is proportional to

1ks(11+k1(xls)2)k+12

(the power of (xl)/s is 2, not 1). Matching the terms indicates k=2α, l=μ, and s=1/αβ.


Notice that no Calculus was needed for this derivation: everything was a matter of looking up the formulas of the Normal and Gamma PDFs, carrying out some trivial algebraic manipulations involving products and powers, and matching patterns in algebraic expressions (in that order).


10
Inspired by this answer I made an animation of the t distribution as a mixture of normal distributions. It is available here: sumsar.net/blog/2013/12/t-as-a-mixture-of-normals
Rasmus Bååth

1
@whuber: Technically, for that kind of matching there is always an implicit use of calculus in your recognition that you can integrate out the gamma density using its known integral form. (This is the statistician's equivalent of hiding the broccoli by mixing it in with the meat and potatoes.) A clever way of hiding the calculus!
Reinstate Monica

1

I don't know the steps of the calculation, but I do know the results from some book (cannot remember which one...). I usually keep it in mind directly... :-) The Student t distribution with k degree freedom can be regarded as a Normal distribution with variance mixture Y, where Y follows inverse gamma distribution. More precisely, X~t(k),X=Y*Φ,where Y~IG(k/2,k/2),Φ is standard normal rv. I hope this could help you in some sense.


0

To simplify we assume mean 0. Using representation, we show the result for integer degrees of freedom.

1/τX=Y
is equivalent to a Gaussian mixture with that prior: conditioned on τ, Y is Gaussian with precision τ, and the prior τ is as desired. Then it remains to show that 1/τX is a t-distribution. We can write
τΓ(α,β)β2Γ(α,2)β2χ2(2α)
using a well-known result about gammas and Chi-squares (decompose a gamma as a sum of exponentials and combine the exponentials to normals to Chi squares) This in turn implies that
YX1(β/2)χ2(2α)
=Xαβχ2α2/(2α)
which is a scaled t with k=2α and s=1/αβ by variance of t. We can recenter our representation at μ and l would follow.

हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.