[Numpy-discussion] Re: A python interface for loess ?
Robert Kern
robert.kern at gmail.com
Sat Apr 29 00:31:22 CDT 2006
Pierre GM wrote:
> Folks,
> Would any of you be aware of a Python interface to the loess routines ?
> http://netlib.bell-labs.com/netlib/a/dloess.gz
Not specifically this code, but there is a pure Python+old Numeric
implementation of lowess in BioPython, specifically in the Bio.Statistics
subpackage. It's short and could be easily ported to use numpy.
http://www.biopython.org
--
Robert Kern
robert.kern at gmail.com
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
More information about the Numpy-discussion
mailing list