跳到主要内容

早稲田大学 創造理工学研究科 経営システム工学専攻 2023年8月実施 概率统计

Author

思齐塾, 祭音Myyura

Description

確率変数(random variable) xxyy の同時確率密度関数 (joint probability density function)が次式であるとき、 xxyy が独立(independent)になるように定数 aabb の値を定めよ。ただし, 0<x<10<x<1 , 0<y<10 <y<1 とする。

f(x,y)=a(2xy+x+by+3)f(x, y) = a(2xy + x + by + 3)

题目描述

随机变量 x,yx,y 的联合概率密度函数在

0<x<1,0<y<10<x<1,\qquad0<y<1

上为

f(x,y)=a(2xy+x+by+3).f(x,y)=a(2xy+x+by+3).

确定常数 a,ba,b,使 xxyy 相互独立。

Kai

Since xx and yy are independent, we can write f(x,y)=g(x)h(y)f(x, y) = g(x)h(y) , where g(x)g(x) is a function of xx only and h(y)h(y) is a function of yy only. Thus, we need to factor 2xy+x+by+32xy + x + by + 3 into a product of a function of xx and a function of yy .

2xy+x+by+3=x(2y+1)+by+32xy + x + by + 3 = x(2y + 1) + by + 3

If xx and yy are independent, then f(x,y)f(x, y) must be separable as g(x)h(y)g(x)h(y) for some functions gg and hh . f(x,y)=a(2xy+x+by+3)=a(x(2y+1)+by+3)f(x, y) = a(2xy + x + by + 3) = a(x(2y+1) + by + 3) =a(2xy+x+by+3)=a(2x+xy+b+3y)y = a(2xy+x+by+3) = a(2x+\frac{x}{y} +b + \frac{3}{y})y Let fx(x)=01f(x,y)dyf_x(x) = \int_0^1 f(x, y) dy and fy(y)=01f(x,y)dxf_y(y) = \int_0^1 f(x, y) dx .

For xx and yy to be independent, we must have f(x,y)=fx(x)fy(y)f(x, y) = f_x(x) f_y(y) .

For f(x,y)f(x,y) to be the product of g(x)g(x) and h(y)h(y) , we must have

2xy+x+by+3=(Ax+B)(Cy+D)=ACxy+ADx+BCy+BD2xy + x + by + 3 = (Ax + B)(Cy + D) = ACxy + ADx + BCy + BD

Comparing the coefficients: AC=2AC = 2 , AD=1AD = 1 , BC=bBC = b , BD=3BD = 3

Then ADBD=13=AB\frac{AD}{BD} = \frac{1}{3} = \frac{A}{B} and ACBC=2b=AB\frac{AC}{BC} = \frac{2}{b} = \frac{A}{B} . Therefore, 13=2b    b=6\frac{1}{3} = \frac{2}{b} \implies b = 6 .

So 2xy+x+6y+3=(x+3)(2y+1)2xy+x+6y+3=(x+3)(2y+1) . Then 2xy+x+by+3=(Ax+B)(Cy+D)2xy+x+by+3 = (Ax+B)(Cy+D) , AC=2AC=2 , AD=1AD=1 , BC=6BC=6 , BD=3BD=3 If D=1D=1 , then B=3B=3 , A=1A=1 , and C=2C=2 . f(x,y)=a(x+3)(2y+1)f(x, y) = a(x+3)(2y+1) , 0101f(x,y)dxdy=1\int_0^1 \int_0^1 f(x, y) dxdy = 1 0101a(x+3)(2y+1)dxdy=a01(x+3)dx01(2y+1)dy\int_0^1 \int_0^1 a(x+3)(2y+1) dxdy = a \int_0^1 (x+3)dx \int_0^1 (2y+1) dy =a[x22+3x]01[y2+y]01=a(12+3)(1+1)=a(72)(2)=7a=1= a [\frac{x^2}{2} + 3x]_0^1 [y^2+y]_0^1 = a(\frac{1}{2} + 3)(1+1) = a(\frac{7}{2})(2) = 7a = 1 So a=17a = \frac{1}{7} . Therefore, a=17a = \frac{1}{7} and b=6b = 6 .