February 5th, 2007, 8:46 am
and what about the idea of using the power 4 ???SUM ( weight * ( heston_price - mid_price ) ^ 4 ) this is still an even error function with continuous derivatives but it may give more importance to prices out of the bid-ask range...QuoteOriginally posted by: quantmanAlternatively, if you want to take into account the bid ask spread, you can use the mid-price of the option but accept a parameter set, where bid /ask are the bid/ask prices quoted on the market. This means that you will not require the model to match the mid exactly, but fall, on average, within the bid-offer spread :SUM ( weight * ( heston_price - mid_price ) ^ 2 ) =< SUM ( weight * ( bid_price - ask_price ) ^ 2 ) Regards.