と独立して


12

XおよびY独立確率変数分布しているXχ(n1)2YBeta(n21,n21)Z=2Y1の分布は何ですかZ=(2Y1)X

関節密度(X,Yによって与えられます。

fX,Y(x,y)=fX(x)fY(y)=ex2xn1212n12Γ(n12)yn22(1y)n22B(n21,n21)1{x>0,0<y<1}

変数の変更使用して、Z = 2 Y 1 (X,Y)(Z,W)およびW=Z=(2Y1)XW=X

Iは、関節密度得るなどを(Z,W

fZWzw=ew22wn314z24w2n222n12Γn12Bn21n211{w>0|z|<w}

限界PDF その後で 、F ZZ = | z | f Z Wz w Z、私をどこにも導かない。fZ(z)=|z|fZ,W(z,w)dw

繰り返しますが、の分布関数を見つけると、不完全なベータ/ガンマ関数が現れます:Z

FZ(z)=Pr(Zz

=Pr((2Y1)Xz)=(2y1)xzfX,Y(x,y)dxdy

ここでの変数の適切な変更とは何ですか?の分布を見つける別の方法はありますか?Z

カイ二乗、ベータ、「F」、「t」の分布の間で異なる関係を使用してみましたが、何も機能しないようです。おそらく私は明らかな何かを見逃しています。


@Francisが述べたように、この変換はBox-Müller変換の一般化です。


4
ボックスミュラー変換の一般化のように見える
フランシス

回答:


10

これが代数的証明です。私が代わりにできるようにするつもりです(ない乗)私たちが見つける必要があるので、Z = 2 Yを- 1 Xを。これらはすべて有効な密度であることが保証されているため、正規化定数を追跡しません。我々は fのX YX Y α X N - 2 E - X 2 / 2 [ Y 1 - Y ]Xχn1Z:=(2Y1)X LETZ=2Y-1X及びW=X逆変換そうであるXZW=W及びYZW= Z + W

fX,Y(x,y)xn2ex2/2[y(1y)]n/221{0<x,0<y<1}.
Z=(2y1)XW=Xx(z,w)=w。これは私たちを与えます| J| =1y(z,w)=z+w2w=z2w+12。このリード私たち FZWZWαwのN-1つのE-W2/2[ Z + W|J|=12wαWE-W2/2W2-Z2N/2-21{| z| <w} したがって 、FZZαW>| z| WE-W2/2W2-Z2N
fZ,W(z,w)wn1ew2/2[z+w2w(1z+w2w)]n/221{0<w,1<zw<1}
wew2/2(w2z2)n/221{|z|<w}.
fZ(z)w>|z|wew2/2(w2z2)n/22dw.

m=n/22ez2/2

ez2/2fZ(z)|z|we(w2z2)/2(w2z2)mdw.
2u=w2z2du=wdw
ez2/2fZ(z)2m0umeudu=2mΓ(m+1).
zez2/2fZ(z)1
ZN(0,1).

1
n

z2w2w2z2n

9

2Y1n1Xn1(2Y1)X

n=2,3,4,

いくつかの説得力が必要な場合(推論と計算のエラーを発見できるため、常に賢明です)、シミュレートします。

Figure showing four histograms for n=2,3,4,5

n

R必要に応じて、これらのプロットを作成したコードをさらに試してください。

n.sim <- 1e5
n <- 2:5
X <- data.frame(Z = c(sapply(n, function(n){
  y <- rbeta(n.sim, n/2-1, n/2-1)  # Generate values of Y
  x <- rchisq(n.sim, n-1)          # Generate values of X
  (2*y - 1) * sqrt(x)              # Return the values of Z
})), n=factor(rep(n, each=n.sim)))

library(ggplot2)
#--Create points along the graph of a standard Normal density
i <- seq(min(z), max(z), length.out=501)
U <- data.frame(X=i, Z=dnorm(i))

#--Plot histograms on top of the density graphs
ggplot(X, aes(Z, ..density..)) + 
  geom_path(aes(X,Z), data=U, size=1) +
  geom_histogram(aes(fill=n), bins=50, alpha=0.5) + 
  facet_wrap(~ n) + 
  ggtitle("Histograms of Simulated Values of Z",
          paste0("Sample size ", n.sim))

1
ありがとう、@ Stubborn。パラメータが一貫していることは重要です。そうでなければ、結論は不正確です。修正します。
whuber

3

ユーザー@Chaconneが既に行っているように、この特定の変換で代数的証明を提供することができました。詳細は省略していません。


(すでに持っています n>2 の密度 Y 有効であるため)。

変換について考えてみましょう バツYうんV そのような うん=2Y1バツ そして V=バツ

これは意味します バツ=v そして y=12あなたはv+1

さて、 バツ>0v>0 そして 0<y<1v<あなたは<v

ので、二変量のサポート うんV ただ S={あなたはv0<あなたは2<v<あなたはR}

変換のヤコビアンの絶対値は |J|=12v

のジョイント密度 うんV したがって

fU,V(u,v)=ev2vn121(uv+1)n22(12u2v)n22Γ(n2)(2v)2n12+n22Γ(n12)(Γ(n21))21S

=ev2vn42(v+u)n22(vu)n22Γ(n2)22n32+n22(v)n4Γ(n12)(Γ(n22))21S

Now, using Legendre's duplication formula,

Γ(n2)=2n3πΓ(n22)Γ(n22+12)=2n3πΓ(n22)Γ(n12) where n>2.

So for n>2,

fU,V(u,v)=2n3ev2(vu2)n22π23n72Γ(n21)1S

Marginal pdf of U is then given by

fU(u)=12n12πΓ(n21)u2ev2(vu2)n22dv

=eu222n12πΓ(n21)0et2t(n211)dt

=12n12π(12)n21eu22

=12πeu2/2,uR

2

This is more of a black box answer (i.e., the algebraic details are missing) using Mathematica. In short as @whuber states the answer is that the distribution of Z is a standard normal distribution.

(* Transformation *)
f = {(2 y - 1) Sqrt[x], Sqrt[x]};
sol = Solve[{z == (2 y - 1) Sqrt[x], w == Sqrt[x]}, {x, y}][[1]]
(*{x -> w^2,y -> (w+z)/(2 w)} *)
(* Jacobian *)
J = D[f, {{x, y}}]

(* Joint pdf of Z and W *)
{jointpdf, conditions} = FullSimplify[PDF[BetaDistribution[n/2 - 1, n/2 - 1], y] 
  PDF[ChiSquareDistribution[n - 1], x] Abs[Det[J]] /. sol,
  Assumptions -> {w >= 0, 0 <= y <= 1}][[1, 1]]

(* Integrate over W *)
Integrate[jointpdf Boole[conditions], {w, 0, \[Infinity]}, Assumptions -> {n > 2, z == 0}]
(* 1/Sqrt[2 \[Pi]] *)

Integrate[jointpdf Boole[conditions], {w, 0, \[Infinity]}, Assumptions -> {n > 2, z > 0}]
(* Exp[-(z^2/2)]/Sqrt[2 \[Pi]] *)

Integrate[jointpdf Boole[conditions], {w, 0, \[Infinity]}, Assumptions -> {n > 2, z < 0}]
(* Exp[-(z^2/2)]/Sqrt[2 \[Pi]] *)

1

Not an answer per se, but it may be worthwhile to point out the connection to Box-Muller transformation.

Consider the Box-Muller transformation Z=2lnUsin(2πV), where U,VU(0,1). We can show that lnUExp(1), i.e. 2lnUχ22. On the other hand, we can show that sin(2πV) has the location-scale arcsine distribution, which agrees with the distribution of 2B(1/2,1/2)1. This means Box-Muller transformation is a special case of (2Y1)X when n=3.

Related:

弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.