pdf produk dari dua variabel acak independen, normal dan chi-square

17

apa pdf produk dari dua variabel acak independen X dan Y, jika X dan Y independen? X terdistribusi normal dan Y terdistribusi chi-square.

Z = XY

jika memiliki distribusi normal dan Y memiliki distribusi Chi-square dengan k derajat kebebasan Y ~ χ 2 k f Y ( y ) = y ( k / 2 ) - 1 e - y / 2X

XN(μx,σx2)
fX(x)=1σx2πe12(xμxσx)2
Yk
Yχk2
fY(y)=y(k/2)1ey/22k/2Γ(k2)u(y)
whreadalah fungsi tangga satuan.u(y)

Sekarang, apa pdf dari jika danZX independen?Y

Salah satu cara untuk menemukan solusinya adalah dengan menggunakan hasil Rohatgi yang terkenal (1976, hal.141) jika menjadi pdf gabungan RV berkelanjutan X dan Y , pdf Z adalah f Z ( z ) = - 1fXY(x,y)XYZ

fZ(z)=1|y|fXY(zy,y)dy

karena, dan Y adalah independen f X Y ( x , y ) = f X ( x ) f Y ( y ) f Z ( z ) = - 1XYfXY(x,y)=fX(x)fY(y) fZ(z)=1

fZ(z)=1|y|fX(zy)fY(y)dy
Di mana kita menghadapi masalah penyelesaian integral01
fZ(z)=1σx2π12k/2Γ(k2)01|y|e12(zyμxσx)2y(k/2)1ey/2dy
. Adakah yang bisa membantu saya dengan masalah ini.01|y|e12(zyμxσx)2y(k/2)1ey/2dy

apakah ada cara alternatif untuk menyelesaikan ini?

robin
sumber
2
Langkah terakhir itu tampaknya tidak tepat. " "tampaknya berartifX, tetapi - yang lebih penting - Anda tidak bisa hanya mengubah batas bawah ke0: Anda perlu memecah integral menjadi dua yang terpisah pada0, ubahy-yuntuk yang di kisaran negatif , dan kemudian menggabungkan keduanya, saya percaya ini dapat membuat integrasi integrasi: tampaknya memberikan kombinasi linear dari fungsi hypergeometric umum.fXYfX00yy
whuber
Ya, itu adalah kesalahan harusfX(zfZY(zy). fX(zy)
Robin
Tapi saya kira mengubah batas bawah untuk 0 valid karena adalah fungsi pada ( 0 , ) yang ditandai dengan fungsi tangga satuan u ( y ) . fY(y)(0,)u(y)
Robin
Saya tidak lagi terlatih untuk perhitungan seperti ini ... tapi sepertinya tidak mungkin berakhir dengan formula tertutup. Jika Anda memerlukan ini untuk aplikasi praktis, saya pikir Anda harus fokus pada "cara menghitung ini secara efisien".
Elvis
4
Apakah ada motivasi untuk pertanyaan ini? Normal dibagi dengan adalah t Student , tetapi mengapa Anda mempertimbangkan Normal yang dikalikan atau dibagi dengan χ 2 ? χtχ2
Xi'an

Jawaban:

1

menyederhanakan istilah secara integral

T=e12((zyμxσx)2y)yk/22

temukan polinomial sedemikian rupap(y)

[p(y)e12((zyμxσx)2y)]=p(y)e12((zyμxσx)2y)+p(y)[12((zyμxσx)2y)]e12((zyμxσx)2y)=T

yang mengurangi untuk menemukan sedemikian rupa sehinggap(y)

p(y)+p(y)[12((zyμxσx)2y)]=yk/22

atau

p(y)12p(y)(zμxσx2y2z2σx2y31)=yk/22

yang dapat dilakukan mengevaluasi semua kekuatan terpisahy


edit setelah komentar

Solusi di atas tidak akan berfungsi karena berbeda.

Namun, beberapa yang lain telah mengerjakan jenis produk ini.

Menggunakan transformasi Fourrier:

Schoenecker, Steven, dan Tod Luginbuhl. "Fungsi Karakteristik dari Produk Dua Variabel Acak Gaussian dan Produk dari Gaussian dan Variabel Acak Gamma." IEEE Signal Processing Letters 23.5 (2016): 644-647. http://ieeexplore.ieee.org/document/7425177/#full-text-section

Z=XYXN(0,1)YΓ(α,β)

φZ=1βα|t|αexp(14β2t2)Dα(1β|t|)

with Dα Whittaker's function ( http://people.math.sfu.ca/~cbm/aands/page_686.htm )

Using Mellin transform:

Springer and Thomson have described more generally the evaluation of products of beta, gamma and Gaussian distributed random variables.

Springer, M. D., and W. E. Thompson. "The distribution of products of beta, gamma and Gaussian random variables." SIAM Journal on Applied Mathematics 18.4 (1970): 721-737. http://epubs.siam.org/doi/10.1137/0118065

They use the Mellin integral transform. The Mellin transform of Z is the product of the Mellin transforms of X and Y (see http://epubs.siam.org/doi/10.1137/0118065 or https://projecteuclid.org/euclid.aoms/1177730201). In the studied cases of products the reverse transform of this product can be expressed as a Meijer G-function for which they also provide and prove computational methods.

They did not analyze the product of a Gaussian and gamma distributed variable, although you might be able to use the same techniques. If I try to do this quickly then I believe it should be possible to obtain an H-function (https://en.wikipedia.org/wiki/Fox_H-function ) although I do not directly see the possibility to get a G-function or make other simplifications.

M{fY(x)|s}=2s1Γ(12k+s1)/Γ(12k)

and

M{fX(x)|s}=1π2(s1)/2σs1Γ(s/2)

you get

M{fZ(x)|s}=1π232(s1)σs1Γ(s/2)Γ(12k+s1)/Γ(12k)

and the distribution of Z is:

fZ(y)=12πicic+iysM{fZ(x)|s}ds

which looks to me (after a change of variables to eliminate the 232(s1) term) as at least a H-function

what is still left is the puzzle to express this inverse Mellin transform as a G function. The occurrence of both s and s/2 complicates this. In the separate case for a product of only Gaussian distributed variables the s/2 could be transformed into s by substituting the variable x=w2. But because of the terms of the chi-square distribution this does not work anymore. Maybe this is the reason why nobody has provided a solution for this case.

Sextus Empiricus
sumber
1
... which yields ...?
wolfies
it gives the antiderivative of the term in the integral that is to be solved according to the question
Sextus Empiricus
It is unclear what progress this analysis represents. Do you obtain a solution or not?
whuber
Menemukan koefisien polinomial hal(y)(yang menutup solusinya) adalah tugas yang membosankan, tetapi langsung, yang saya biarkan terbuka. Saya akan segera memasukkan beberapa contoh untuk beberapak.
Sextus Empiricus