Metadata-Version: 2.1
Name: psy-reg
Version: 1.3.0
Summary: Psyplot plugin for visualizing and calculating regression plots
Home-page: https://github.com/psyplot/psy-reg
Author: Philipp Sommer
Author-email: philipp.sommer@hzg.de
License: GPLv2
Project-URL: Documentation, https://psyplot.readthedocs.io/projects/psy-reg
Project-URL: Source, https://github.com/psyplot/psy-reg
Project-URL: Tracker, https://github.com/psyplot/psy-reg/issues
Keywords: visualization netcdf raster cartopy earth-sciences psyplot
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Requires-Dist: psyplot
Requires-Dist: psy-simple (>=1.3.0)
Requires-Dist: statsmodels
Requires-Dist: scipy

========================================================================
psy-reg: Psyplot plugin for visualizing and calculating regression plots
========================================================================

.. start-badges

.. list-table::
    :stub-columns: 1
    :widths: 10 90

    * - docs
      - |docs|
    * - tests
      - |travis| |appveyor| |requires| |codecov|
    * - package
      - |version| |conda| |supported-versions| |supported-implementations| |zenodo|

.. |docs| image:: http://readthedocs.org/projects/psy-reg/badge/?version=latest
    :alt: Documentation Status
    :target: http://psy-reg.readthedocs.io/en/latest/?badge=latest

.. |travis| image:: https://travis-ci.org/psyplot/psy-reg.svg?branch=master
    :alt: Travis
    :target: https://travis-ci.org/psyplot/psy-reg

.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/48pqaquat9bennac/branch/master?svg=true
    :alt: AppVeyor
    :target: https://ci.appveyor.com/project/psyplot/psy-reg

.. |codecov| image:: https://codecov.io/gh/psyplot/psy-reg/branch/master/graph/badge.svg
    :alt: Coverage
    :target: https://codecov.io/gh/psyplot/psy-reg

.. |requires| image:: https://requires.io/github/psyplot/psy-reg/requirements.svg?branch=master
    :alt: Requirements Status
    :target: https://requires.io/github/psyplot/psy-reg/requirements/?branch=master

.. |version| image:: https://img.shields.io/pypi/v/psy-reg.svg?style=flat
    :alt: PyPI Package latest release
    :target: https://pypi.python.org/pypi/psy-reg

.. |conda| image:: https://anaconda.org/conda-forge/psy-reg/badges/version.svg
    :alt: conda
    :target: https://anaconda.org/conda-forge/psy-reg

.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/psy-reg.svg?style=flat
    :alt: Supported versions
    :target: https://pypi.python.org/pypi/psy-reg

.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/psy-reg.svg?style=flat
    :alt: Supported implementations
    :target: https://pypi.python.org/pypi/psy-reg

.. |zenodo| image:: https://zenodo.org/badge/83479056.svg
    :alt: Zenodo
    :target: https://zenodo.org/badge/latestdoi/83479056


.. end-badges

Welcome to the psyplot plugin for visualizating and calculating regression
plots. This package uses the scipy_ and statsmodels_ packages to evaluate your
data, fit a regression to it and visualize it through the psy-simple_ plugin.

It's plot methods are the linreg_ and densityreg_ plot methods.

See the full documentation on
`readthedocs.org <http://psyplot.readthedocs.io/projects/psy-simple>`__ for all
`plot methods`_ and examples_.

.. _psy-simple: http://psyplot.readthedocs.io/projects/psy-simple/
.. _statsmodels: http://www.statsmodels.org/stable/index.html
.. _scipy: https://www.scipy.org/
.. _linreg: http://psyplot.readthedocs.io/projects/psy-reg/en/latest/generated/psyplot.project.plot.linreg.html#psyplot.project.plot.linreg
.. _densityreg: http://psyplot.readthedocs.io/projects/psy-reg/en/latest/generated/psyplot.project.plot.densityreg.html#psyplot.project.plot.densityreg
.. _plot methods: http://psyplot.readthedocs.io/projects/psy-simple/en/latest/plot_methods
.. _examples: http://psyplot.readthedocs.io/projects/psy-simple/en/latest/examples

Copyright
---------
Copyright (C) 2016-2020 Philipp S. Sommer

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.


