.. _documentation-label: API documentation ================= PLN models encompass a range of models designed to analyze count data, all based on the Poisson-Lognormal distribution. Each model has unique characteristics and serves different purposes. Covariates and offsets may be included in the models. The `.transform()` method is available for all models, extracting variables with more signal than the counts. Models ====== - :doc:`Pln ` (Poisson-Lognormal) - :doc:`ZIPln ` (Zero-Inflated Pln) - :doc:`PlnPCA ` (Dimension reduction) - :doc:`PlnPCACollection ` (Dimension reduction) - :doc:`PlnAR ` (AutoRegressive Pln) - :doc:`PlnLDA ` (supervised clustering) - :doc:`PlnMixture ` (Unsupervised clustering) - :doc:`PlnNetwork ` (Network inference) - :doc:`ZIPlnPCA ` (Zero-Inflation and dimension reduction) - :doc:`PlnDiag ` (Diagonal covariance matrix PLN) .. toctree:: :maxdepth: 1 :caption: Sampling PLN data Indices and tables ================== * :ref:`genindex`