wotan
wotan copied to clipboard
Reduce dependencies (e.g., statsmodels)
- Change estimators Hampel, Huber, Ramsay from RLS to estimate_location
- lowess: Convert Cython to numba?
- Added own lowess implementation instead of statsmodels dependency
- faster (based on numba)
- cleaner code (38 sloc instead of 678 sloc in statsmodels)
- convergence to defined level (default 1e-6) instead of a fixed number of robustifying rounds
lowess released with 1.0.7. estimators Hampel, Huber, Ramsay still open