On Saturday, January 4, 2003, at 10:38 PM, George Schlossnagle wrote:

Have you looked on netlib?

http://www.netlib.org/
Both netlib and statlib are excellent resources for algorithms. My concern with regard to adding stat functions to PHP is that it shouldn't require users installing more than one 3rd part dependent library. There are many specialized libraries from which I can 'borrow' source code, but they would have to be managed and compiled into a single library to be a workable solution for PHP developers.

Thanks for the link.

Is anyone else working on an similar extension? If so it would make sense for me to collaborate.

Nyk

I am now thinking perhaps the best way to go is to implement the C library of statistical recipes that I need in a library that would be compatible with the PHP license. Anyone know of an existing lib that is already available? Ideally this library should have an object oriented interface that would make it very intuitive for PHP developers to use.

--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php


--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to