.gitignore
LICENSE.md
Makefile
README.md
requirements.txt
setup.cfg
setup.py
.github/workflows/autoblack.yml
.github/workflows/test.yml
cpsplines/.gitignore
cpsplines/__init__.py
cpsplines.egg-info/PKG-INFO
cpsplines.egg-info/SOURCES.txt
cpsplines.egg-info/dependency_links.txt
cpsplines.egg-info/requires.txt
cpsplines.egg-info/top_level.txt
cpsplines/fittings/grid_cpsplines.py
cpsplines/graphics/plot_one_smoothing.py
cpsplines/graphics/plot_utils.py
cpsplines/mosek_functions/interval_constraints.py
cpsplines/mosek_functions/obj_function.py
cpsplines/mosek_functions/point_constraints.py
cpsplines/mosek_functions/utils_mosek.py
cpsplines/psplines/bspline_basis.py
cpsplines/psplines/penalty_matrix.py
cpsplines/utils/cholesky_semidefinite.py
cpsplines/utils/clean_data_covid.py
cpsplines/utils/fast_kron.py
cpsplines/utils/gcv.py
cpsplines/utils/normalize_data.py
cpsplines/utils/simulator_grid_search.py
cpsplines/utils/simulator_optimize.py
cpsplines/utils/timer.py
cpsplines/utils/weighted_b.py
data/.gitignore
data/covid_aragon_1D.csv
data/provinces_es.csv
examples/covid_data.ipynb
examples/simulated_data.ipynb
img/example1D.jpg
img/example2D.jpg
tests/.gitignore
tests/test_b_matrix.py
tests/test_d_matrix.py
tests/test_gcv.py
tests/test_kron.py
tests/test_penalization.py
tests/test_s_matrices.py
tests/test_solution.py
tests/test_vec_prod_kronecker.py
tests/test_w_matrices.py