Somewhat embarrassingly I'm stuck with something very elementary.
I want to find the conditional probability of a stock movement (GBM):
P(St≥b|Ss≤b)
for t>s. My main problem is to determine what P(St≥b,Ss≤b) equals.
Answer
By a certain algebraic manipulation, what you need is the probability P(Wt≥a,Ws≤c), which can be computed as below: P(Wt≥a,Ws≤c)=P(Wt−Ws≥a−Ws,Ws≤c)=E(E(1Wt−Ws≥a−Ws1Ws≤c∣Ws))=E(1Ws≤cE(1Wt−Ws≥a−Ws∣Ws))=E(1Ws≤c[1−Φ(a−Ws√t−s)])=Φ(c√s)−1√2π∫a√s−∞Φ(a−√sx√t−s)e−x22dx,
where Φ is the cumulative distribution function of a standard normal random variable.
No comments:
Post a Comment