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

Last updated: November 27,2024

1. Install "python3-pingouin.noarch" package

This guide let you learn how to install python3-pingouin.noarch on Fedora 35

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

2. Uninstall "python3-pingouin.noarch" package

Please follow the guidelines below to uninstall python3-pingouin.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:06:55 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-pingouin
Version : 0.5.1
Release : 1.fc35
Architecture : noarch
Size : 250 k
Source : python-pingouin-0.5.1-1.fc35.src.rpm
Repository : updates
Summary : Statistical package in Python based on Pandas
URL : https://pingouin-stats.org/
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.