January 19th, 2003, 2:05 pm
Here is way of getting different |u| and |d| but same up and down probability. Letting X~p G(a,b) mean X is Gaussian under prob law p with mean a and st dev b,dS will be BM with drift mu and diffusion coef sigma, if for infesm. small time incrmt. hdS ~p G(mu*h,sigma*sqrt(h)), or as lim h goes to 0dS=mu*dt+sigma*dB. Discretise this sodS=mu*h+sigma*sqrt(h). (h~iid sqrt(h)*G(0,1))We can get rid of one parameter mu by letting it equal the r-q (riskless rate minus div yield) and adjusting the prob law p (Girsanov's theorem)or we can leave mu and fix p, letting up prob and down prob be equal to 1/2. Then the tree will be given byS+u=S+mu*h+sigma*sqrt(h) with prob 1/2 during time h 1S+d=S-mu*h-sigma*sqrt(h) with prob 1/2 during time h 2 matching moments, we must have: E(dS)=mu*h (defn of BM w/ drift) 3 Var(dS)=(sigma^2)*h (ditto ) 4multiply 1 by 0.5 and 2 by 0.5 and add to get (3) E(dS) = 0.5(mu*h+mu*h)=mu*h (mean is prob wgted sum of outcomes)dS will differ from mu*h or mean of dS by amounts +/-sigma*sqrt(h) by 1 and 2, multiply the squares of these differences by their probs 1/2 and add them to getVar(dS)= 0.5*{dS-E(dS)}^2+0.5*{dS-E(dS)} =0.5*{(mu*h+sigma*sqrt(h)-mu*h)^2}+0.5*{(mu*h-sigma*sqrt(h)-mu*h)^2} =0.5*(sigma*sqrt(h))^2+0.5*(sigma*sqrt(h))^2 =(sigma^2)*h so the two moments match as wanted.If you want to let mu equal r-q from the beginning, you can discretise the BM given by dS~q G[(r-q)*h,sigma*sqrt(h)] instead, but you must either handwave about eqln retns being equal to carry cost, or assume riskless hedge poss so drift equals riskless rtn less divds over h, or invoke Girsanov if asked whence it came.Stripping the fancy measure theory the key to Girsanov is to note that Bm is defined in terms of prob law, which will always have a mean and std dev as it is Gaussian. So if you want to remove the drift, just shift the prob density function so G becomes G*=GD, where D is a discount factor. BM ~p G(a,b) ~q G*(0,b), but q is obtained from p multiplied by factor D to compensate for missing drift. A waiter is carrying a tray on a ship which is sinking, but cannot bend his knees, so he tilts the tray slightly to adjust for the ship's listing. Hope this isn't too unclear, I am rotten at explaining things.