LICENSE
README.md
pyproject.toml
setup.py
src/gnc_smoothie/__init__.py
src/gnc_smoothie/base_irls.py
src/gnc_smoothie/check_derivs.py
src/gnc_smoothie/draw_functions.py
src/gnc_smoothie/geman_mcclure_influence_func.py
src/gnc_smoothie/gnc_irls_p_influence_func.py
src/gnc_smoothie/gnc_irls_p_params.py
src/gnc_smoothie/gnc_null_params.py
src/gnc_smoothie/gnc_welsch_params.py
src/gnc_smoothie/irls.py
src/gnc_smoothie/plt_alg_vis.py
src/gnc_smoothie/pseudo_huber_influence_func.py
src/gnc_smoothie/quadratic_influence_func.py
src/gnc_smoothie/sup_gauss_newton.py
src/gnc_smoothie/welsch_influence_func.py
src/gnc_smoothie.egg-info/PKG-INFO
src/gnc_smoothie.egg-info/SOURCES.txt
src/gnc_smoothie.egg-info/dependency_links.txt
src/gnc_smoothie.egg-info/requires.txt
src/gnc_smoothie.egg-info/top_level.txt
src/gnc_smoothie/cython_files/__init__.py
src/gnc_smoothie/cython_files/linear_regressor_evaluator_base.py
src/gnc_smoothie/cython_files/linear_regressor_gnc_irls_p_evaluator.py
src/gnc_smoothie/cython_files/linear_regressor_gnc_irls_p_fast.c
src/gnc_smoothie/cython_files/linear_regressor_pseudo_huber_evaluator.py
src/gnc_smoothie/cython_files/linear_regressor_pseudo_huber_fast.c
src/gnc_smoothie/cython_files/linear_regressor_weighted_fit.c
src/gnc_smoothie/cython_files/linear_regressor_welsch_evaluator.py
src/gnc_smoothie/cython_files/linear_regressor_welsch_fast.c
src/gnc_smoothie/linear_model/__init__.py
src/gnc_smoothie/linear_model/linear_regressor.py
src/gnc_smoothie/linear_model/linear_regressor_base.py
src/gnc_smoothie/linear_model/linear_regressor_gnc_irls_p.py
src/gnc_smoothie/linear_model/linear_regressor_pseudo_huber.py
src/gnc_smoothie/linear_model/linear_regressor_welsch.py
tests/test_gnc_irls_p_params.py
tests/test_gnc_welsch_params.py
tests/test_linear_regressor.py