Metadata-Version: 1.2
Name: ropwr
Version: 0.1.0
Summary: RoPWR: Robust Piecewise Regression
Home-page: https://github.com/guillermo-navas-palencia/ropwr
Author: Guillermo Navas-Palencia
Author-email: g.navas.palencia@gmail.com
License: Apache Licence 2.0
Description: 
        **RoPWR** is a library written in Python implementing several mathematical
        programming formulations to compute the optimal continuous/discontinuous
        piecewise polynomial regression given a list of split points.
        
        Read the documentation at: http://gnpalencia.org/ropwr/
        
        RoPWR is distributed under the Apache Software License (Apache 2.0).
        
Platform: any
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
