Python implementation of Friedman's Supersmoother
Project description
This is an efficient implementation of Friedman’s SuperSmoother [1] algorithm in pure Python. It makes use of [numpy](http://numpy.org) for fast numerical computation.
Installation
Installation is simple: To install the released version, type ` $ pip install supersmoother ` To install the bleeding-edge source, download the source code from http://github.com/jakevdp/supersmoother and type: ` $ python setup.py install `
Example
You can see an example of the code in action [on nbviewer](http://nbviewer.ipython.org/github/jakevdp/supersmoother/blob/master/examples/Supersmoother.ipynb)
Testing
This code has full unit tests implemented in [nose](https://nose.readthedocs.org/en/latest/). With nose installed, you can run the test suite using ` $ nosetests supersmoother `
[1]: Friedman, J. H. (1984) A variable span scatterplot smoother. Laboratory for Computational Statistics, Stanford University Technical Report No. 5. ([pdf](http://www.slac.stanford.edu/cgi-wrap/getdoc/slac-pub-3477.pdf))
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file supersmoother-0.2.tar.gz
.
File metadata
- Download URL: supersmoother-0.2.tar.gz
- Upload date:
- Size: 304.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b752c930c66328d7e9c08446e119e7eb675bdc9a366bb1fc1086924296a7cc9c |
|
MD5 | aca0e13a5656b270acbc6166da64a9c1 |
|
BLAKE2b-256 | 410bd03fc43df7adbd84873eda7f60f44cd376aceb3f15df0df12cd7acb7e2f8 |