Metadata-Version: 1.1
Name: xymath
Version: 0.0.0
Summary: A GUI and API that creates, documents and explores y=f(x) curve fits
Home-page: http://xymath.readthedocs.org/en/latest/
Author: Charlie Taylor
Author-email: charlietaylor@users.sourceforge.net
License: GPL-3
Download-URL: https://github.com/sonofeft/XYmath
Description: 

        

        

        

        A Gui And Api That Creates, Documents And Explores Y=F(X) Curve Fits

        ====================================================================

        

        

        .. warning::

        

            This is just a place-holder while the first Beta release is in work.

        

        

        XYmath will find the "best" curve fit using either

              minimum percent error or minimum total error. It can search through

              common equations, an exhaustive search through thousands of equations,

              splines, smoothed splines, or non-linear equations input by the user.

              After fitting, XYmath will find roots, minima, maxima, derivatives or

              integrals of the curve. It will generate source code that documents and

              evaluates the fit in python, FORTRAN or EXCEL. Configurable plots are

              created using matplotlib that are of publication quality.
Keywords: xymath setuptools development
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
