.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/index.rst
docs/source/module.rst
docs/source/_static/.keep
pyPLNmodels/__init__.py
pyPLNmodels/_closed_forms.py
pyPLNmodels/_utils.py
pyPLNmodels/elbos.py
pyPLNmodels/models.py
pyPLNmodels/oaks.py
pyPLNmodels.egg-info/PKG-INFO
pyPLNmodels.egg-info/SOURCES.txt
pyPLNmodels.egg-info/dependency_links.txt
pyPLNmodels.egg-info/requires.txt
pyPLNmodels.egg-info/top_level.txt
pyPLNmodels/data/oaks/counts.csv
pyPLNmodels/data/oaks/covariates.csv
pyPLNmodels/data/oaks/offsets.csv
pyPLNmodels/data/scRT/Y_mark.csv
pyPLNmodels/data/test_data/O_test.csv
pyPLNmodels/data/test_data/Y_test.csv
pyPLNmodels/data/test_data/cov_test.csv
pyPLNmodels/data/test_data/true_parameters/true_Sigma_test.csv
pyPLNmodels/data/test_data/true_parameters/true_beta_test.csv
tests/__init__.py
tests/conftest.py
tests/import_data.py
tests/import_fixtures.py
tests/requirements.txt
tests/test_common.py
tests/test_pln_full.py
tests/test_plnpcacollection.py
tests/test_setters.py
tests/utils.py