京都大学 情報学研究科 システム科学専攻 2016年8月実施 専門科目 確率統計
Author
uogxtc
Description
問題1
下記の確率密度関数にしたがう確率変数 X について、以下の設問に答えよ。
ただし、α>0, β>0 はパラメータ(母数)である。
f(x)={βααxα−1exp(−(βx)α)0(x>0)(x≤0)
(1) 確率変数 X の平均を、以下のガンマ関数とパラメータを用いて表せ。
Γ(θ)=∫0∞xθ−1e−xdx(θ>0)
(2) 確率密度関数 f(x) が規定する確率分布から、大きさ n の無作為標本
{X1,X2,…,Xn}
が得られたとする。このとき、パラメータ α=α0 を既知として、パラメータ β の最尤推定量を求めよ。
問題2
以下の設問に答えよ。
(1) X1,X2,…,Xn を、独立かつ同一の確率分布(確率密度関数を f(x)、累積分布関数を F(x) とする)にしたがう確率変数とする。
このとき、X1,X2,…,Xn の最小値
Z=min(X1,X2,…,Xn)
もまた確率変数となるが、その確率密度関数 g(z) を f と F を用いて表せ。
(2) 設問 (1) の X1,X2,…,Xn の確率分布が区間 [0,b] の一様分布 (b>0) であるとき、
Z=min(X1,X2,…,Xn)
の期待値を求めよ。
問題3
以下の設問に答えよ。
(1) 半径 a の円 C 内に、2 点 A,B を独立かつそれぞれ円 C 内の一様分布にしたがうようにとる。
AB 間の距離を R としたとき、R2 の期待値を求めよ。
(2) 設問 (1) において、点 A を中心とし AB 間の距離 R を半径とする円が、円 C 内に全て含まれる確率を求めよ。
Kai
問題1
(Readers may refer to Weibull distribution.)
(1)
E[X]=∫0∞xf(x)dx=∫0∞α(βx)αe−(βx)αdx.
Let u=(βx)α and we have
βu1/α=xdx=αβuα1−1du,
Then
E[X]=β∫0∞uα1e−udu=βΓ(α1+1).
(2)
The likelihood function is
L(β)=i=1∏nβα0α0Xiα0−1e−(βx)α0,
from which we know that the log-likelihood function is
logL=nlogα0−nα0logβ+(α0−1)i=1∑nlogXi−i=1∑n(βXi)α0.
By setting ∂β∂logL=0, we get
−βnα0+α0βα0+11i=1∑nXiα0=0⇒β^=(n∑i=1nXiα0)1/α0.
問題2
(1)
(The problems of the CDF/PDF of min/max of i.i.d. random variables are commonly seen in the exams.)
The cumulative distribution function (CDF, 累積分布関数) of Z is as follows:
Pr(Z<s)=1−Pr(Z≥s)=1−Pr(X1≥s,…,Xn≥s)=1−i=1∏n(1−F(s))=1−(1−F(s))n.
The probability density function (PDF,確率密度関数) is
fZ(s)=dsdPr(Z<s)=n(1−F(s))n−1f(s).
(2)
The PDF of Xi is
f(x)={1/b,0,if 0<x<botherwise.
Then,
E[Z]=∫0bxfZ(x)dx=∫0bbnx(1−bx)n−1dx(let y=1−bx)=∫01bn⋅(b−by)yn−1(−b)dy=n+1b.
問題3
(1)
Suppose that A = (rA,θA) and B = (rB,θB), where rA,rB∼Unif(0,a) and θA,θB∼Unif(0,2π).
Then
R2=rA2+rB2−2rArBcos(θA−θB),
E[R2]=2a2π1∫0a∫0a∫02π(rA2+rB2−2rArBcosθ) dθ⋅rAdrA⋅rBdrB=a4/4.
(2)
The probability is
πa21∫0a2πr⋅a2(a−r)2dr.
Here πa22πr is the probability that A lies in a circle centered with C of radius r.
Suppose that the distance between A and the center of the circle is r.
Then B needs to lies in a circle whose center is A and radius is (a−r)2.
The probability of this event is a2(a−r)2 since the A,B are uniformly distributed on the circle.