How to Install and Uninstall python3-pingouin.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-pingouin.noarch" package

Please follow the guidance below to install python3-pingouin.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-pingouin.noarch

2. Uninstall "python3-pingouin.noarch" package

Learn how to uninstall python3-pingouin.noarch on Fedora 34:

$ sudo dnf remove python3-pingouin.noarch $ sudo dnf autoremove

3. Information about the python3-pingouin.noarch package on Fedora 34

Last metadata expiration check: 5:18:11 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-pingouin
Version : 0.3.12
Release : 1.fc34
Architecture : noarch
Size : 248 k
Source : python-pingouin-0.3.12-1.fc34.src.rpm
Repository : updates
Summary : Statistical package for Python
URL : https://pypi.python.org/pypi/pingouin
License : GPLv3 and MIT
Description : Pingouin is an open-source statistical package written in Python 3 and based on
: Pandas and NumPy.
:
: It provides easy-to-grasp functions for computing several statistical
: functions:
:
: - ANOVAs: one- and two-ways, repeated measures, mixed, ancova
: - Post-hocs tests and pairwise comparisons
: - Robust correlations
: - Partial correlation, repeated measures correlation and intraclass correlation
: - Bayes Factor
: - Tests for sphericity, normality and homoscedasticity
: - Effect sizes (Cohen's d, Hedges'g, AUC, Glass delta, eta-square...)
: - Parametric/bootstrapped confidence intervals around an effect size or a
: correlation coefficient
: - Circular statistics
: - Linear/logistic regression and mediation analysis
:
: Pingouin is designed for users who want simple yet exhaustive statistical
: functions.