pingouin icon indicating copy to clipboard operation
pingouin copied to clipboard

Statistical package in Python based on Pandas

Results 72 pingouin issues
Sort by recently updated
recently updated
newest added

Hi, ### 1. Intro As mentioned in discussion #296, it would be convenient to have support for both proportion and mean z tests within pingouin. statsmodels already provides several methods...

feature request :construction:

First, I would like to thank for this exceptional library. I wanted to use the R cld function on the output of the pg.pairwise comparisons ttest and gameshowell and I...

feature request :construction:

[pingouin.compute_bootci](https://pingouin-stats.org/generated/pingouin.compute_bootci.html) could leverage the newly-added [scipy.stats.bootstrap](https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.bootstrap.html) function (SciPy 1.7.0+) to calculate the bootstrapped confidence intervals. **Pros** - SciPy implements the bias corrected and accelerated percentile method ("BCa"), which is also...

feature request :construction:

The following **issues** should be addressed: - [x] #308 ❗ - [x] #444 - [ ] #153 - [ ] #253 - [ ] #208 - [ ] #225 -...

help wanted :bell:
IMPORTANT❗

As discussed in https://github.com/raphaelvallat/pingouin/pull/290, this PR adds the `ptests` (pairwise_ttest) method to pandas.DataFrame to calculate pairwise T-tests between columns of a pandas DataFrame. This can be used as an alternative...

feature request :construction:

Data set: [HealthExam.csv](https://github.com/raphaelvallat/pingouin/files/8944899/HealthExam.csv) Code: ``` import numpy as np import pandas as pd import statsmodels.api as sm import pingouin as pg import seaborn as sns import matplotlib.pyplot as plt sns.set_theme()...

question :raising_hand:

#225 Implemented CI from 'Calculating confidence intervals for some non-parametric analyses', Campbell and Gardner 1988. CI Style is adapted from ttest. The same publication offers a solution for wilcoxon, which...

feature request :construction:

See https://github.com/scikit-learn/scikit-learn/issues/23605 This leads to unit tests failure in Pingouin. The easiest fix is to downgrade scikit-learn to version 1.0: ```shell pip install scikit-learn==1.0 ```

bug :boom:

[lazy_loader](https://pypi.org/project/lazy_loader/) [pingouin](https://pypi.org/project/pingouin/) ![QQ图片20220515125037](https://user-images.githubusercontent.com/54659396/168457784-e41ef977-f96a-4f4a-86a3-9285718dd0c6.png) `lazy_loader`>=3.8 Reason: `lazy_loader` not supported 3.7

invalid :triangular_flag_on_post: