.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
CONTRIBUTING.md
Getting_started.ipynb
LICENSE
MANIFEST.in
README.md
pyproject.toml
simu_poster.py
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/index.rst
docs/source/load.rst
docs/source/pln.rst
docs/source/plnpca.rst
docs/source/plnpcacollection.rst
docs/source/sampling.rst
docs/source/zipln.rst
docs/source/_static/.keep
pyPLNmodels/__init__.py
pyPLNmodels/_closed_forms.py
pyPLNmodels/_initialization.py
pyPLNmodels/_utils.py
pyPLNmodels/elbos.py
pyPLNmodels/load.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/counts.csv
pyPLNmodels/data/scRT/labels.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/create_readme_getting_started_and_docstrings_tests.py
tests/import_data.py
tests/import_fixtures.py
tests/run_readme_docstrings_getting_started.sh
tests/test_common.py
tests/test_pln_full.py
tests/test_plnpcacollection.py
tests/test_setters.py
tests/test_viz.py
tests/test_wrong_init.py
tests/test_zi.py
tests/utils.py