Dalam interpretasi ini, segitiga adalah segitiga siku-siku panjang sisi dan Y didistribusikan secara biner dengan harapan μ x dan μ y , standar deviasi σ x dan σ y , dan korelasi ρ . Kami mencari distribusi arctan ( Y / X ) . Untuk tujuan ini, standarisasi X dan Y sehinggaXYμxμyσxσyρarctan(Y/X)XY
dan Y = σ y η + μ y
X=σxξ+μx
Y=σyη+μy
dengan dan η varian normal standar dengan korelasi ρ . Biarkan θ menjadi sudut dan untuk kenyamanan tulis q = tan ( θ ) . Kemudianξηρθq=tan(θ)
P[arctan(Y/X)≤θ]=P[Y≤qX]
=P[σyη+μy≤q(σxξ+μx)
=P[σyη−qσxξ≤qμx−μy]
Sisi kiri, yang merupakan kombinasi linear dari Normals, adalah normal, dengan rata-rata dan varians σ 2 y + q 2 σ 2 x - 2 q ρ σ x σ y . μyσy−qμxσxσ2y+q2σ2x−2qρσxσy
Membedakan cdf Normal dari parameter ini sehubungan dengan θ yields the pdf of the angle. The expression is fairly grisly, but a key part of it is the exponential
exp(−(μy(σy+1)−μx(σx+1)tan(θ))22(−2ρσxσytan(θ)+σ2x+σ2y+tan2(θ))),
showing right away that the angle is not normally distributed. However, as your simulations show and intuition suggests, it should be approximately normal provided the variations of the side lengths are small compared to the lengths themselves. In this case a Saddlepoint approximation ought to yield good results for specific values of μx, μy, σx, σy, and ρ, even though a closed-form general solution is not available. The approximate standard deviation will drop right out upon finding the second derivative (with respect to θ) of the logarithm of the pdf (as shown in equations (2.6) and (3.1) of the reference). I recommend a computer algebra system (like MatLab or Mathematica) for carrying this out!