Re: Gnumeric Source Code for Poisson



On Thu, Aug 21, 2008 at 13:43:40 -0700, Veena wrote:
Would like to know where I could find the source code for the Poisson
Function.

The "POISSON" function is implemented by "gnumeric_poisson" in
plugins/fn-stat/functions.c which builds on the "ppois" and "dpois"
functions from src/mathfunc.c which are imported from sources from the R
project (http://www.r-project.org/) using the tools/import-R script.

The "RANDPOISSON" function is implemented by "gnumeric_randpoisson" in
plugins/fn-random/functions.c and builds on the "random_poisson" function
from src/mathfunc.c .

The sources can be viewed online under
        http://svn.gnome.org/viewvc/gnumeric/trunk/

HTH,
Ray
-- 
"The software `wizard' is the single greatest obstacle to computer literacy
since the Mac."
        http://www.osopinion.com/Opinions/MichaelKellen/MichaelKellen1.html



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]