Welcome to psy-reg’s documentation!

CI Code coverage Latest Release PyPI version Code style: black Imports: isort PEP8 Checked with mypy REUSE status

Psyplot plugin for visualizing and calculating regression plots

Psyplot plugin for visualizing and calculating regression plots

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 psyplot plot methods and examples for more information.

How to cite this software

Please do cite this software!

Sommer P.S. psy-reg: Psyplot plugin for statistical plots DOI: 10.5281/zenodo.845647 URL: https://github.com/psyplot/psyplot

@misc{YourReferenceHere,
author = {Sommer, Philipp S.},
doi = {10.5281/zenodo.845647},
title = {psy-reg: Psyplot plugin for statistical plots},
url = {https://github.com/psyplot/psyplot}
}

TY  - GEN
AU  - Sommer, Philipp S.
DO  - 10.5281/zenodo.845647
KW  - psyplot
KW  - python
KW  - visualization
KW  - xarray
KW  - matplotlib
KW  - netcdf4
KW  - statistics
KW  - regression
TI  - psy-reg: Psyplot plugin for statistical plots
UR  - https://github.com/psyplot/psyplot
ER

%0 Generic
%A Sommer, Philipp S.
%K psyplot
%K python
%K visualization
%K xarray
%K matplotlib
%K netcdf4
%K statistics
%K regression
%R 10.5281/zenodo.845647
%T psy-reg: Psyplot plugin for statistical plots
%U https://github.com/psyplot/psyplot

# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
# SPDX-FileCopyrightText: 2020-2021 Helmholtz-Zentrum Geesthacht
# SPDX-FileCopyrightText: 2016-2024 University of Lausanne
#
# SPDX-License-Identifier: CC0-1.0

# YAML 1.2
---
cff-version: "1.2.0"
message: "If you use this software, please cite both the article from preferred-citation and the software itself."
title: "psy-reg: Psyplot plugin for statistical plots"
authors:
  - family-names: Sommer
    given-names: "Philipp S."
    affiliation: "Helmholtz-Zentrum Hereon"
    orcid: "https://orcid.org/0000-0001-6171-7716"
    website: "https://www.philipp-s-sommer.de"
    post-code: 21502
    city: Geesthacht
    country: DE
    email: philipp.sommer@hereon.de
doi: "10.5281/zenodo.845647"
contact:
  - email: psyplot@hereon.de
    name: "Psyplot developers at hereon"
license: "LGPL-3.0-only"
repository-code: https://github.com/psyplot/psyplot
type: software
keywords:
  - psyplot
  - python
  - visualization
  - xarray
  - matplotlib
  - netcdf4
  - statistics
  - regression
preferred-citation:
  title: "The psyplot interactive visualization framework"
  authors:
    - family-names: Sommer
      given-names: "Philipp S."
      affiliation: "Helmholtz-Zentrum Hereon"
      orcid: "https://orcid.org/0000-0001-6171-7716"
  year: 2017
  type: article
  doi: "10.21105/joss.00363"
  date-published: 2017-08-22
  journal: Journal of Open Source Software
  volume: 2
  number: 16
  pages: 363
  publisher:
    name: The Open Journal
  license: CC-BY-4.0
...

License information

Copyright © 2021-2024 Helmholtz-Zentrum hereon GmbH

The source code of psy-reg is licensed under LGPL-3.0-only.

If not stated otherwise, the contents of this documentation is licensed under CC-BY-4.0.

Indices and tables