.gitignore
.gitmodules
LICENSE
bike.py
pyproject.toml
setup.py
.github/workflows/docs.yml
.github/workflows/tests.yml
.github/workflows/wheels.yml
docs/compare_R.ipynb
docs/compare_R.md
docs/conf.py
docs/index.md
docs/theory.md
smoothing_spline/__init__.py
smoothing_spline/_version.py
smoothing_spline/estimator.py
smoothing_spline/fitter.py
smoothing_spline.egg-info/PKG-INFO
smoothing_spline.egg-info/SOURCES.txt
smoothing_spline.egg-info/dependency_links.txt
smoothing_spline.egg-info/requires.txt
smoothing_spline.egg-info/top_level.txt
src/spline_basis.cpp
tests/test_cpp_basis.py
tests/test_cpp_derivatives.py
tests/test_cpp_fitter.py
tests/test_cpp_penalty.py
tests/test_cpp_reinsch.py
tests/test_fitter.py