.gitignore
.readthedocs.yaml
=
CITATION.cff
Contributing.md
LICENSE
MANIFEST.in
README.md
developing.md
pyproject.toml
pytest.ini
setup.cfg
setup.py
tests.ipynb
.github/workflows/README.md
.github/workflows/cicd.yml
docs/.gitignore
docs/Makefile
docs/README.md
docs/conf.py
docs/developing.md
docs/index.md
docs/tutorial/analysis.ipynb
docs/tutorial/plotting.ipynb
docs/tutorial/preprocessing.ipynb
exploratory notebooks/spline_test.ipynb
exploratory notebooks/spline_test_data_generation.ipynb
exploratory notebooks/exploratory notebooks/generated_data/spline_eval_curves.csv
exploratory notebooks/exploratory notebooks/generated_data/spline_real_curves.csv
src/growthcurves/__init__.py
src/growthcurves/inference.py
src/growthcurves/models.py
src/growthcurves/non_parametric.py
src/growthcurves/parametric.py
src/growthcurves/plot.py
src/growthcurves/preprocessing.py
src/growthcurves.egg-info/PKG-INFO
src/growthcurves.egg-info/SOURCES.txt
src/growthcurves.egg-info/dependency_links.txt
src/growthcurves.egg-info/entry_points.txt
src/growthcurves.egg-info/requires.txt
src/growthcurves.egg-info/top_level.txt
tests/README.md
tests/__init__.py
tests/test_import.py