GWeindel / hmp

Repository for the hmp python package
BSD 3-Clause "New" or "Revised" License
32 stars 8 forks source link

Replace confidence interval computation by seaborn by scipy's bootstrap #127

Open GWeindel opened 7 months ago

GWeindel commented 7 months ago

Currently CI computation is done thorugh a module of seaborn,

https://github.com/GWeindel/hmp/blob/111d0661ef16afea4b7dbc5d51569016f882f521/src/hsmm_mvpy/visu.py#L720

Requesting seaborn as a dependency just for CI computation is too much, better use scipy's bootstrapping function

https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.bootstrap.html