On Wed, 28 Aug 2002 kapil_karekar@vsnl.net wrote :
hi guys,
I have a mysql database with some statistical data. I need to
write a php script to perform analysis on that data.
Does anybody know any functions in PHP which would help me
to calculate mean.
*snip*
bad luck... AFAIK PHP has every function in the world except those. Try proding at the math functions - I haven't used them yet. If don't get anything there, we can implement it in PHP.
If you need the functions to be fast - they should be; (PHP is about speed) we can implement it in C, and extend PHP. Perhaps, even get our modification incorporated.
Regards,
Amol Hatwar.