Cool, that works.
I'm a beginner (since a decade or so :-)
Did not know Vectorize()
Thank you so much!
Am 25.09.2014 14:17, schrieb Shivam:
dtemp$iva <- Vectorize(GBSVolatility)(price = dtemp$ask, TypeFlag = dtemp$cp,
S = dtemp$c , X = dtemp$strike, Time = dtemp$ntd / 253.8,
r = pmax(dtemp$rb, 0), b = pmax(dtemp$rb, 0))
_______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-sig-finance
-- Subscriber-posting only. If you want to post, subscribe first.
-- Also note that this is not the r-help list where general R questions should
go.