Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce dependencies (e.g., statsmodels) #33

Open
hippke opened this issue Jun 26, 2019 · 2 comments
Open

Reduce dependencies (e.g., statsmodels) #33

hippke opened this issue Jun 26, 2019 · 2 comments

Comments

@hippke
Copy link
Owner

hippke commented Jun 26, 2019

  • Change estimators Hampel, Huber, Ramsay from RLS to estimate_location
  • lowess: Convert Cython to numba?
@hippke
Copy link
Owner Author

hippke commented Jul 9, 2019

  • 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

@hippke
Copy link
Owner Author

hippke commented Jul 14, 2019

lowess released with 1.0.7.
estimators Hampel, Huber, Ramsay still open

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant