Probability & Statistics

Positive Then Negative

Let B_t be a Brownian motion. How likely is it that B_1 is positive while B_2 is negative?

solvedmedium1 min

Let BtB_t be a standard Brownian motion. What is the probability that B1>0B_1 > 0 and B2<0B_2 < 0?

Reveal solutionHide solution

#The joint is bivariate normal

The pair (B1,B2)(B_1, B_2) is jointly normal with means 00, variances Var(B1)=1\Var(B_1) = 1 and Var(B2)=2\Var(B_2) = 2, and covariance Cov(B1,B2)=min(1,2)=1\Cov(B_1, B_2) = \min(1,2) = 1. So their correlation is ρ=12\rho = \tfrac{1}{\sqrt{2}}.

#An orthant probability

For a bivariate normal with correlation ρ\rho, the chance of landing in a same-sign quadrant is 14+arcsinρ2π\tfrac{1}{4} + \tfrac{\arcsin\rho}{2\pi}. The opposite-sign quadrant takes the rest of a half,

P(B1>0,B2<0)=12(14+arcsinρ2π)=14arcsinρ2π.(1)\PP(B_1>0,\,B_2<0) = \tfrac{1}{2} - \left(\tfrac{1}{4} + \tfrac{\arcsin\rho}{2\pi}\right) = \tfrac{1}{4} - \tfrac{\arcsin\rho}{2\pi}. \tag{1}

With arcsin12=π4\arcsin\tfrac{1}{\sqrt{2}} = \tfrac{\pi}{4},

P(B1>0,B2<0)=14π/42π=1418=18.(2)\PP(B_1>0,\,B_2<0) = \tfrac{1}{4} - \tfrac{\pi/4}{2\pi} = \tfrac{1}{4} - \tfrac{1}{8} = \tfrac{1}{8}. \tag{2}
The two times are positively correlated, so the contour leans along the diagonal and the mass piles into the like-sign corners. The opposite-sign quadrant, first positive and second negative, holds only one eighth.

#Read it off

The answer is 18\tfrac{1}{8}. The positive correlation drags the two values onto the same side, so a sign flip between time 11 and time 22 is only half as likely as the naive independent guess of 14\tfrac{1}{4}.