Closed bradyrx closed 4 years ago
This example from Ryan could potentially help: https://nbviewer.jupyter.org/gist/rabernat/30e7b747f0e3583b5b776e4093266114
This looks massive and great. Looking forward to review this once it is ready.
I'll tag you to review once it's done! Just doing this in surges when I have energy. But should be really robust and have all the dask support we need.
See here: https://github.com/scipy/scipy/blob/47ffc1e/scipy/stats/stats.py#L2767-L2882
They call it nan_policy
from statsmodels
acf : ['none', 'raise', 'conservative', 'drop']
Went ahead and merged @aaronspring, since you reviewed this extensively.
Description
Cleans up the
stats
module using simplynumpy
functions and adds explicitdask
support with testing.Fixes #66, #65, #31, #63
Type of change
Please delete options that are not relevant.
To Do List
How Has This Been Tested?
Checklist (while developing)
pytest
, if necessary.Pre-Merge Checklist (final steps)
make html
on the documents to make sure example notebooks still compile.References
Please add any references to manuscripts, textbooks, etc.