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

后端 未结 7 1767
野的像风
野的像风 2021-01-04 10:16

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, a

7条回答
  •  青春惊慌失措
    2021-01-04 10:51

    I do not know of a library, but found this link - http://home.online.no/~pjacklam/notes/invnorm/ - describing an algoritm. It has implementations in a number of languages, but not C#. You could use the VB.NET version, or port it yourself.

提交回复
热议问题