November 20th, 2002, 8:49 am
The first equation is GBM, geometric brownian motion.dS/S = u dt + sigma dzIn this equation the only source of uncertainty is the "dz" term, which - by definition - has normal distribution with mean zero and standard deviation 1. The "sigma" term is a scaling device so the term "sigma dz" is normally distributed still with mean zero, but now with standard deviation sigma times 1 = sigma. As this is the only source of uncertainty, both sides of the equation are normally distributed with standard deviation of sigma. The term on the left hand side of the equation is a term for returns, i.e. the small change in the share price divided by the share price. Putting everything together, this means that the returns are normally distributed with standard deviation sigma.In your second equation, all you've done is multiply both sides by S, so you've still got the same equation. So this still assumes that returns are normally distributed. If you want to assume that arithmetic price changes are normally distributed, you need to go with arithmetic brownian motion, ABM:dS = u dt + sigma dzYou can see this is exactly the same as your first equation (meaning that both sides are normally distributed with st dev of sigma) but now you have price on the left hand side, instead of return. So in this equation you embody the assumption of normally distributed absolute price changes, rather than returns. Using numbers, GBM might assume a standard deviation of 1% price return each day, whereas ABM might assume a standard deviation of $1 price change each day.
Last edited by
Johnny on November 19th, 2002, 11:00 pm, edited 1 time in total.