>>>>> "Lisandro" == Lisandro Damián Nicanor Pérez Meyer <[EMAIL PROTECTED]>
>>>>> writes:
> Hi everyone! I'm about to deploy some simulations programs
> for a mathematic workgroup in my university, and I would
> like to do it in Linux and in C/C++. For that, I'll have
> to use some stadistic functions, like geometric series,
> gaussian distributions, etc. The question will be ¿do you
> know of any library according to the job? If it is in
> another language, please mention it too.
R (http://www.r-project.org) is a high quality open source
language and environment for statistical computing and graphics
(similar to S). It can be called from C, but I don't have any
direct experience with that. It is packaged for Debian in r-base
and a number of add-on packages.
Mike