View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jerry W. Lewis Jerry W. Lewis is offline
external usenet poster
 
Posts: 837
Default Normal Distribution

http://groups.google.com/groups?selm...0no_e-mail.com
http://lib.stat.cmu.edu/apstat/
Abramowitz and Stegun's "Handbook of Mathematical Functions"
or almost any book on statistical computing

Jerry

littlecharva wrote:

Hi,

I need to convert a complicated Excel document that's been created by some


Maths boffin into a program in C#. I've been doing really well (despite my


Mathematical handicap) until I hit the Excel NORMDIST(x,mean,stdDev,cumulative)


function. System.Math doesn't have any functions to help me out here, and I just


can't seem to work out how to convert the formula into C# code. I need a function


to work the same as the Excel Function with cumulative set to TRUE.