I am planning to use Math.NET Numerics library when porting functionality from EXCEL sheet calculator to a c# program. in Excel there is excessive use of the function NORM.S.DIST(Z;bCummelative) where z is the number of standard dev from mean. I can not clearly see from the documentation if there is a corresponding implementation of this function. Any one knows how to implement this in Math.NET Numerics?
Thank you in advance for your suggestions
Thor