Federico2111
Federico2111
On the pingouin.compute_esci, I can read that the confidence interval can be calculated for Cohen's d or Hedges' g: https://pingouin-stats.org/generated/pingouin.compute_esci.html Does it work also for Glass' delta, which is a...
Hello, I suggest adding the parametric confidence interval around the eta squared effect size to the library pingouin.compute_esci. There is a method to calculate it, based on the confidence limits...
Hello, When the input data is a pandas data frame, an error is raised: File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/scikits/bootstrap/bootstrap.py", line 179, in ci lengths = [x.shape[0] for x in tdata] File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/scikits/bootstrap/bootstrap.py", line...
Hi everyone, I am trying to understand how this library works. Does it use a percentile-based (PB), bias-corrected percentile-based (BC-PB) or accelerated bias-corrected percentile-based (BCa-PB) bootstrap method? What about the...