Serving the Quantitative Finance Community

Search found 8 matches

by troywilson
March 30th, 2003, 9:11 am
Forum: Technical Forum
Topic: Derman and Kani Implied Binomial Tree
Replies: 8
Views: 190218

Derman and Kani Implied Binomial Tree

Thanks alot everyone
by troywilson
March 29th, 2003, 2:51 am
Forum: Careers Forum
Topic: calling all phd elect engineers..
Replies: 7
Views: 190441

calling all phd elect engineers..

<t>Just a thought, why not try and get into a quant role at a commodity trading house(or utility) that trades electricity. I know the industry isn't getting the best rap at the moment post Enron, but it is still around. It may help you get the edge by you abilty to undestand the physcial commodity b...
by troywilson
March 29th, 2003, 2:34 am
Forum: Technical Forum
Topic: Derman and Kani Implied Binomial Tree
Replies: 8
Views: 190218

Derman and Kani Implied Binomial Tree

Reza,You wouldn't happen to know anywhere that details the errors in the paper would you? Are the erros in the formulas or in the example numbers?Cheers,Troy
by troywilson
March 29th, 2003, 2:24 am
Forum: Technical Forum
Topic: Derman and Kani Implied Binomial Tree
Replies: 8
Views: 190218

Derman and Kani Implied Binomial Tree

Reza,Thanks, could you tell me the address of emanuel dermans website. I did find links to the old goldmans website but they no longer exist and the new goldmans website doesn't seem to have the paper.Cheers,Troy
by troywilson
March 29th, 2003, 1:17 am
Forum: Technical Forum
Topic: formal proof that option value increases in volatility of the underlying
Replies: 45
Views: 194662

formal proof that option value increases in volatility of the underlying

for some formal proofs of convex payoff functions and the relation of increasing volatility to option price see "Huang, Chi-fu and Litzenberger, 1998, foundations for financial economics"
by troywilson
March 29th, 2003, 12:19 am
Forum: Technical Forum
Topic: Derman and Kani Implied Binomial Tree
Replies: 8
Views: 190218

Derman and Kani Implied Binomial Tree

Does anyone know any references (websites or books) that have some calculated examples of a Derman and Kani binomial tree(or some pseudo code). I am trying to code one up and want something to cross check my implementation against. Cheers,Troy
by troywilson
October 4th, 2002, 11:53 am
Forum: Student Forum
Topic: GBM - Fitting a lognormal distribution to the price distribution
Replies: 8
Views: 190520

GBM - Fitting a lognormal distribution to the price distribution

<t>I got it to workthanks, sam and monk.Palsky, Interesting point. Why not use daily observations then? or even tick by tick data? (I do realise you then have some problems with stationarity variance, but at least you will have enough data points). And yeah I realise GBM, isn' t a perfect fit, but I...
by troywilson
October 2nd, 2002, 6:18 am
Forum: Student Forum
Topic: GBM - Fitting a lognormal distribution to the price distribution
Replies: 8
Views: 190520

GBM - Fitting a lognormal distribution to the price distribution

<t>I am simulating Geometric Brownian MotionI am using the following processS(t) = S(t-1)*Exp((u - .5 * sigma^2)dt + sigma * nrand * dt^.5) where nrand~N(0,1)I am trying then to fit a lognormal curve to the final price outcomes of the price pathsWhat mean and variance should I use for the lognormal ...