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

后端 未结 7 1725
野的像风
野的像风 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:58

    https://numerics.mathdotnet.com/ has a pretty neat looking library that deals with stats (so I assume the CDF), I've not used it so I can't say for definite that it's what you want, but it seems like it should be.

提交回复
热议问题