Skip to main content

Pysmooth: a Python implementation of R's stats::smooth Tukey's (running median) smoother

Project description

A Python implementation of R’s stats::smooth() Tukey’s (running median) smoother

PyPI Status Python Version License

Read the documentation at https://pysmooth.readthedocs.io/ Tests Codecov

pre-commit Black

Repobeats analytics image

Features

  • TODO - Replace C/R-style coding with more Pythonic methods

Requirements

  • Python 3.8, 3.9, or 3.10

  • Numpy 1.20

Installation

You can install pysmooth via pip from PyPI:

$ pip install pysmooth

Usage

Pysmooth is intended to be used within another module.

from pysmooth import smooth

smooth(x=arr, kind="3RS3R", twiceit=False, endrule="Tukey")

Contributing

Contributions are very welcome. To learn more, see the Contributor Guide.

License

Distributed under the terms of the GPL 3.0 license, Pysmooth is free and open source software.

Issues

If you encounter any problems, please file an issue along with a detailed description.

Credits

This project was generated from @cjolowicz’s Hypermodern Python Cookiecutter template.

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

pysmooth-1.3.0.tar.gz (18.3 kB view hashes)

Uploaded Source

Built Distribution

pysmooth-1.3.0-py3-none-any.whl (18.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page