November 20th, 2010, 9:00 pm
Hi,I am interested in computing the correlation between X and log(1 + c exp(X)) for X being a N(a,b^2) random variable. c is a constant and > 1 (but not very much larger than 1).I thought this would be reasonably simple by expanding the log bit around x=a but I only seem to end up with something like corr(X,const*X)=1.Through numerical experiment with c=1, a=0, b=1 I get a correlation of about 0.955. Increasing c to 1.1 gives a correlation of 0.958.Any ideas??Many thanks!