Is there a C# library that will perform the Excel NORMINV function?

Posted by Portman on Stack Overflow See other posts from Stack Overflow or by Portman
Published on 2010-05-25T03:13:37Z Indexed on 2010/05/25 3:21 UTC
Read the original article Hit count: 567

Filed under:
|
|
|

I'm running some Monte Carlo simulations and making extensive use of the Excel function NORM.INV using Office Interrop. This functions takes three arguments (probability, average, standard deviation) and returns the inverse of the cumulative distribution.

I'd like to move my code into a web app, but that will require installing Excel on the server. Does anybody know of a C# statistics library that has an equivalent function to NORM.INV?

© Stack Overflow or respective owner

Related posts about c#

Related posts about excel