Metadata-Version: 2.4
Name: sgmean
Version: 0.1.1
Summary: Proportional trimmed mean compatible with Statgraphics
Author-email: "Juan C. Gaviria-Chaverra" <jcarlos.gaviria@udea.edu.co>
License: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/jcarlosgaviria/sgmean-python
Keywords: trimmed mean,robust statistics,statgraphics,integer truncation
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.20
Dynamic: license-file

# sgmean for Python

Proportional trimmed mean compatible with Statgraphics.
Resolves the integer truncation problem of scipy.stats.trim_mean.

## Installation

pip install sgmean

## License

GPL-3.0-or-later
