Metadata-Version: 2.1
Name: kafe2
Version: 2.3.2
Summary: Karlsruhe Fit Environment 2: a package for fitting and elementary data analysis
Home-page: http://github.com/dsavoiu/kafe2
Author: Daniel Savoiu
Author-email: daniel.savoiu@cern.ch
License: GPL3
Description: .. -*- mode: rst -*-
        
        *************************************
        kafe2 - Karlsruhe Fit Environment 2
        *************************************
        .. image:: https://badge.fury.io/py/kafe2.svg
            :target: https://badge.fury.io/py/kafe2
        
        .. image:: https://readthedocs.org/projects/kafe2/badge/?version=latest
            :target: https://kafe2.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        .. image:: https://travis-ci.org/dsavoiu/kafe2.svg?branch=master
            :target: https://travis-ci.org/dsavoiu/kafe2
        
        
        *kafe2* is an open-source Python package designed to provide a flexible
        Python interface for the estimation of model parameters from measured
        data. It is the spiritual successor to the original *kafe* package.
        
        *kafe2* offers support for several types of data formats (including series
        of indexed measurements, xy value pairs, and histograms) and data
        uncertainty models, as well as arbitrarily complex parametric
        models. The numeric aspects are handled using the scientific Python
        stack (NumPy, SciPy, ...). Visualization of the data and the estimated
        model are provided by matplotlib.
        
        While *kafe2* supports both Python 2 and Python 3, the use of Python 3 is recommended.
        
        If you encounter any bugs or have an improvement proposal, please let us
        know by opening an issue `here <https://github.com/dsavoiu/kafe2/issues>`_.
        
        Documentation on how to get started, including installation instructions, can be found under
        `kafe2.readthedocs.io <https://kafe2.readthedocs.io/>`_.
        
        If you have the package installer for Python just run
        
        .. code-block:: bash
        
            pip install kafe2
        
        to install the latest stable version and you're ready to go.
        
        **Warning**
        *kafe2* versions 2.3.x are the latest versions which support Python 2.
        Python 2 support will be dropped for all future releases.
Keywords: kafe2 kit karlsruhe data analysis lab laboratory practical courses education university students physics fitting minimization minimisation regression parametric parameter estimation optimization optimisation
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/x-rst
