Serving the Quantitative Finance Community

 
User avatar
Cuchulainn
Posts: 22926
Joined: July 16th, 2004, 7:38 am

Re: Explicit Formula for computing IV

August 5th, 2019, 1:24 pm

A good contender (most efficient in number of function evaluations) is to apply the Three-Point Interval Search to the least-squares formulation:

[$]f(x) = 0[$]

becomes

[$]min {f(x)}^2[$]

The method is very easy to program etc.