empiricaldist icon indicating copy to clipboard operation
empiricaldist copied to clipboard

Python library that represents empirical distribution functions.

Results 23 empiricaldist issues
Sort by recently updated
recently updated
newest added

I am trying to install empiricaldist on a mac with python 3.11. Python changed the way it installs packages at 3.10(?). Anyway certainly 3.11 uses macos's frameworks technology. So when...

`Pmf.copy()` was recently changed to create shallow copies by default: https://github.com/AllenDowney/empiricaldist/commit/e1c6cc9a903b613fa5e388719a73ae6968f25ac0 I suspect that change was unintentional, since creating a deep copy is a safer default, and it's what I...

The following triggers a RecursionError for me: ```py from empiricaldist import Pmf pmf = Pmf.from_seq([6, 8, 12]) pmf.normalize() ``` I'm using version `0.6.8`.

Make the docs and get them pushed to gh-pages

Move the notebooks into a separate directory and remove seaborn from Cdf.py and Pmf.py