Serving the Quantitative Finance Community

 
User avatar
Caesaria
Topic Author
Posts: 0
Joined: November 25th, 2010, 2:54 pm

nonparametric approach for implied probabilities from option prices

February 7th, 2011, 4:28 pm

Does anyone know of a clean, slick way of finding implied probabilities from option prices without using Levy distributions/FFT approaches?
 
User avatar
frenchX
Posts: 11
Joined: March 29th, 2010, 6:54 pm

nonparametric approach for implied probabilities from option prices

February 7th, 2011, 4:48 pm

I have heard about a method using cubic spline. Is it closer to what you are searching ? Quite hard to implement it seems.A very easy way could be to have a smoothed volatility smile (with the SVI method of Gatheral for example), to interpolate the volatity smile with the fitted formula for a high resolution curve . Then using BS formula, you transform your vol smile into a price curve and then you numerically twice differentiate that to obtain the implied PDF. Sounds naive but in high resolution it works not so bad it seems.
Last edited by frenchX on February 6th, 2011, 11:00 pm, edited 1 time in total.
 
User avatar
fab10ab
Posts: 0
Joined: February 13th, 2006, 1:37 pm

nonparametric approach for implied probabilities from option prices

February 7th, 2011, 5:53 pm

There are two approaches I know of (1) the method of Jackwerth and Rubinstein (2) the method of Breeden and Litzenberger that FrenchX is referring to.
 
User avatar
Caesaria
Topic Author
Posts: 0
Joined: November 25th, 2010, 2:54 pm

nonparametric approach for implied probabilities from option prices

February 7th, 2011, 9:14 pm

QuoteOriginally posted by: fab10abThere are two approaches I know of (1) the method of Jackwerth and Rubinstein (2) the method of Breeden and Litzenberger that FrenchX is referring to.Great, (1) looks neat, going to work it out.