pzivich / zEpid

Epidemiology analysis package
http://zepid.readthedocs.org
MIT License
141 stars 33 forks source link

Add density plots to IPTW diagnostics #12

Closed pzivich closed 6 years ago

pzivich commented 6 years ago

I want to add density plots as an alternative to histograms in the IPTW probability diagnostics. Should be easy with SciPy kernel density. Likely use gaussian_kde

pzivich commented 6 years ago

Added density plots. Available in the GitHub code. Will be included in v0.1.6 update for PyPI