[SciPy-Dev] [feature request] Smoothing data library

Pauli Virtanen pav at iki.fi
Mon Jan 24 15:54:56 EST 2011


On Mon, 24 Jan 2011 11:26:16 -0700, Jonathan Stickel wrote:
[clip]
> I submitted a scikit for smoothing by regularization of 1D arrays:
> 
> http://pypi.python.org/pypi/scikits.datasmooth/0.5

For N-d smoothing, there's this: 
http://pav.iki.fi/blog/2010-09-19/nd-smoothing.html
which seems a bit similar to regularization smoothing.

[clip]
> I, too, think it would be nice if things were collected in a scipy
> module.

That might be a good idea. If smoothing is well-defined enough, it could 
be separated from interpolation. For instance, much of the spline stuff 
could be copied there, and the corresponding routines in 
scipy.interpolate be deprecated. Parts of the FITPACK stuff seem more 
smoothing than interpolation-oriented...

But really, there would be room for an expert to suggest which smoothing 
algorithms would be those most needed.

-- 
Pauli Virtanen




More information about the SciPy-Dev mailing list