• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

question about brownian motion hitting a point 'a'

Joined
6/19/08
Messages
115
Points
26
I just wanted to know how to solve the problem of calculating the probability of a Brownian motion hitting point a that is positive before point b that is negative. Can we solve it using a random walk itself or there is a better way?
 
Yes BM is a scaled random walk (by contruction). Initially you can make simplifying assumptions and deal only with random walks.
Another important notion is the reflection principle. In your problem, once you reach point 'a', there is an equal number of paths to reach 'b' and '2a - b' ...
 
Back
Top