2007/4/12, Frank Lohr <[EMAIL PROTECTED]>:
am Donnerstag, 12. April 2007 schrieb Joe Conner: > NORMDIST > Returns the density function or the normal cumulative distribution. > Syntax > NORMDIST(Number; Mean; STDEV; C) > > *Number* is the value of the distribution based on which the normal > distribution is to be calculated. > > *Mean* is the mean value of the distribution. > > *STDEV* is the standard deviation of the distribution. > > *C* = 0 calculates the density function; *C* = 1 calculates the > distribution. This can be found in the Calc Help. I need to know how the NORMDIST()-Funcion is implemented. I want to know what is done internal with *Number*, *Mean*, *StDev* and *C* Frank
Since OpenOffice.org is OpenSource, I guess you could get the answer from reading the souce code. I have never done that so I don't know how easy that is or even where to find it, but it should be possible. Maybe someone can point you to exactly where to look? Johnny Andersson
