対数正規確率変数の達成可能な相関


19

およびの対数正規確率変数およびを考え。X 2ログX 1N0 1 ログX 2N0 σ 2X1X2log(X1)N(0,1)log(X2)N(0,σ2)

ρmax ρ X 1X 2ρminρ(X1,X2)

ρmax=ρ(exp(Z),exp(σZ))および ρmin=ρ(exp(Z),exp(σZ))

しかし、彼らは共単調性と反共等張性についていくつか言及しています。私は誰かがそれらがどのように関連しているかを理解するのを手伝ってくれることを望んでいました。(一般的な表現からこれを取得する方法は知っていますが、共単調性部分が何を言っているかを具体的に知りたいです。)


8
彼らは誰なの"?
whuber

回答:


25

私は、の定義を提供することから始めましょうcomonotonicitycountermonotonicityを。次に、2つのランダム変数間の可能な最小および最大相関係数の計算にこれが関連する理由について説明します。そして最後に、対数正規乱数変数およびこれらの境界を計算します。X 2X1X2

共単性と反単調性
ランダム変数は、それらのコピュラフレシェ上限M u 1u d= min u 1u dである場合、共単調であると言われます最も強いタイプの「正の」依存。 これは、ことを示すことができるX 1... X DX1,,Xd M(u1,,ud)=min(u1,,ud)
X1,,Xdあるcomonotonic場合にのみ Zは、いくつかのランダムな変数であり、H 1... 時間dが増加している機能、および d =は分布が等しいことを示します。したがって、共単調確率変数は、単一の確率変数の関数にすぎません。

(X1,,Xd)=d(h1(Z),,hd(Z)),
Zh1,,hd=d

確率変数あると言われているcountermonotonicそのコピュラである場合フレシェ下限W U 1U 2= 最大0 U 1 + U 2 - 1 、「最強の一種であります二変量の場合の負の依存。反単調性は高次元に一般化されません。 それことを示すことができるX 1X 2は、場合にのみcountermonotonicある X1,X2 W(u1,u2)=max(0,u1+u21)
X1,X2 ここで Zはランダム変数であり、 h 1 h 2はそれぞれ増加関数と減少関数、またはその逆です。

(X1,X2)=d(h1(Z),h2(Z)),
Zh1h2

達成可能な相関
レッツ及びX 2は、厳密に正の有限差異を持つ2つの確率変数であること、およびlet ρ およびρ maxの意味との間の最小および最大の可能な相関係数X 1およびX 2。そして、それはそれを示すことができますX1X2ρminρmaxX1X2

  • は、 X 1 X 2単調である場合にのみ、ρ(X1,X2)=ρminX1X2
  • 場合に限り、 X 1及び X 2 comonotonicあります。ρ(X1,X2)=ρ最大X1X2

対数正規確率変数のために達成可能な相関
入手するには私たちがしている場合にのみ場合、最大相関が得られるという事実使うX 1及びX 2は comonotonicですが。確率変数X 1 = EとZX 2 = E σ Z Z N0 1 指数関数(厳密に)増加関数であるのでcomonotonicであるので、ρ maxの = C O R R ρmaxX1X2X1=eZX2=eσZZN(0,1)ρmax=corr(eZ,eσZ)

性質用いて対数正規確率変数を、我々は EE σ Z= E σ 2 / 2V REのZ= E E - 1 VをRE σ Z= E σ 2E σE(eZ)=e1/2E(eσZ)=eσ2/2var(eZ)=e(e1)var(eσZ)=eσ2(eσ21), and the covariance is

cov(eZ,eσZ)=E(e(σ+1)Z)E(eσZ)E(eZ)=e(σ+1)2/2e(σ2+1)/2=e(σ2+1)/2(eσ1).
Thus,
ρmax=e(σ2+1)/2(eσ1)e(e1)eσ2(eσ21)=(eσ1)(e1)(eσ21).

Similar computations with X2=eσZ yield

ρmin=(eσ1)(e1)(eσ21).

Comment
This example shows that it is possible to have a pair of random variable that are strongly dependent — comonotonicity and countermonotonicity are the strongest kind of dependence — but that have a very low correlation. The following chart shows these bounds as a function of σ.

enter image description here

This is the R code I used to produce the above chart.

curve((exp(x)-1)/sqrt((exp(1) - 1)*(exp(x^2) - 1)), from = 0, to = 5,
      ylim = c(-1, 1), col = 2, lwd = 2, main = "Lognormal attainable correlation",
      xlab = expression(sigma), ylab = "Correlation", cex.lab = 1.2)
curve((exp(-x)-1)/sqrt((exp(1) - 1)*(exp(x^2) - 1)), col = 4, lwd = 2, add = TRUE)
legend(x = "bottomright", col = c(2, 4), lwd = c(2, 2), inset = 0.02,
       legend = c("Correlation upper bound", "Correlation lower bound"))
abline(h = 0, lty = 2)

7
(+6) Nice thorough exposition and well illustrated. It is interesting that attempts to confirm your chart through simulation will be doomed when σ is much larger than 3 because the sample correlation coefficient is extremely variable (due to the chance of getting one extremely high value of X2, which will have high leverage). That places a higher value than usual on a solid theoretical analysis.
whuber

5
This exposition is an adaptation of Example 2.1 (pg. 23) of M. Denuit and J. Dhaene (2003), Simple characterizations of comonotonicity and countermonotonicity by extremal correlations, Belgian Actuarial Bulletin, vol. 3, 22-27.
cardinal

3
@cardinal I wasn't aware of this article, thanks. Other potential references include ebooks.cambridge.org/… or McNeil, A. J., Frey, R. and Embrechts, P. (2005). Quantitative Risk Management: Concepts, Techniques and Tools. Princeton: Princeton University Press.
QuantIbex

2
The example goes back to at least R. D. De Veaux (1976), Tight upper and lower bounds for correlation of bivariate distributions arising in air pollution models, Tech. Report 5, Dept. of Statistics, Stanford University. See Section 3 starting on page 6. The underlying tools were known to Hoeffding.
cardinal

あなたの証拠に@QuantIbexは私には不明瞭な何かがあります。あなたは最初にそれを主張しますバツ1 そして バツ2 それらの共同分布が次と等しい場合にのみ、共単調である h1Zh2Z、 にとって h1h2 増加など。ただし、この結果を対数正規確率変数に適用すると、確率変数自体が次のようになることを意味すると言います。 バツ1=eZ そして バツ1=eσZつまり、分布だけでなく、ランダム変数自体にクレームを適用するようです。どうですか?
RandomGuy
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.