As part of an academic exercise (not university - for personal learning), I am creating a spreadsheet add-on that prices options using the Black Scholes model.
As part of the formula, I need to calculate the cumulative normal distribution function. I noticed that I can do this on the sheet itself - using the NORMDIST function. However, is there any way to get the values in the add-on itself?
Is there some way I can connect to some library (jstat) that would let me calculate the same?
Google searches have not led me to a solution as yet - will update the post in case I come across anything.
Thanks, Kedar