expected modeling could be sped up

Issue #35 resolved
Thomas Gilgenast created an issue

expected modeling currently calls statsmodels.nonparametric.smoothers_lowess.lowess(), but if it called lib5c.util.lowess.lowess_fit() or used the delta kwarg it would be a lot faster

the donut filters currently call scipy.ndimage.generic_filter() but if they used scipy.signal.convolve() they would be much faster as well

Comments (1)

  1. Log in to comment